UBUNTU: SAUCE: (no-up) x86: reboot: Make Dell Optiplex 390 use reboot=pci

BugLink: http://bugs.launchpad.net/bugs/800660

From: Leann Ogasawara <leann.ogasawara@canonical.com>

Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
Signed-off-by: Joseph Salisbury <joseph.salisbury@canonical.com>
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
This commit is contained in:
joseph.salisbury@canonical.com
2013-04-16 17:03:51 -04:00
committed by Paolo Pisati
parent 7b94f65e8c
commit d59640e800
+8
View File
@@ -519,6 +519,14 @@ static const struct dmi_system_id reboot_dmi_table[] __initconst = {
DMI_MATCH(DMI_PRODUCT_NAME, "Latitude E6220"),
},
},
{ /* Handle problems with rebooting on the OptiPlex 390. */
.callback = set_pci_reboot,
.ident = "Dell OptiPlex 390",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
DMI_MATCH(DMI_PRODUCT_NAME, "OptiPlex 390"),
},
},
{ }
};