Commit 93f770846e8dedc5d9117bd4ad9d7efd18420627

Authored by Lan Tianyu
Committed by Len Brown
1 parent dcd6c92267

ACPI / PM: Add Sony Vaio VPCCW29FX to nonvs blacklist.

Sony Vaio VPCCW29FX does not resume correctly without
acpi_sleep=nonvs, so add it to the ACPI sleep blacklist.

https://bugzilla.kernel.org/show_bug.cgi?id=34722

Signed-off-by: Lan Tianyu <tianyu.lan@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>

Showing 1 changed file with 8 additions and 0 deletions Side-by-side Diff

drivers/acpi/sleep.c
... ... @@ -438,6 +438,14 @@
438 438 },
439 439 {
440 440 .callback = init_nvs_nosave,
  441 + .ident = "Sony Vaio VPCCW29FX",
  442 + .matches = {
  443 + DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
  444 + DMI_MATCH(DMI_PRODUCT_NAME, "VPCCW29FX"),
  445 + },
  446 + },
  447 + {
  448 + .callback = init_nvs_nosave,
441 449 .ident = "Averatec AV1020-ED2",
442 450 .matches = {
443 451 DMI_MATCH(DMI_SYS_VENDOR, "AVERATEC"),