Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336691
b: refs/heads/master
c: 876ab79
h: refs/heads/master
i:
  336689: d0c5f2f
  336687: 515484d
v: v3
  • Loading branch information
Lan Tianyu authored and Rafael J. Wysocki committed Nov 21, 2012
1 parent 65deea1 commit 071d725
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4000e626156935dfb626321ce09cae2c833eabbb
refs/heads/master: 876ab79055019e248508cfd0dee7caa3c0c831ed
8 changes: 8 additions & 0 deletions trunk/drivers/acpi/sleep.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 071d725

Please sign in to comment.