Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322383
b: refs/heads/master
c: a51d4ed
h: refs/heads/master
i:
  322381: 2338f57
  322379: 32bd6ea
  322375: 16bf3fd
  322367: de20621
v: v3
  • Loading branch information
Calvin Walton authored and Daniel Vetter committed Aug 24, 2012
1 parent 4109a12 commit 2974055
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: 9a0f938bde74bf9e50bd75c8de9e38c1787398cd
refs/heads/master: a51d4ed01e5bb39d2cf36a12f9976ab08872c192
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 @@ -780,6 +780,14 @@ static const struct dmi_system_id intel_no_lvds[] = {
DMI_MATCH(DMI_BOARD_NAME, "ZBOXSD-ID12/ID13"),
},
},
{
.callback = intel_no_lvds_dmi_callback,
.ident = "Gigabyte GA-D525TUD",
.matches = {
DMI_MATCH(DMI_BOARD_VENDOR, "Gigabyte Technology Co., Ltd."),
DMI_MATCH(DMI_BOARD_NAME, "D525TUD"),
},
},

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

0 comments on commit 2974055

Please sign in to comment.