diff options
author | Ashutosh Naik <ashutosh.naik@gmail.com> | 2006-10-01 22:07:14 -0400 |
---|---|---|
committer | Dmitry Torokhov <dtor@insightbb.com> | 2006-10-01 22:07:14 -0400 |
commit | bb0885900de49b5822d7e8c91c1adf9a0fcc228b (patch) | |
tree | b7d4570fbe0ce7bd4e24e051de4832b362b8c322 /drivers/input/misc | |
parent | cde45f19ca0d2ff1ede01528a7629388d4139309 (diff) |
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.c | 11 |
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 = { | |||
386 | }, | 386 | }, |
387 | .driver_data = keymap_acer_travelmate_240 | 387 | .driver_data = keymap_acer_travelmate_240 |
388 | }, | 388 | }, |
389 | { | 389 | { |
390 | .callback = dmi_matched, | ||
391 | .ident = "Acer TravelMate 2424NWXCi", | ||
392 | .matches = { | ||
393 | DMI_MATCH(DMI_SYS_VENDOR, "Acer"), | ||
394 | DMI_MATCH(DMI_PRODUCT_NAME, "TravelMate 2420"), | ||
395 | }, | ||
396 | .driver_data = keymap_acer_travelmate_240 | ||
397 | }, | ||
398 | { | ||
390 | .callback = dmi_matched, | 399 | .callback = dmi_matched, |
391 | .ident = "AOpen 1559AS", | 400 | .ident = "AOpen 1559AS", |
392 | .matches = { | 401 | .matches = { |