Skip to content

Commit

Permalink
drm/i915: Add Clientron E830 to the ignore LVDS list
Browse files Browse the repository at this point in the history
Signed-off-by: Joel Sass <[email protected]>
Reviewed-by: Adam Jackson <[email protected]>
Signed-off-by: Keith Packard <[email protected]>
  • Loading branch information
Joel Sass authored and keith-packard committed Jan 12, 2012
1 parent 8ca4013 commit 44306ab
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions drivers/gpu/drm/i915/intel_lvds.c
Original file line number Diff line number Diff line change
Expand Up @@ -708,6 +708,14 @@ static const struct dmi_system_id intel_no_lvds[] = {
},
},
{
.callback = intel_no_lvds_dmi_callback,
.ident = "Clientron E830",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Clientron"),
DMI_MATCH(DMI_PRODUCT_NAME, "E830"),
},
},
{
.callback = intel_no_lvds_dmi_callback,
.ident = "Asus EeeBox PC EB1007",
.matches = {
Expand Down

0 comments on commit 44306ab

Please sign in to comment.