[<prev] [next>] [day] [month] [year] [list]
Message-Id: <200805162208.33370.bonbons@linux-vserver.org>
Date: Fri, 16 May 2008 22:08:32 +0200
From: Bruno Prémont <bonbons@...ux-vserver.org>
To: Dmitry Torokhov <dtor@...l.ru>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Linux Input <linux-input@...r.kernel.org>
Subject: [PATCH] Input: i8042 - add Dritek quirk for Acer TravelMate 660
The Acer TravelMate 660 series also requires the Dritek quirk to enable the
extra scancodes.
Signed-off-by: Bruno Prémont <bonbons@...ux-vserver.org>
CC: Dmitry Torokhov <dtor@...l.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-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