From: Uros Vampl <mobile.leecher@gmail.com>
To: Thomas Gleixner <tglx@linutronix.de>,
Ingo Molnar <mingo@redhat.com>, "H. Peter Anvin" <hpa@zytor.com>,
x86@kernel.org, Don Zickus <dzickus@redhat.com>,
Peter Zijlstra <a.p.zijlstra@chello.nl>,
Peter Chubb <peter.chubb@nicta.com.au>,
linux-kernel@vger.kernel.org, stable@kernel.org
Subject: [PATCH] x86: Aspire One Happy2 reboots only with the kbd method
Date: Thu, 21 Jun 2012 15:32:03 +0200 [thread overview]
Message-ID: <20120621133203.GA26316@zverina> (raw)
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>
--- 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 reply other threads:[~2012-06-21 13:32 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-21 13:32 Uros Vampl [this message]
2012-06-21 14:29 ` [PATCH] x86: Aspire One Happy2 reboots only with the kbd method Don Zickus
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=20120621133203.GA26316@zverina \
--to=mobile.leecher@gmail.com \
--cc=a.p.zijlstra@chello.nl \
--cc=dzickus@redhat.com \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@redhat.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.