Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

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

References: https://bugzilla.kernel.org/show_bug.cgi?id=48781
Reported-by: Sébastien Wilmet <swilmet@gnome.org>
Cc: <stable@vger.kernel.org>
Signed-off-by: Lan Tianyu <tianyu.lan@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

authored by

Lan Tianyu and committed by
Rafael J. Wysocki
876ab790 4000e626

+8
+8
drivers/acpi/sleep.c
··· 534 534 }, 535 535 { 536 536 .callback = init_nvs_nosave, 537 + .ident = "Sony Vaio VPCEB1S1E", 538 + .matches = { 539 + DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"), 540 + DMI_MATCH(DMI_PRODUCT_NAME, "VPCEB1S1E"), 541 + }, 542 + }, 543 + { 544 + .callback = init_nvs_nosave, 537 545 .ident = "Sony Vaio VGN-FW520F", 538 546 .matches = { 539 547 DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),