Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254700
b: refs/heads/master
c: b49c78d
h: refs/heads/master
v: v3
  • Loading branch information
Peter Chubb authored and H. Peter Anvin committed Jul 6, 2011
1 parent 3e7a8a9 commit ef9ccd8
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: a26474e8649643e82d71e3a386d5c4bcc0b207ef
refs/heads/master: b49c78d4827be8d7e67e5b94adac6b30a4a9ad14
8 changes: 8 additions & 0 deletions trunk/arch/x86/kernel/reboot.c
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,14 @@ static struct dmi_system_id __initdata reboot_dmi_table[] = {
DMI_MATCH(DMI_BOARD_NAME, "VersaLogic Menlow board"),
},
},
{ /* Handle reboot issue on Acer Aspire one */
.callback = set_bios_reboot,
.ident = "Acer Aspire One A110",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
DMI_MATCH(DMI_PRODUCT_NAME, "AOA110"),
},
},
{ }
};

Expand Down

0 comments on commit ef9ccd8

Please sign in to comment.