We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3cf859 commit fab3b58Copy full SHA for fab3b58
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"),
178
},
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
188
{ /* Handle problems with rebooting on HP laptops */
189
.callback = set_bios_reboot,
190
.ident = "HP Compaq Laptop",
0 commit comments