[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20120621133203.GA26316@zverina>
Date: Thu, 21 Jun 2012 15:32:03 +0200
From: Uros Vampl <mobile.leecher@...il.com>
To: Thomas Gleixner <tglx@...utronix.de>,
Ingo Molnar <mingo@...hat.com>,
"H. Peter Anvin" <hpa@...or.com>, x86@...nel.org,
Don Zickus <dzickus@...hat.com>,
Peter Zijlstra <a.p.zijlstra@...llo.nl>,
Peter Chubb <peter.chubb@...ta.com.au>,
linux-kernel@...r.kernel.org, stable@...nel.org
Subject: [PATCH] x86: Aspire One Happy2 reboots only with the kbd method
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@...il.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"),
+ },
+ },
{ }
};
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists