From: Ashutosh Naik Date: Mon, 2 Oct 2006 02:07:14 +0000 (-0400) Subject: Input: wistron - add support for Acer TravelMate 2424NWXCi X-Git-Tag: v2.6.19-rc1~375^2 X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=bb0885900de49b5822d7e8c91c1adf9a0fcc228b;p=powerpc.git 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 Signed-off-by: Andrew Morton Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/misc/wistron_btns.c b/drivers/input/misc/wistron_btns.c index a172ea1dc9..4639537336 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 = {