x86/reboot: Add Zotac ZBOX CI327 nano PCI reboot quirk
[sfrench/cifs-2.6.git] / arch / x86 / kernel / reboot.c
index db115943e8bdc015ab1d02102d59ed44c37f3e17..9991c5920aaced60bdbae9e5afbb9c7d9060b022 100644 (file)
@@ -477,6 +477,15 @@ static const struct dmi_system_id reboot_dmi_table[] __initconst = {
                },
        },
 
+       {       /* PCIe Wifi card isn't detected after reboot otherwise */
+               .callback = set_pci_reboot,
+               .ident = "Zotac ZBOX CI327 nano",
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "NA"),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "ZBOX-CI327NANO-GS-01"),
+               },
+       },
+
        /* Sony */
        {       /* Handle problems with rebooting on Sony VGN-Z540N */
                .callback = set_bios_reboot,