Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360547
b: refs/heads/master
c: e6c33f1
h: refs/heads/master
i:
  360545: 28c2ace
  360543: 0a102a1
v: v3
  • Loading branch information
Lee, Chun-Yi authored and Matthew Garrett committed Feb 24, 2013
1 parent a89e788 commit b278554
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: 24c8a4c4ba6cfe1d01575d3094d11fd35a0e7fcd
refs/heads/master: e6c33f1fe797355f1aed53b01230bd13ef52deff
9 changes: 9 additions & 0 deletions trunk/drivers/platform/x86/acer-wmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,15 @@ static struct dmi_system_id acer_quirks[] = {
},
.driver_data = &quirk_fujitsu_amilo_li_1718,
},
{
.callback = dmi_matched,
.ident = "Lenovo Ideapad S205-10382JG",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
DMI_MATCH(DMI_PRODUCT_NAME, "10382JG"),
},
.driver_data = &quirk_lenovo_ideapad_s205,
},
{}
};

Expand Down

0 comments on commit b278554

Please sign in to comment.