OpenWrt – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 --- a/arch/x86/kernel/reboot.c
2 +++ b/arch/x86/kernel/reboot.c
3 @@ -448,6 +448,16 @@ static const struct dmi_system_id reboot
4 },
5 },
6  
7 + /* PC Engines */
8 + { /* Handle problems with rebooting on PC Engines apu2 */
9 + .callback = set_pci_reboot,
10 + .ident = "PC Engines apu2",
11 + .matches = {
12 + DMI_MATCH(DMI_BOARD_VENDOR, "PC Engines"),
13 + DMI_MATCH(DMI_BOARD_NAME, "apu2"),
14 + },
15 + },
16 +
17 /* Sony */
18 { /* Handle problems with rebooting on Sony VGN-Z540N */
19 .callback = set_bios_reboot,