linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Input: i8042 - add Dritek quirk for Acer TravelMate 660
@ 2008-05-16 20:08 Bruno Prémont
  0 siblings, 0 replies; only message in thread
From: Bruno Prémont @ 2008-05-16 20:08 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: Linux Kernel Mailing List, Linux Input

The Acer TravelMate 660 series also requires the Dritek quirk to enable the
extra scancodes.

Signed-off-by: Bruno Prémont <bonbons@linux-vserver.org>
CC: Dmitry Torokhov <dtor@mail.ru>

diff -NurpP linux-2.6.25.4-orig/drivers/input/serio/i8042-x86ia64io.h linux-2.6.25.4/drivers/input/serio/i8042-x86ia64io.h
--- linux-2.6.25.4-orig/drivers/input/serio/i8042-x86ia64io.h	2008-04-17 04:49:44.000000000 +0200
+++ linux-2.6.25.4/drivers/input/serio/i8042-x86ia64io.h	2008-05-16 19:20:30.000000000 +0200
@@ -331,6 +331,13 @@ static struct dmi_system_id __initdata i
 		},
 	},
 	{
+		.ident = "Acer TravelMate 660",
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
+			DMI_MATCH(DMI_PRODUCT_NAME, "TravelMate 660"),
+		},
+	},
+	{
 		.ident = "Acer TravelMate 2490",
 		.matches = {
 			DMI_MATCH(DMI_SYS_VENDOR, "Acer"),

--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-05-16 20:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-16 20:08 [PATCH] Input: i8042 - add Dritek quirk for Acer TravelMate 660 Bruno Prémont

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).