Input: wistron - add support for Acer TravelMate 2424NWXCi
authorAshutosh Naik <ashutosh.naik@gmail.com>
Mon, 2 Oct 2006 02:07:14 +0000 (22:07 -0400)
committerDmitry Torokhov <dtor@insightbb.com>
Mon, 2 Oct 2006 02:07:14 +0000 (22:07 -0400)
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>
drivers/input/misc/wistron_btns.c

index a172ea1..4639537 100644 (file)
@@ -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 = {