Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 37913
b: refs/heads/master
c: bb08859
h: refs/heads/master
i:
  37911: 76122de
v: v3
  • Loading branch information
Ashutosh Naik authored and Dmitry Torokhov committed Oct 2, 2006
1 parent df16649 commit 4a071d6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cde45f19ca0d2ff1ede01528a7629388d4139309
refs/heads/master: bb0885900de49b5822d7e8c91c1adf9a0fcc228b
11 changes: 10 additions & 1 deletion trunk/drivers/input/misc/wistron_btns.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 4a071d6

Please sign in to comment.