diff options
| author | 2013-02-15 13:58:43 +0100 | |
|---|---|---|
| committer | 2013-02-15 13:58:43 +0100 | |
| commit | a68d35323b091f51e0957313f0f871f187879143 (patch) | |
| tree | 837f44a7eee4a51ee2aa3c61e5d759a091b540e1 /drivers/acpi/sleep.c | |
| parent | Merge branch 'acpi-cleanup' (diff) | |
| parent | ACPI: Add DMI entry for Sony VGN-FW41E_H (diff) | |
| download | linux-dev-a68d35323b091f51e0957313f0f871f187879143.tar.xz linux-dev-a68d35323b091f51e0957313f0f871f187879143.zip | |
Merge branch 'acpi-assorted'
* acpi-assorted:
ACPI: Add DMI entry for Sony VGN-FW41E_H
ACPI: fix obsolete comment in custom_method.c
ACPI / thermal: Use mode to enable/disable kernel thermal processing
ACPI thermal: remove unnecessary newline from exception message
ACPI sysfs: remove unnecessary newline from exception
ACPI video: remove unnecessary newline from error messages
ACPI: SRAT: report non-volatile memory in debug
ACPI: Rework acpi_get_child() to be more efficient
Diffstat (limited to 'drivers/acpi/sleep.c')
| -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 277aa825edd9..6d3a06a629a1 100644 --- a/drivers/acpi/sleep.c +++ b/drivers/acpi/sleep.c @@ -177,6 +177,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"), |
