diff options
-rw-r--r-- | arch/x86/kernel/reboot.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/x86/kernel/reboot.c b/arch/x86/kernel/reboot.c index 0c052b219cfd..484c4a80d38a 100644 --- a/arch/x86/kernel/reboot.c +++ b/arch/x86/kernel/reboot.c | |||
@@ -161,6 +161,15 @@ static struct dmi_system_id __initdata reboot_dmi_table[] = { | |||
161 | DMI_MATCH(DMI_BOARD_NAME, "0MM599"), | 161 | DMI_MATCH(DMI_BOARD_NAME, "0MM599"), |
162 | }, | 162 | }, |
163 | }, | 163 | }, |
164 | { /* Handle problems with rebooting on Dell Optiplex 745 with 0KW626 */ | ||
165 | .callback = set_bios_reboot, | ||
166 | .ident = "Dell OptiPlex 745", | ||
167 | .matches = { | ||
168 | DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), | ||
169 | DMI_MATCH(DMI_PRODUCT_NAME, "OptiPlex 745"), | ||
170 | DMI_MATCH(DMI_BOARD_NAME, "0KW626"), | ||
171 | }, | ||
172 | }, | ||
164 | { /* Handle problems with rebooting on Dell 2400's */ | 173 | { /* Handle problems with rebooting on Dell 2400's */ |
165 | .callback = set_bios_reboot, | 174 | .callback = set_bios_reboot, |
166 | .ident = "Dell PowerEdge 2400", | 175 | .ident = "Dell PowerEdge 2400", |