Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 318624
b: refs/heads/master
c: 9756fe3
h: refs/heads/master
v: v3
  • Loading branch information
Sjoerd Simons authored and Daniel Vetter committed Jun 22, 2012
1 parent 4c3c869 commit 9a3dd6f
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: ff049b6ce21d2814451afd4a116d001712e0116b
refs/heads/master: 9756fe38d10b2bf90c81dc4d2f17d5632e135364
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 @@ -778,6 +778,14 @@ static const struct dmi_system_id intel_no_lvds[] = {
DMI_MATCH(DMI_BOARD_NAME, "MS-7469"),
},
},
{
.callback = intel_no_lvds_dmi_callback,
.ident = "ZOTAC ZBOXSD-ID12/ID13",
.matches = {
DMI_MATCH(DMI_BOARD_VENDOR, "ZOTAC"),
DMI_MATCH(DMI_BOARD_NAME, "ZBOXSD-ID12/ID13"),
},
},

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

0 comments on commit 9a3dd6f

Please sign in to comment.