mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Pascal de Bruijn <pascal@unilogicnetworks.net>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] x86: Expand Dell OptiPlex 760 reboot quirk
Date: Thu, 21 Feb 2013 09:17:04 +0100	[thread overview]
Message-ID: <5125D800.4090509@unilogicnetworks.net> (raw)

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 |    1 -
  1 file changed, 1 deletion(-)

diff --git a/arch/x86/kernel/reboot.c b/arch/x86/kernel/reboot.c
index 76fa1e9..33b6362 100644
--- a/arch/x86/kernel/reboot.c
+++ b/arch/x86/kernel/reboot.c
@@ -299,7 +299,6 @@ static struct dmi_system_id __initdata 
reboot_dmi_table[] = {
  		.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.9.5


                 reply	other threads:[~2013-02-21  8:48 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5125D800.4090509@unilogicnetworks.net \
    --to=pascal@unilogicnetworks.net \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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®