2011-10-19 17:24:36 +00:00
|
|
|
diff --git a/drivers/acpi/sleep.c b/drivers/acpi/sleep.c
|
|
|
|
index 3ed80b2..17fc718 100644
|
|
|
|
--- a/drivers/acpi/sleep.c
|
|
|
|
+++ b/drivers/acpi/sleep.c
|
|
|
|
@@ -390,6 +390,14 @@ static struct dmi_system_id __initdata acpisleep_dmi_table[] = {
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.callback = init_nvs_nosave,
|
|
|
|
+ .ident = "Sony Vaio VGN-FW21E",
|
|
|
|
+ .matches = {
|
|
|
|
+ DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
|
|
|
|
+ DMI_MATCH(DMI_PRODUCT_NAME, "VGN-FW21E"),
|
|
|
|
+ },
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ .callback = init_nvs_nosave,
|
|
|
|
.ident = "Sony Vaio VGN-SR11M",
|
|
|
|
.matches = {
|
|
|
|
DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
|
2011-11-01 16:57:12 +00:00
|
|
|
diff --git a/drivers/acpi/sleep.c b/drivers/acpi/sleep.c
|
|
|
|
index 0e46fae..6d9a3ab 100644
|
|
|
|
--- a/drivers/acpi/sleep.c
|
|
|
|
+++ b/drivers/acpi/sleep.c
|
|
|
|
@@ -398,6 +398,14 @@ static struct dmi_system_id __initdata acpisleep_dmi_table[] = {
|
|
|
|
},
|
|
|
|
{
|
|
|
|
.callback = init_nvs_nosave,
|
|
|
|
+ .ident = "Sony Vaio VPCEB17FX",
|
|
|
|
+ .matches = {
|
|
|
|
+ DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
|
|
|
|
+ DMI_MATCH(DMI_PRODUCT_NAME, "VPCEB17FX"),
|
|
|
|
+ },
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ .callback = init_nvs_nosave,
|
|
|
|
.ident = "Sony Vaio VGN-SR11M",
|
|
|
|
.matches = {
|
|
|
|
DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
|