From: ulm@kph.uni-mainz.de (Ulrich Mueller)
To: Ben Collins <bcollins@ubuntu.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH 04/15] i386: Handle HP laptop rebooting properly.
Date: Thu, 5 Jan 2006 09:50:39 +0100 [thread overview]
Message-ID: <usls3awio@a1i15.kph.uni-mainz.de> (raw)
In-Reply-To: <0ISL004R0943MT@a34-mta01.direcway.com>
>>>>> On Wed, 04 Jan 2006, Ben Collins wrote:
> --- a/arch/i386/kernel/reboot.c
> +++ b/arch/i386/kernel/reboot.c
> @@ -111,6 +111,14 @@ static struct dmi_system_id __initdata r
> DMI_MATCH(DMI_PRODUCT_NAME, "PowerEdge 2400"),
> },
> },
> + { /* HP laptops have weird reboot issues */
> + .callback = set_bios_reboot,
> + .ident = "HP Laptop",
> + .matches = {
> + DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),
> + DMI_MATCH(DMI_PRODUCT_NAME, "HP Compaq"),
> + },
> + },
> { /* Handle problems with rebooting on HP nc6120 */
> .callback = set_bios_reboot,
> .ident = "HP Compaq nc6120",
An essentially identical patch is already included in 2.6.15-rc5-mm3:
reboot-through-the-bios-on-newer-hp-laptops.patch
prev parent reply other threads:[~2006-01-05 8:50 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-01-04 21:59 Ben Collins
2006-01-04 22:42 ` Kyle McMartin
2006-01-04 22:56 ` Ben Collins
2006-01-05 8:50 ` Ulrich Mueller [this message]
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=usls3awio@a1i15.kph.uni-mainz.de \
--to=ulm@kph.uni-mainz.de \
--cc=bcollins@ubuntu.com \
--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®