Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267087
b: refs/heads/master
c: 731b25a
h: refs/heads/master
i:
  267085: 4909cb6
  267083: d5102c5
  267079: af28ad1
  267071: bc4d8db
v: v3
  • Loading branch information
Bogdan Radulescu authored and Rafael J. Wysocki committed Oct 16, 2011
1 parent d4d5d10 commit ebbe7ca
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: 89e8ea1278fb3b237159a1ca193002ef5c8652d8
refs/heads/master: 731b25a4ad3c27b44f3447382da18b59167eb7a1
8 changes: 8 additions & 0 deletions trunk/drivers/acpi/sleep.c
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,14 @@ static struct dmi_system_id __initdata acpisleep_dmi_table[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "VGN-SR26GN_P"),
},
},
{
.callback = init_nvs_nosave,
.ident = "Sony Vaio VGN-FW520F",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
DMI_MATCH(DMI_PRODUCT_NAME, "VGN-FW520F"),
},
},
{},
};
#endif /* CONFIG_SUSPEND */
Expand Down

0 comments on commit ebbe7ca

Please sign in to comment.