]> rtime.felk.cvut.cz Git - linux-imx.git/blobdiff - arch/x86/kernel/reboot.c
x86: Make Dell Latitude E6420 use reboot=pci
[linux-imx.git] / arch / x86 / kernel / reboot.c
index d91d3f22abb2389a55ad220b7a99147ff2a6f9c0..807e3c98bbbfe622e99301b31dde1102c186ae35 100644 (file)
@@ -485,6 +485,14 @@ static struct dmi_system_id __initdata pci_reboot_dmi_table[] = {
                        DMI_MATCH(DMI_PRODUCT_NAME, "Latitude E5420"),
                },
        },
+       {       /* Handle problems with rebooting on the Latitude E6420. */
+               .callback = set_pci_reboot,
+               .ident = "Dell Latitude E6420",
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "Latitude E6420"),
+               },
+       },
        { }
 };