[<prev] [next>] [day] [month] [year] [list]
Message-Id: <d13ef85181ffd5166cd3cc51fe0b1d2247068dbc.1360010329.git.joseph.salisbury@canonical.com>
Date: Mon, 4 Feb 2013 19:16:29 -0500
From: joseph.salisbury@...onical.com
To: linux-kernel@...r.kernel.org
Cc: lenb@...nel.org, rjw@...k.pl, linux-acpi@...r.kernel.org,
stable@...r.kernel.org
Subject: [PATCH 1/1] ACPI: Add DMI entry for Sony VGN-FW41E_H
From: Joseph Salisbury <joseph.salisbury@...onical.com>
BugLink: http://bugs.launchpad.net/bugs/1113547
This patch adds a quirk to allow the Sony VGN-FW41E_H suspend/resume properly.
Signed-off-by: Joseph Salisbury <joseph.salisbury@...onical.com>
Cc: lenb@...nel.org
Cc: rjw@...k.pl
Cc: linux-acpi@...r.kernel.org
Cc: stable@...r.kernel.org
---
drivers/acpi/sleep.c | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/drivers/acpi/sleep.c b/drivers/acpi/sleep.c
index 2fcc67d..df85051 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"),
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists