Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141981
b: refs/heads/master
c: 2a9ef8e
h: refs/heads/master
i:
  141979: 202eed2
v: v3
  • Loading branch information
Zhao Yakui authored and Len Brown committed Apr 3, 2009
1 parent 9b10a28 commit bd2aea0
Show file tree
Hide file tree
Showing 2 changed files with 10 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: 07de5bdb7bad607e29dc17c345717403a76a334c
refs/heads/master: 2a9ef8e1a856be8e526bb9b10fb98c5012f6e3f8
9 changes: 9 additions & 0 deletions trunk/drivers/acpi/sleep.c
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,15 @@ static struct dmi_system_id __initdata acpisleep_dmi_table[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "Satellite L300"),
},
},
{
.callback = init_old_suspend_ordering,
.ident = "Panasonic CF51-2L",
.matches = {
DMI_MATCH(DMI_BOARD_VENDOR,
"Matsushita Electric Industrial Co.,Ltd."),
DMI_MATCH(DMI_BOARD_NAME, "CF51-2L"),
},
},
{},
};
#endif /* CONFIG_SUSPEND */
Expand Down

0 comments on commit bd2aea0

Please sign in to comment.