From: Ismail Donmez <idoenmez@suse.de>
To: Thomas Renninger <trenn@suse.de>
Cc: linux-kernel@vger.kernel.org, x86@kernel.org, stable@kernel.org
Subject: Re: [PATCH] x86: Fix reboot issue for Dell Optiplex 990 V2
Date: Fri, 04 Nov 2011 08:16:09 +0100 [thread overview]
Message-ID: <4EB39139.3090709@suse.de> (raw)
In-Reply-To: <1320373797-4393-1-git-send-email-trenn@suse.de>
Hi;
On 11/04/2011 03:29 AM, Thomas Renninger wrote:
> This was the only (reboot=p) option that worked for this desktop.
> Default does not reboot as well.
>
> V2: Remove copy and paste left over from another machine
>
> CC: Ismail Donmez<idoenmez@suse.de>
> CC: stable@kernel.org
> Signed-off-by: Thomas Renninger<trenn@suse.de>
> ---
> arch/x86/kernel/reboot.c | 9 +++++++++
> 1 files changed, 9 insertions(+), 0 deletions(-)
>
> diff --git a/arch/x86/kernel/reboot.c b/arch/x86/kernel/reboot.c
> index e334be1..42f8cd7 100644
> --- a/arch/x86/kernel/reboot.c
> +++ b/arch/x86/kernel/reboot.c
> @@ -443,6 +443,15 @@ static struct dmi_system_id __initdata pci_reboot_dmi_table[] = {
> DMI_MATCH(DMI_PRODUCT_NAME, "Latitude E6420"),
> },
> },
> + {
> + .callback = set_pci_reboot,
> + .ident = "Dell Optiplex 990",
> + .matches = {
> + /* Found in BIOS version A06 */
> + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
> + DMI_MATCH(DMI_PRODUCT_NAME, "OptiPlex 990"),
> + },
> + },
> { }
> };
I have this machine and can confirm reboot=pci is only way to get it to
reboot. But also Dell's very recent Latitude E6520 laptop needs the same
workaround. It would be nice to send a patch for it too.
Regards.
--
İsmail Dönmez - openSUSE Booster
SUSE LINUX Products GmbH
Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 16746 (AG Nürnberg)
next prev parent reply other threads:[~2011-11-04 7:16 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-04 2:29 [PATCH] x86: Fix reboot issue for Dell Optiplex 990 V2 Thomas Renninger
2011-11-04 7:16 ` Ismail Donmez [this message]
2011-11-05 0:44 ` [PATCH] X86: Solve Dell Latitudes do not reboot on x86_64 more generally Thomas Renninger
2011-11-07 1:54 ` 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
2011-11-06 19:48 ` [PATCH] x86: Fix reboot issue for Dell Optiplex 990 V2 Valdis.Kletnieks
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=4EB39139.3090709@suse.de \
--to=idoenmez@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=stable@kernel.org \
--cc=trenn@suse.de \
--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