Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148700
b: refs/heads/master
c: 70aa96c
h: refs/heads/master
v: v3
  • Loading branch information
Jarod Wilson authored and Eric Anholt committed Jun 5, 2009
1 parent e8e8e67 commit 9320c9c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 714605e4a05787c51a5ac36c926d2169cfdfbfba
refs/heads/master: 70aa96ca2d8d938fc036ef8fd189b0151f4fc3ba
10 changes: 8 additions & 2 deletions trunk/drivers/gpu/drm/i915/intel_lvds.c
Original file line number Diff line number Diff line change
Expand Up @@ -485,8 +485,14 @@ static const struct dmi_system_id __initdata intel_no_lvds[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "Studio Hybrid 140g"),
},
},

/* FIXME: add a check for the Aopen Mini PC */
{
.callback = intel_no_lvds_dmi_callback,
.ident = "AOpen Mini PC",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "AOpen"),
DMI_MATCH(DMI_PRODUCT_NAME, "i965GMx-IF"),
},
},

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

0 comments on commit 9320c9c

Please sign in to comment.