From 6c4e09df79404076f77eb47f7b98f77fb05de25e Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Tue, 1 Nov 2011 12:52:32 -0400 Subject: [PATCH] Add another Sony laptop to the nonvs blacklist. (rhbz 641789) --- acpi-sony-nonvs-blacklist.patch | 19 +++++++++++++++++++ kernel.spec | 3 +++ 2 files changed, 22 insertions(+) diff --git a/acpi-sony-nonvs-blacklist.patch b/acpi-sony-nonvs-blacklist.patch index f332c6443..db500e8bf 100644 --- a/acpi-sony-nonvs-blacklist.patch +++ b/acpi-sony-nonvs-blacklist.patch @@ -17,3 +17,22 @@ index 3ed80b2..17fc718 100644 .ident = "Sony Vaio VGN-SR11M", .matches = { DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"), +diff --git a/drivers/acpi/sleep.c b/drivers/acpi/sleep.c +index 0e46fae..6d9a3ab 100644 +--- a/drivers/acpi/sleep.c ++++ b/drivers/acpi/sleep.c +@@ -398,6 +398,14 @@ static struct dmi_system_id __initdata acpisleep_dmi_table[] = { + }, + { + .callback = init_nvs_nosave, ++ .ident = "Sony Vaio VPCEB17FX", ++ .matches = { ++ DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"), ++ DMI_MATCH(DMI_PRODUCT_NAME, "VPCEB17FX"), ++ }, ++ }, ++ { ++ .callback = init_nvs_nosave, + .ident = "Sony Vaio VGN-SR11M", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"), diff --git a/kernel.spec b/kernel.spec index 4d3d22343..819948152 100644 --- a/kernel.spec +++ b/kernel.spec @@ -2313,6 +2313,9 @@ fi # and build. %changelog +* Tue Nov 01 2011 Dave Jones +- Add another Sony laptop to the nonvs blacklist. (rhbz 641789) + * Thu Oct 27 2011 Josh Boyer 2.6.35.14-103 - Fix backport of xfs patch - CVE-2011-4081 crypto: ghash: null pointer deref if no key is set (rhbz 749484)