diff options
| -rw-r--r-- | arch/x86/kernel/reboot.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/x86/kernel/reboot.c b/arch/x86/kernel/reboot.c index f8a62160e151..9dcf39c02972 100644 --- a/arch/x86/kernel/reboot.c +++ b/arch/x86/kernel/reboot.c | |||
| @@ -177,6 +177,14 @@ static struct dmi_system_id __initdata reboot_dmi_table[] = { | |||
| 177 | DMI_MATCH(DMI_PRODUCT_NAME, "PowerEdge 2400"), | 177 | DMI_MATCH(DMI_PRODUCT_NAME, "PowerEdge 2400"), |
| 178 | }, | 178 | }, |
| 179 | }, | 179 | }, |
| 180 | { /* Handle problems with rebooting on Dell T5400's */ | ||
| 181 | .callback = set_bios_reboot, | ||
| 182 | .ident = "Dell Precision T5400", | ||
| 183 | .matches = { | ||
| 184 | DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), | ||
| 185 | DMI_MATCH(DMI_PRODUCT_NAME, "Precision WorkStation T5400"), | ||
| 186 | }, | ||
| 187 | }, | ||
| 180 | { /* Handle problems with rebooting on HP laptops */ | 188 | { /* Handle problems with rebooting on HP laptops */ |
| 181 | .callback = set_bios_reboot, | 189 | .callback = set_bios_reboot, |
| 182 | .ident = "HP Compaq Laptop", | 190 | .ident = "HP Compaq Laptop", |
