]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/acpi/sleep.c
ACPI / PM: Blacklist another machine that needs acpi_sleep=nonvs
[net-next-2.6.git] / drivers / acpi / sleep.c
index b9af2c2ff926631fb2df71502eec359a5489f5f1..05dc42c2a46b3f84364512ecc68069e4b10994e6 100644 (file)
@@ -419,6 +419,14 @@ static struct dmi_system_id __initdata acpisleep_dmi_table[] = {
                DMI_MATCH(DMI_PRODUCT_NAME, "Everex StepNote Series"),
                },
        },
+       {
+       .callback = init_nvs_nosave,
+       .ident = "Sony Vaio VPCEB1Z1E",
+       .matches = {
+               DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
+               DMI_MATCH(DMI_PRODUCT_NAME, "VPCEB1Z1E"),
+               },
+       },
        {},
 };
 #endif /* CONFIG_SUSPEND */