Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142925
b: refs/heads/master
c: c5da9a2
h: refs/heads/master
i:
  142923: 7c2fd53
v: v3
  • Loading branch information
Alan Cox authored and Ingo Molnar committed Apr 8, 2009
1 parent bfc9259 commit 837272a
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: 08d63b10db943d4e1ff5ae3abc33467f037477f3
refs/heads/master: c5da9a2bb24a7928c39495cdabf98d3f7931bde5
8 changes: 8 additions & 0 deletions trunk/arch/x86/kernel/reboot.c
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,14 @@ static struct dmi_system_id __initdata reboot_dmi_table[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "Dell XPS710"),
},
},
{ /* Handle problems with rebooting on Dell DXP061 */
.callback = set_bios_reboot,
.ident = "Dell DXP061",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
DMI_MATCH(DMI_PRODUCT_NAME, "Dell DXP061"),
},
},
{ }
};

Expand Down

0 comments on commit 837272a

Please sign in to comment.