Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 375295
b: refs/heads/master
c: a849e00
h: refs/heads/master
i:
  375293: d995285
  375291: 6eb3bd0
  375287: 94d5d3b
  375279: af10624
  375263: cf201db
  375231: b779463
  375167: d73c1e5
  375039: 2cd547f
  374783: 3c01f5a
v: v3
  • Loading branch information
AceLan Kao authored and Matthew Garrett committed May 8, 2013
1 parent ed71e1d commit 2ea8356
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: 2fbaf9b24a953ea13350f9cd9be5609492ea20a7
refs/heads/master: a849e0024a84480c7be85e3b723610e14042751b
9 changes: 9 additions & 0 deletions trunk/drivers/platform/x86/asus-nb-wmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,15 @@ static struct dmi_system_id asus_quirks[] = {
},
.driver_data = &quirk_asus_x401u,
},
{
.callback = dmi_matched,
.ident = "ASUSTeK COMPUTER INC. X75A",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
DMI_MATCH(DMI_PRODUCT_NAME, "X75A"),
},
.driver_data = &quirk_asus_x401u,
},
{},
};

Expand Down

0 comments on commit 2ea8356

Please sign in to comment.