aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/sleep.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/acpi/sleep.c')
-rw-r--r--drivers/acpi/sleep.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/acpi/sleep.c b/drivers/acpi/sleep.c
index 06ba8cc68889..754d59f95500 100644
--- a/drivers/acpi/sleep.c
+++ b/drivers/acpi/sleep.c
@@ -338,6 +338,14 @@ static const struct dmi_system_id acpisleep_dmi_table[] __initconst = {
338 DMI_MATCH(DMI_PRODUCT_NAME, "K54HR"), 338 DMI_MATCH(DMI_PRODUCT_NAME, "K54HR"),
339 }, 339 },
340 }, 340 },
341 {
342 .callback = init_nvs_save_s3,
343 .ident = "Asus 1025C",
344 .matches = {
345 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
346 DMI_MATCH(DMI_PRODUCT_NAME, "1025C"),
347 },
348 },
341 /* 349 /*
342 * https://bugzilla.kernel.org/show_bug.cgi?id=189431 350 * https://bugzilla.kernel.org/show_bug.cgi?id=189431
343 * Lenovo G50-45 is a platform later than 2012, but needs nvs memory 351 * Lenovo G50-45 is a platform later than 2012, but needs nvs memory