projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cde45f1
)
Input: wistron - add support for Acer TravelMate 2424NWXCi
author
Ashutosh Naik
<
[email protected]
>
Mon, 2 Oct 2006 02:07:14 +0000
(22:07 -0400)
committer
Dmitry Torokhov
<
[email protected]
>
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 <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Dmitry Torokhov <
[email protected]
>
drivers/input/misc/wistron_btns.c
patch
|
blob
|
history
diff --git
a/drivers/input/misc/wistron_btns.c
b/drivers/input/misc/wistron_btns.c
index a172ea1dc97be775c85f1250a7821acc39eb4485..4639537336fc116c9eeb62dcbb5741027e342e7b 100644
(file)
--- 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 = {