From: Joseph Salisbury Date: Tue, 5 Feb 2013 00:16:29 +0000 (+0000) Subject: ACPI: Add DMI entry for Sony VGN-FW41E_H X-Git-Tag: v3.2.40~123 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff_plain;h=6684f6e7ac5669cfcaad4d89b09773b7139e30fb;ds=inline ACPI: Add DMI entry for Sony VGN-FW41E_H commit 66f2fda93b67fa744d406e6dcf443f67bac204b6 upstream. This patch adds a quirk to allow the Sony VGN-FW41E_H to suspend/resume properly. References: http://bugs.launchpad.net/bugs/1113547 Signed-off-by: Joseph Salisbury Signed-off-by: Rafael J. Wysocki Signed-off-by: Ben Hutchings --- diff --git a/drivers/acpi/sleep.c b/drivers/acpi/sleep.c index d79079158386..cc9d0206eda7 100644 --- a/drivers/acpi/sleep.c +++ b/drivers/acpi/sleep.c @@ -156,6 +156,14 @@ static struct dmi_system_id __initdata acpisleep_dmi_table[] = { }, { .callback = init_nvs_nosave, + .ident = "Sony Vaio VGN-FW41E_H", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"), + DMI_MATCH(DMI_PRODUCT_NAME, "VGN-FW41E_H"), + }, + }, + { + .callback = init_nvs_nosave, .ident = "Sony Vaio VGN-FW21E", .matches = { DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),