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 0dbc607 commit 8412da7Copy full SHA for 8412da7
arch/x86/kernel/reboot.c
@@ -326,6 +326,14 @@ static struct dmi_system_id __initdata reboot_dmi_table[] = {
326
DMI_MATCH(DMI_PRODUCT_NAME, "Latitude E6320"),
327
},
328
329
+ { /* Handle problems with rebooting on the Latitude E5410. */
330
+ .callback = set_pci_reboot,
331
+ .ident = "Dell Latitude E5410",
332
+ .matches = {
333
+ DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
334
+ DMI_MATCH(DMI_PRODUCT_NAME, "Latitude E5410"),
335
+ },
336
337
{ /* Handle problems with rebooting on the Latitude E5420. */
338
.callback = set_pci_reboot,
339
.ident = "Dell Latitude E5420",
0 commit comments