Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 469dd1c4 authored by Fabio Valentini's avatar Fabio Valentini Committed by Rafael J. Wysocki
Browse files

ACPI / PM: fix suspend and resume on Sony Vaio VGN-FW21M

Add Sony Vaio VGN-FW21M to the device blacklist in
drivers/acpi/sleep.c.

Fixes suspend/resume on this device (device no longer reboots
instead of resuming).

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


Signed-off-by: default avatarFabio Valentini <fafatheone@gmail.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 8bb96604
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -193,6 +193,14 @@ static struct dmi_system_id __initdata acpisleep_dmi_table[] = {
	},
	},
	{
	{
	.callback = init_nvs_nosave,
	.callback = init_nvs_nosave,
	.ident = "Sony Vaio VGN-FW21M",
	.matches = {
		DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
		DMI_MATCH(DMI_PRODUCT_NAME, "VGN-FW21M"),
		},
	},
	{
	.callback = init_nvs_nosave,
	.ident = "Sony Vaio VPCEB17FX",
	.ident = "Sony Vaio VPCEB17FX",
	.matches = {
	.matches = {
		DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
		DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),