|
@@ -89,6 +89,14 @@ static int __init set_bios_reboot(struct dmi_system_id *d)
|
|
}
|
|
}
|
|
|
|
|
|
static struct dmi_system_id __initdata reboot_dmi_table[] = {
|
|
static struct dmi_system_id __initdata reboot_dmi_table[] = {
|
|
|
|
+ { /* Handle problems with rebooting on Dell E520's */
|
|
|
|
+ .callback = set_bios_reboot,
|
|
|
|
+ .ident = "Dell E520",
|
|
|
|
+ .matches = {
|
|
|
|
+ DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
|
|
|
|
+ DMI_MATCH(DMI_PRODUCT_NAME, "Dell DM061"),
|
|
|
|
+ },
|
|
|
|
+ },
|
|
{ /* Handle problems with rebooting on Dell 1300's */
|
|
{ /* Handle problems with rebooting on Dell 1300's */
|
|
.callback = set_bios_reboot,
|
|
.callback = set_bios_reboot,
|
|
.ident = "Dell PowerEdge 1300",
|
|
.ident = "Dell PowerEdge 1300",
|