Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200591
b: refs/heads/master
c: 890ffed
h: refs/heads/master
i:
  200589: c76be11
  200587: 618f79b
  200583: 7b66990
  200575: 3144212
v: v3
  • Loading branch information
Thomas Backlund authored and Ingo Molnar committed Jun 20, 2010
1 parent 3fbbf92 commit fcd9636
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: 124482935fb7fb9303c8a8ab930149c6a93d9910
refs/heads/master: 890ffedc7c3e95595926379e28ad2e16e7d7c613
8 changes: 8 additions & 0 deletions trunk/arch/x86/kernel/reboot.c
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,14 @@ static struct dmi_system_id __initdata reboot_dmi_table[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "Precision WorkStation T5400"),
},
},
{ /* Handle problems with rebooting on Dell T7400's */
.callback = set_bios_reboot,
.ident = "Dell Precision T7400",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
DMI_MATCH(DMI_PRODUCT_NAME, "Precision WorkStation T7400"),
},
},
{ /* Handle problems with rebooting on HP laptops */
.callback = set_bios_reboot,
.ident = "HP Compaq Laptop",
Expand Down

0 comments on commit fcd9636

Please sign in to comment.