Add another Sony laptop to the nonvs blacklist. (rhbz 641789)

This commit is contained in:
Dave Jones 2011-11-01 12:56:19 -04:00
parent 1d898c7c86
commit 29b2acac72
2 changed files with 22 additions and 0 deletions

View File

@ -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"),

View File

@ -2111,6 +2111,9 @@ fi
# and build.
%changelog
* Tue Nov 01 2011 Dave Jones <davej@redhat.com> 3.1.0-8
- Add another Sony laptop to the nonvs blacklist. (rhbz 641789)
* Tue Nov 1 2011 Josh Boyer <jwboyer@redhat.com> 3.1.0-7
- Drop x86-efi-Calling-__pa-with-an-ioremap-address-is-invalid (rhbz 748516)