linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch 6/8] input: i8042: add Dritek quirk for Acer TravelMate 660
@ 2008-07-30 19:31 akpm
  2008-07-30 19:47 ` Dmitry Torokhov
  0 siblings, 1 reply; 2+ messages in thread
From: akpm @ 2008-07-30 19:31 UTC (permalink / raw)
  To: dtor; +Cc: linux-input, akpm, bonbons

From: Bruno Prémont <bonbons@linux-vserver.org>

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>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 drivers/input/serio/i8042-x86ia64io.h |    7 +++++++
 1 file changed, 7 insertions(+)

diff -puN drivers/input/serio/i8042-x86ia64io.h~input-i8042-add-dritek-quirk-for-acer-travelmate-660 drivers/input/serio/i8042-x86ia64io.h
--- a/drivers/input/serio/i8042-x86ia64io.h~input-i8042-add-dritek-quirk-for-acer-travelmate-660
+++ a/drivers/input/serio/i8042-x86ia64io.h
@@ -388,6 +388,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] 2+ messages in thread

end of thread, other threads:[~2008-07-30 19:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-30 19:31 [patch 6/8] input: i8042: add Dritek quirk for Acer TravelMate 660 akpm
2008-07-30 19:47 ` Dmitry Torokhov

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).