projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76865c3
)
[PATCH] i386: Handle HP laptop rebooting properly.
author
Ben Collins
<ben.collins@ubuntu.com>
Fri, 6 Jan 2006 08:12:20 +0000
(
00:12
-0800)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Fri, 6 Jan 2006 16:33:39 +0000
(08:33 -0800)
Signed-off-by: Ben Collins <bcollins@ubuntu.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/kernel/reboot.c
patch
|
blob
|
history
diff --git
a/arch/i386/kernel/reboot.c
b/arch/i386/kernel/reboot.c
index 2afe0f8d555adf4b67130421e1750449f7f1c92a..2fa5803a759d26f1b3b6f5f1b1855da8bbf18848 100644
(file)
--- a/
arch/i386/kernel/reboot.c
+++ b/
arch/i386/kernel/reboot.c
@@
-111,12
+111,12
@@
static struct dmi_system_id __initdata reboot_dmi_table[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "PowerEdge 2400"),
},
},
- { /* Handle problems with rebooting on HP
nc6120
*/
+ { /* Handle problems with rebooting on HP
laptops
*/
.callback = set_bios_reboot,
- .ident = "HP Compaq
nc6120
",
+ .ident = "HP Compaq
Laptop
",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),
- DMI_MATCH(DMI_PRODUCT_NAME, "HP Compaq
nc6120
"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "HP Compaq"),
},
},
{ }