* [PATCH 1/3] x86: Expand Dell OptiPlex 760 reboot quirk
@ 2013-07-01 7:01 Pascal de Bruijn
0 siblings, 0 replies; only message in thread
From: Pascal de Bruijn @ 2013-07-01 7:01 UTC (permalink / raw)
To: linux-kernel
>From c064fc347ea79c91bbb5bf70d6543ffbcf1111db Mon Sep 17 00:00:00 2001
From: Pascal de Bruijn <pascal@unilogicnetworks.net>
Date: Wed, 27 Mar 2013 14:17:12 +0000
Subject: [PATCH 1/3] x86: Expand Dell OptiPlex 760 reboot quirk
Different DMI_BOARD_NAME's are affected by this reboot issue as well,
so we want to expand the quirk coverage by removing the DMI_BOARD_NAME
match.
BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=54051
BugLink: https://bugs.launchpad.net/bugs/488319
Signed-off-by: Pascal de Bruijn <pascal@unilogicnetworks.net>
---
arch/x86/kernel/reboot.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/arch/x86/kernel/reboot.c b/arch/x86/kernel/reboot.c
index 76fa1e9..6961e77 100644
--- a/arch/x86/kernel/reboot.c
+++ b/arch/x86/kernel/reboot.c
@@ -293,13 +293,12 @@ static struct dmi_system_id __initdata reboot_dmi_table[] = {
DMI_MATCH(DMI_BOARD_NAME, "0T656F"),
},
},
- { /* Handle problems with rebooting on Dell OptiPlex 760 with 0G919G */
+ { /* Handle problems with rebooting on Dell OptiPlex 760 */
.callback = set_bios_reboot,
.ident = "Dell OptiPlex 760",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
DMI_MATCH(DMI_PRODUCT_NAME, "OptiPlex 760"),
- DMI_MATCH(DMI_BOARD_NAME, "0G919G"),
},
},
{ /* Handle problems with rebooting on Dell 2400's */
--
1.7.0.4
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-07-01 7:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-01 7:01 [PATCH 1/3] x86: Expand Dell OptiPlex 760 reboot quirk Pascal de Bruijn
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®