]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/x86/kernel/reboot.c
ACPI, x86: fix Dell M6600 ACPI reboot regression via DMI
[karo-tx-linux.git] / arch / x86 / kernel / reboot.c
index 37a458b521a6020598b69305c782a0f28bd75b27..e61f79c97f13aca4d284b90bbb43cadb0cd0a32e 100644 (file)
@@ -460,6 +460,14 @@ static struct dmi_system_id __initdata pci_reboot_dmi_table[] = {
                        DMI_MATCH(DMI_PRODUCT_NAME, "OptiPlex 990"),
                },
        },
+       {       /* Handle problems with rebooting on the Precision M6600. */
+               .callback = set_pci_reboot,
+               .ident = "Dell OptiPlex 990",
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "Precision M6600"),
+               },
+       },
        { }
 };