Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276732
b: refs/heads/master
c: 0999bbe
h: refs/heads/master
v: v3
  • Loading branch information
Adam Jackson authored and Keith Packard committed Dec 16, 2011
1 parent b383925 commit 87c1a4d
Show file tree
Hide file tree
Showing 2 changed files with 9 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: ca88479c1c3b7b1a9f94320745f5331e1de77f80
refs/heads/master: 0999bbe08196cd9459683204974fda4d62a7d1b3
8 changes: 8 additions & 0 deletions trunk/drivers/gpu/drm/i915/intel_lvds.c
Original file line number Diff line number Diff line change
Expand Up @@ -715,6 +715,14 @@ static const struct dmi_system_id intel_no_lvds[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "EB1007"),
},
},
{
.callback = intel_no_lvds_dmi_callback,
.ident = "Asus AT5NM10T-I",
.matches = {
DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK Computer INC."),
DMI_MATCH(DMI_BOARD_NAME, "AT5NM10T-I"),
},
},

{ } /* terminating entry */
};
Expand Down

0 comments on commit 87c1a4d

Please sign in to comment.