From ed23a6e2c2eb7a3258246c19dc729315cdb14c4c Mon Sep 17 00:00:00 2001 From: "Rafael J. Wysocki" Date: Sun, 17 Oct 2010 21:01:21 +0200 Subject: [PATCH] --- yaml --- r: 217697 b: refs/heads/master c: af48931c4863ced64cc52c58757be6e254437f9a h: refs/heads/master i: 217695: 65ad1679f79d1aca97c2b8805851ef6de12868ee v: v3 --- [refs] | 2 +- trunk/drivers/acpi/sleep.c | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 77eb9caee60a..7a4bcb29388f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d38a5edf812c2f715242aa20b6beb785939a0096 +refs/heads/master: af48931c4863ced64cc52c58757be6e254437f9a diff --git a/trunk/drivers/acpi/sleep.c b/trunk/drivers/acpi/sleep.c index b9af2c2ff926..05dc42c2a46b 100644 --- a/trunk/drivers/acpi/sleep.c +++ b/trunk/drivers/acpi/sleep.c @@ -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 */