Linux Input/HID development
 help / color / mirror / Atom feed
* Input: Add Acer Aspire 5710 to nomux blacklist
@ 2008-10-14 15:28 Jiri Kosina
  2008-10-16  4:05 ` Dmitry Torokhov
  0 siblings, 1 reply; 3+ messages in thread
From: Jiri Kosina @ 2008-10-14 15:28 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: linux-input, Carlos Tonussi

From: Jiri Kosina <jkosina@suse.cz>

Acer Aspire needs to be added to nomux blacklist, otherwise the touchpad 
misbehaves.

Reported-by: Carlos Tonussi <tonussi@farmaco.ufsc.br>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

--- 

Index: linux-2.6.27/drivers/input/serio/i8042-x86ia64io.h
===================================================================
--- linux-2.6.27.orig/drivers/input/serio/i8042-x86ia64io.h
+++ linux-2.6.27/drivers/input/serio/i8042-x86ia64io.h
@@ -316,6 +316,13 @@ static struct dmi_system_id __initdata i
 		},
 	},
 	{
+		.ident = "Acer Aspire 5710",
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
+			DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5710"),
+		},
+	},
+	{
 		.ident = "Gericom Bellagio",
 		.matches = {
 			DMI_MATCH(DMI_SYS_VENDOR, "Gericom"),

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

end of thread, other threads:[~2008-10-16  7:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-14 15:28 Input: Add Acer Aspire 5710 to nomux blacklist Jiri Kosina
2008-10-16  4:05 ` Dmitry Torokhov
2008-10-16  7:39   ` Jiri Kosina

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