summary refs log tree commit diff
path: root/drivers/input/misc
diff options
context:
space:
mode:
authorAshutosh Naik <ashutosh.naik@gmail.com>2006-10-01 22:07:14 -0400
committerDmitry Torokhov <dtor@insightbb.com>2006-10-01 22:07:14 -0400
commitbb0885900de49b5822d7e8c91c1adf9a0fcc228b (patch)
treeb7d4570fbe0ce7bd4e24e051de4832b362b8c322 /drivers/input/misc
parentcde45f19ca0d2ff1ede01528a7629388d4139309 (diff)
downloadlinux-bb0885900de49b5822d7e8c91c1adf9a0fcc228b.tar.gz
Input: wistron - add support for Acer TravelMate 2424NWXCi
The key mappings are the same as the older Acer TravelMate 240.

Signed-off-by: Ashutosh Naik <ashutosh.naik@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/misc')
-rw-r--r--drivers/input/misc/wistron_btns.c11
1 files changed, 10 insertions, 1 deletions
diff --git a/drivers/input/misc/wistron_btns.c b/drivers/input/misc/wistron_btns.c
index a172ea1dc97b..4639537336fc 100644
--- a/drivers/input/misc/wistron_btns.c
+++ b/drivers/input/misc/wistron_btns.c
@@ -386,7 +386,16 @@ static struct dmi_system_id dmi_ids[] __initdata = {
 		},
 		.driver_data = keymap_acer_travelmate_240
 	},
-        {
+	{
+		.callback = dmi_matched,
+		.ident = "Acer TravelMate 2424NWXCi",
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
+			DMI_MATCH(DMI_PRODUCT_NAME, "TravelMate 2420"),
+		},
+		.driver_data = keymap_acer_travelmate_240
+	},
+	{
 		.callback = dmi_matched,
 		.ident = "AOpen 1559AS",
 		.matches = {