200-pcengines-apu2-reboot.patch 497 B

12345678910111213141516171819
  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. + /* PC Engines */
  7. + { /* Handle problems with rebooting on PC Engines apu2 */
  8. + .callback = set_pci_reboot,
  9. + .ident = "PC Engines apu2",
  10. + .matches = {
  11. + DMI_MATCH(DMI_BOARD_VENDOR, "PC Engines"),
  12. + DMI_MATCH(DMI_BOARD_NAME, "apu2"),
  13. + },
  14. + },
  15. +
  16. /* Sony */
  17. { /* Handle problems with rebooting on Sony VGN-Z540N */
  18. .callback = set_bios_reboot,