diff options
author | Joseph Salisbury <joseph.salisbury@canonical.com> | 2013-02-05 00:16:29 +0000 |
---|---|---|
committer | Ben Hutchings <ben@decadent.org.uk> | 2013-03-06 03:23:50 +0000 |
commit | 6684f6e7ac5669cfcaad4d89b09773b7139e30fb (patch) | |
tree | 1257972d08b748baf174c2864a7a9e94cae849ce /drivers/acpi | |
parent | 1ff13c78ca3975a94460a6a0b49acf9a787ed350 (diff) |
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 <joseph.salisbury@canonical.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Diffstat (limited to 'drivers/acpi')
-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 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"), |