summaryrefslogtreecommitdiffstats
path: root/acpi-sony-nonvs-blacklist.patch
diff options
context:
space:
mode:
authorDave Jones <davej@redhat.com>2011-10-19 13:24:36 -0400
committerDave Jones <davej@redhat.com>2011-10-19 13:24:36 -0400
commita4b83ee14bfb2bf5ac0b00411ecd17f7657cd172 (patch)
tree8940b2e25c061f19012471dc02e664c62cb8e642 /acpi-sony-nonvs-blacklist.patch
parente05440cad9fcc66f4ddbdf6270972123a1702b04 (diff)
downloadkernel-a4b83ee14bfb2bf5ac0b00411ecd17f7657cd172.tar.gz
kernel-a4b83ee14bfb2bf5ac0b00411ecd17f7657cd172.tar.xz
kernel-a4b83ee14bfb2bf5ac0b00411ecd17f7657cd172.zip
Add Sony VGN-FW21E to 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
new file mode 100644
index 000000000..f332c6443
--- /dev/null
+++ b/acpi-sony-nonvs-blacklist.patch
@@ -0,0 +1,19 @@
+diff --git a/drivers/acpi/sleep.c b/drivers/acpi/sleep.c
+index 3ed80b2..17fc718 100644
+--- a/drivers/acpi/sleep.c
++++ b/drivers/acpi/sleep.c
+@@ -390,6 +390,14 @@ static struct dmi_system_id __initdata acpisleep_dmi_table[] = {
+ },
+ {
+ .callback = init_nvs_nosave,
++ .ident = "Sony Vaio VGN-FW21E",
++ .matches = {
++ DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
++ DMI_MATCH(DMI_PRODUCT_NAME, "VGN-FW21E"),
++ },
++ },
++ {
++ .callback = init_nvs_nosave,
+ .ident = "Sony Vaio VGN-SR11M",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),