From: Don Zickus <dzickus@redhat.com>
To: Uros Vampl <mobile.leecher@gmail.com>
Cc: Thomas Gleixner <tglx@linutronix.de>,
Ingo Molnar <mingo@redhat.com>, "H. Peter Anvin" <hpa@zytor.com>,
x86@kernel.org, Peter Zijlstra <a.p.zijlstra@chello.nl>,
Peter Chubb <peter.chubb@nicta.com.au>,
linux-kernel@vger.kernel.org, stable@kernel.org
Subject: Re: [PATCH] x86: Aspire One Happy2 reboots only with the kbd method
Date: Thu, 21 Jun 2012 10:29:38 -0400 [thread overview]
Message-ID: <20120621142938.GZ32472@redhat.com> (raw)
In-Reply-To: <20120621133203.GA26316@zverina>
On Thu, Jun 21, 2012 at 03:32:03PM +0200, Uros Vampl wrote:
> Add a quirk to make the Acer Aspire One Happy2 reboot properly. For
> reference, discussion at the Arch forums:
> https://bbs.archlinux.org/viewtopic.php?id=143716
>
> Signed-off-by: Uroš Vampl <mobile.leecher@gmail.com>
Seems fine by me based on the thread above. Not sure if there is another
callback that should be tried first before using BOOT_KBD. Probably
doesn't matter.
Acked-by: Don Zickus <dzickus@redhat.com>
>
> --- linux-3.4.3.orig/arch/x86/kernel/reboot.c 2012-06-17 20:21:44.000000000 +0200
> +++ linux-3.4.3/arch/x86/kernel/reboot.c 2012-06-21 15:16:15.003430778 +0200
> @@ -317,6 +317,14 @@
> DMI_MATCH(DMI_PRODUCT_NAME, "AOA110"),
> },
> },
> + { /* Handle reboot issue on Acer Aspire One Happy2 */
> + .callback = set_kbd_reboot,
> + .ident = "Acer Aspire One Happy2",
> + .matches = {
> + DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
> + DMI_MATCH(DMI_PRODUCT_NAME, "AOHAPPY2"),
> + },
> + },
> { }
> };
>
next prev parent reply other threads:[~2012-06-21 14:30 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-21 13:32 [PATCH] x86: Aspire One Happy2 reboots only with the kbd method Uros Vampl
2012-06-21 14:29 ` Don Zickus [this message]
2012-06-21 14:40 ` H. Peter Anvin
2012-06-21 22:22 ` Uros Vampl
2012-06-21 22:27 ` H. Peter Anvin
2013-01-01 13:16 ` Elisey Shemyakin
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=20120621142938.GZ32472@redhat.com \
--to=dzickus@redhat.com \
--cc=a.p.zijlstra@chello.nl \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=mobile.leecher@gmail.com \
--cc=peter.chubb@nicta.com.au \
--cc=stable@kernel.org \
--cc=tglx@linutronix.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.