From 071d725edb9c004f136dc253d43b0c55fd4385fc Mon Sep 17 00:00:00 2001 From: Lan Tianyu Date: Wed, 21 Nov 2012 23:12:12 +0100 Subject: [PATCH] --- yaml --- r: 336691 b: refs/heads/master c: 876ab79055019e248508cfd0dee7caa3c0c831ed h: refs/heads/master i: 336689: d0c5f2f851050928313613d1a3ee77ca5d03bfb5 336687: 515484ddb7bcf414c8060bd6153de0382690a781 v: v3 --- [refs] | 2 +- trunk/drivers/acpi/sleep.c | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index db73e369b987..917d759af327 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4000e626156935dfb626321ce09cae2c833eabbb +refs/heads/master: 876ab79055019e248508cfd0dee7caa3c0c831ed diff --git a/trunk/drivers/acpi/sleep.c b/trunk/drivers/acpi/sleep.c index 8640782944cc..1463c56092c4 100644 --- a/trunk/drivers/acpi/sleep.c +++ b/trunk/drivers/acpi/sleep.c @@ -534,6 +534,14 @@ static struct dmi_system_id __initdata acpisleep_dmi_table[] = { }, { .callback = init_nvs_nosave, + .ident = "Sony Vaio VPCEB1S1E", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"), + DMI_MATCH(DMI_PRODUCT_NAME, "VPCEB1S1E"), + }, + }, + { + .callback = init_nvs_nosave, .ident = "Sony Vaio VGN-FW520F", .matches = { DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),