From: Thomas Renninger <trenn@suse.de>
To: linux-kernel@vger.kernel.org
Cc: x86@kernel.org, linux-acpi@vger.kernel.org,
Thomas Renninger <trenn@suse.de>,
stable@kernel.org
Subject: [PATCH] X86: Solve Dell Latitudes do not reboot on x86_64 more generally
Date: Sat, 5 Nov 2011 01:44:03 +0100 [thread overview]
Message-ID: <1320453843-938-1-git-send-email-trenn@suse.de> (raw)
In-Reply-To: <4EB39139.3090709@suse.de>
There are quite some reports that those do not reboot:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/833705
->E6520, E6220
http://www.linux-club.de/viewtopic.php?f=29&t=114459&start=20
->E5520
and some more already are blacklisted
This patch improves the blacklist for all E6xxx and E5xxx Latitudes.
Strange is that on above Ubuntu bug it was mentioned that 32 bit
reboots just fine, which should use the same mechanism than 64 bit
by default (ACPI).
While this should solve the problem on short term for quite some users,
hopefully a more generic way is found sooner or later...
Signed-off-by: Thomas Renninger <trenn@suse.de>
CC: stable@kernel.org
---
arch/x86/kernel/reboot.c | 20 ++++++--------------
1 files changed, 6 insertions(+), 14 deletions(-)
diff --git a/arch/x86/kernel/reboot.c b/arch/x86/kernel/reboot.c
index 42f8cd7..7fcb20a 100644
--- a/arch/x86/kernel/reboot.c
+++ b/arch/x86/kernel/reboot.c
@@ -419,28 +419,20 @@ 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"),
- },
- },
- { /* Handle problems with rebooting on the Latitude E5420. */
+ {
.callback = set_pci_reboot,
- .ident = "Dell Latitude E5420",
+ .ident = "Dell Latitude E5xxx",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
- DMI_MATCH(DMI_PRODUCT_NAME, "Latitude E5420"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "Latitude E5"),
},
},
- { /* Handle problems with rebooting on the Latitude E6420. */
+ {
.callback = set_pci_reboot,
- .ident = "Dell Latitude E6420",
+ .ident = "Dell Latitude E6xxx",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
- DMI_MATCH(DMI_PRODUCT_NAME, "Latitude E6420"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "Latitude E6"),
},
},
{
--
1.7.6.1
next parent reply other threads:[~2011-11-05 0:44 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <4EB39139.3090709@suse.de>
2011-11-05 0:44 ` Thomas Renninger [this message]
2011-11-07 1:54 ` [PATCH] X86: Solve Dell Latitudes do not reboot on x86_64 more generally Len Brown
2011-11-07 13:59 ` Matthew Garrett
2011-11-07 14:25 ` Thomas Renninger
2011-11-07 14:27 ` Matthew Garrett
2011-11-07 15:09 ` Thomas Renninger
2011-11-07 15:12 ` Matthew Garrett
2011-11-07 17:40 ` Len Brown
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=1320453843-938-1-git-send-email-trenn@suse.de \
--to=trenn@suse.de \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=stable@kernel.org \
--cc=x86@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