Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 255012
b: refs/heads/master
c: 3628c3f
h: refs/heads/master
v: v3
  • Loading branch information
Maxime Ripard authored and H. Peter Anvin committed Jul 13, 2011
1 parent 703a922 commit 9a25eb1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 11e48feebe8b5d2ae348893a6e0d47c46204bee2
refs/heads/master: 3628c3f5c818cfc6e588d1ccb31f19aa12345c02
8 changes: 8 additions & 0 deletions trunk/arch/x86/kernel/reboot.c
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,14 @@ static struct dmi_system_id __initdata pci_reboot_dmi_table[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "iMac9,1"),
},
},
{ /* Handle problems with rebooting on the Latitude E6320. */
.callback = set_pci_reboot,
.ident = "Dell Latitude E6320",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
DMI_MATCH(DMI_PRODUCT_NAME, "Latitude E6320"),
},
},
{ }
};

Expand Down

0 comments on commit 9a25eb1

Please sign in to comment.