Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117393
b: refs/heads/master
c: 4fb507b
h: refs/heads/master
i:
  117391: d98b301
v: v3
  • Loading branch information
Rafael J. Wysocki authored and Len Brown committed Oct 17, 2008
1 parent d45e3ba commit 1b7bf43
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: d0c71fe7ebc180f1b7bc7da1d39a07fc19eec768
refs/heads/master: 4fb507b6b764195bb7821cf2baa988f6eb677d30
8 changes: 8 additions & 0 deletions trunk/drivers/acpi/sleep/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,14 @@ static struct dmi_system_id __initdata acpisleep_dmi_table[] = {
DMI_MATCH(DMI_BOARD_NAME, "KN9 Series(NF-CK804)"),
},
},
{
.callback = init_old_suspend_ordering,
.ident = "HP xw4600 Workstation",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),
DMI_MATCH(DMI_PRODUCT_NAME, "HP xw4600 Workstation"),
},
},
{},
};
#endif /* CONFIG_SUSPEND */
Expand Down

0 comments on commit 1b7bf43

Please sign in to comment.