diff options
-rw-r--r-- | drivers/acpi/sleep.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/acpi/sleep.c b/drivers/acpi/sleep.c index 28a3e96a902d..0e46faef1d30 100644 --- a/drivers/acpi/sleep.c +++ b/drivers/acpi/sleep.c | |||
@@ -390,6 +390,14 @@ static struct dmi_system_id __initdata acpisleep_dmi_table[] = { | |||
390 | }, | 390 | }, |
391 | { | 391 | { |
392 | .callback = init_nvs_nosave, | 392 | .callback = init_nvs_nosave, |
393 | .ident = "Sony Vaio VGN-FW21E", | ||
394 | .matches = { | ||
395 | DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"), | ||
396 | DMI_MATCH(DMI_PRODUCT_NAME, "VGN-FW21E"), | ||
397 | }, | ||
398 | }, | ||
399 | { | ||
400 | .callback = init_nvs_nosave, | ||
393 | .ident = "Sony Vaio VGN-SR11M", | 401 | .ident = "Sony Vaio VGN-SR11M", |
394 | .matches = { | 402 | .matches = { |
395 | DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"), | 403 | DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"), |