Commit 8412da757776727796e9edd64ba94814cc08d536

Authored by Ville Syrjälä
Committed by Ingo Molnar
1 parent 0dbc6078c0

x86/reboot: Add reboot quirk for Dell Latitude E5410

Dell Latitude E5410 needs reboot=pci to actually reboot.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: http://lkml.kernel.org/r/1380888964-14517-1-git-send-email-ville.syrjala@linux.intel.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>

Showing 1 changed file with 8 additions and 0 deletions Side-by-side Diff

arch/x86/kernel/reboot.c
... ... @@ -326,6 +326,14 @@
326 326 DMI_MATCH(DMI_PRODUCT_NAME, "Latitude E6320"),
327 327 },
328 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 + },
329 337 { /* Handle problems with rebooting on the Latitude E5420. */
330 338 .callback = set_pci_reboot,
331 339 .ident = "Dell Latitude E5420",