diff options
author | Dave Jones <davej@redhat.com> | 2011-11-02 19:58:59 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rjw@sisk.pl> | 2011-11-04 17:28:09 -0400 |
commit | ddf6ce45a7b1193f3cf20ad234f35af3b998b8f8 (patch) | |
tree | b5fd5fe26c59b75d4b588f279e827d887ccce7f6 /drivers/acpi/sleep.c | |
parent | 1583171492eb514e267c7b51e96846b38de0f544 (diff) |
ACPI / PM: Add Sony VPCEB17FX to nonvs blacklist
Another entry for the nonvs blacklist, as noted by a user in
https://bugzilla.redhat.com/show_bug.cgi?id=641789#c12
Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Diffstat (limited to 'drivers/acpi/sleep.c')
-rw-r--r-- | drivers/acpi/sleep.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/acpi/sleep.c b/drivers/acpi/sleep.c index 0e46faef1d30..6d9a3ab58db2 100644 --- a/drivers/acpi/sleep.c +++ b/drivers/acpi/sleep.c | |||
@@ -398,6 +398,14 @@ static struct dmi_system_id __initdata acpisleep_dmi_table[] = { | |||
398 | }, | 398 | }, |
399 | { | 399 | { |
400 | .callback = init_nvs_nosave, | 400 | .callback = init_nvs_nosave, |
401 | .ident = "Sony Vaio VPCEB17FX", | ||
402 | .matches = { | ||
403 | DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"), | ||
404 | DMI_MATCH(DMI_PRODUCT_NAME, "VPCEB17FX"), | ||
405 | }, | ||
406 | }, | ||
407 | { | ||
408 | .callback = init_nvs_nosave, | ||
401 | .ident = "Sony Vaio VGN-SR11M", | 409 | .ident = "Sony Vaio VGN-SR11M", |
402 | .matches = { | 410 | .matches = { |
403 | DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"), | 411 | DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"), |