public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] x86: Aspire One Happy2 reboots only with the kbd method
@ 2012-06-21 13:32 Uros Vampl
  2012-06-21 14:29 ` Don Zickus
  0 siblings, 1 reply; 6+ messages in thread
From: Uros Vampl @ 2012-06-21 13:32 UTC (permalink / raw)
  To: Thomas Gleixner, Ingo Molnar, H. Peter Anvin, x86, Don Zickus,
	Peter Zijlstra, Peter Chubb, linux-kernel, stable

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"),
+		},
+	},
 	{ }
 };
 

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-01-01 13:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox