Commit 065d0456 authored by joseph.salisbury@canonical.com's avatar joseph.salisbury@canonical.com Committed by Tim Gardner

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: default avatarLeann Ogasawara <leann.ogasawara@canonical.com>
Signed-off-by: default avatarJoseph Salisbury <joseph.salisbury@canonical.com>
Signed-off-by: default avatarTim Gardner <tim.gardner@canonical.com>
parent af7af174
......@@ -447,6 +447,14 @@ static struct dmi_system_id __initdata reboot_dmi_table[] = {
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"),
},
},
{ }
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment