Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253207
b: refs/heads/master
c: 6a574b5
h: refs/heads/master
i:
  253205: fb6b6ab
  253203: cd6496d
  253199: 5a0695d
v: v3
  • Loading branch information
Hans de Goede authored and Keith Packard committed Jun 4, 2011
1 parent a26c870 commit 7d18a33
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: 3f43c48d333777e815ae68d66396cb6dfbc2dd79
refs/heads/master: 6a574b5b9b186e28abd3e571dfd1700c5220b510
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 @@ -727,6 +727,14 @@ static const struct dmi_system_id intel_no_lvds[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "U800"),
},
},
{
.callback = intel_no_lvds_dmi_callback,
.ident = "Asus EeeBox PC EB1007",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer INC."),
DMI_MATCH(DMI_PRODUCT_NAME, "EB1007"),
},
},

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

0 comments on commit 7d18a33

Please sign in to comment.