We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ede902 + 023cd6d commit 3d9b8b0Copy full SHA for 3d9b8b0
1 file changed
drivers/acpi/sleep.c
@@ -386,6 +386,14 @@ static const struct dmi_system_id acpisleep_dmi_table[] __initconst = {
386
DMI_MATCH(DMI_PRODUCT_NAME, "80E1"),
387
},
388
389
+ {
390
+ .callback = init_nvs_save_s3,
391
+ .ident = "Lenovo G70-35",
392
+ .matches = {
393
+ DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
394
+ DMI_MATCH(DMI_PRODUCT_NAME, "80Q5"),
395
+ },
396
397
/*
398
* ThinkPad X1 Tablet(2016) cannot do suspend-to-idle using
399
* the Low Power S0 Idle firmware interface (see
0 commit comments