Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155817
b: refs/heads/master
c: 77f32df
h: refs/heads/master
i:
  155815: 79f7191
v: v3
  • Loading branch information
Denis Turischev authored and H. Peter Anvin committed Jul 21, 2009
1 parent 44334f3 commit 46ab343
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: 8bcdbe427924a1e4b4e4cf68020e92e9f93fe011
refs/heads/master: 77f32dfdd97857280ae1ebac64382ff082cd7ea0
8 changes: 8 additions & 0 deletions trunk/arch/x86/kernel/reboot.c
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,14 @@ static struct dmi_system_id __initdata reboot_dmi_table[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "VGN-Z540N"),
},
},
{ /* Handle problems with rebooting on CompuLab SBC-FITPC2 */
.callback = set_bios_reboot,
.ident = "CompuLab SBC-FITPC2",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "CompuLab"),
DMI_MATCH(DMI_PRODUCT_NAME, "SBC-FITPC2"),
},
},
{ }
};

Expand Down

0 comments on commit 46ab343

Please sign in to comment.