Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189991
b: refs/heads/master
c: 9875557
h: refs/heads/master
i:
  189989: eef1461
  189987: 96ad6c1
  189983: 341f8f2
v: v3
  • Loading branch information
Stefan Bader authored and Eric Anholt committed Apr 3, 2010
1 parent 51a81d6 commit 57ddf42
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: c751ce4f52b11ea93764a7cd44e6ae9c098d361b
refs/heads/master: 9875557ee8247c3f7390d378c027b45c7535a224
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 @@ -857,6 +857,14 @@ static const struct dmi_system_id intel_no_lvds[] = {
DMI_MATCH(DMI_PRODUCT_VERSION, "AO00001JW"),
},
},
{
.callback = intel_no_lvds_dmi_callback,
.ident = "Clientron U800",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Clientron"),
DMI_MATCH(DMI_PRODUCT_NAME, "U800"),
},
},

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

0 comments on commit 57ddf42

Please sign in to comment.