Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86107
b: refs/heads/master
c: 262ee35
h: refs/heads/master
i:
  86105: 6ebc487
  86103: 9f3b74b
v: v3
  • Loading branch information
Carlos Corbacho authored and Len Brown committed Feb 16, 2008
1 parent ececbe6 commit 9ef7c73
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4fd7f5188c377c1e9aa8f224f6edf96d170a7d32
refs/heads/master: 262ee35be6a3aae9b4a7aafafc2dba901fc36620
9 changes: 9 additions & 0 deletions trunk/drivers/misc/acer-wmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,15 @@ static struct dmi_system_id acer_quirks[] = {
},
.driver_data = &quirk_acer_travelmate_2490,
},
{
.callback = dmi_matched,
.ident = "Acer TravelMate 4200",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
DMI_MATCH(DMI_PRODUCT_NAME, "TravelMate 4200"),
},
.driver_data = &quirk_acer_travelmate_2490,
},
{
.callback = dmi_matched,
.ident = "Medion MD 98300",
Expand Down

0 comments on commit 9ef7c73

Please sign in to comment.