summaryrefslogtreecommitdiffstats
path: root/acpi-sony-nonvs-blacklist.patch
diff options
context:
space:
mode:
authorDave Jones <davej@redhat.com>2011-11-01 12:57:12 -0400
committerDave Jones <davej@redhat.com>2011-11-01 12:57:12 -0400
commite4fe1faa82e2c29c53df121df21a6a855c50510c (patch)
treeb32f60e08e5211140ca0e64fadf44e43b13a90f2 /acpi-sony-nonvs-blacklist.patch
parent42d4c31d310fee2c523f2ea678ed05ec14c2c93d (diff)
downloadkernel-e4fe1faa82e2c29c53df121df21a6a855c50510c.tar.gz
kernel-e4fe1faa82e2c29c53df121df21a6a855c50510c.tar.xz
kernel-e4fe1faa82e2c29c53df121df21a6a855c50510c.zip
Add another Sony laptop to the nonvs blacklist. (rhbz 641789)
Diffstat (limited to 'acpi-sony-nonvs-blacklist.patch')
-rw-r--r--acpi-sony-nonvs-blacklist.patch19
1 files changed, 19 insertions, 0 deletions
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"),