diff options
| -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 = { |
