diff options
| author | Joel Sass <jsass@disklessworkstations.com> | 2012-01-10 13:03:55 -0500 |
|---|---|---|
| committer | Ben Hutchings <ben@decadent.org.uk> | 2012-06-10 14:41:36 +0100 |
| commit | f3efc1d293abcc484ac06107d1480cf792ccf8c1 (patch) | |
| tree | 92923728d3e5a0ac82cff6434a81d9191ae772b7 /drivers/gpu | |
| parent | fd57a22a60c0fafc027f99bc8fca77845a1f8cfd (diff) | |
| download | lwn-f3efc1d293abcc484ac06107d1480cf792ccf8c1.tar.gz lwn-f3efc1d293abcc484ac06107d1480cf792ccf8c1.zip | |
drm/i915: Add Clientron E830 to the ignore LVDS list
commit 44306ab302687b519a31aa498b954c1e26f95a6b upstream.
Signed-off-by: Joel Sass <jsass@disklessworkstations.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Diffstat (limited to 'drivers/gpu')
| -rw-r--r-- | drivers/gpu/drm/i915/intel_lvds.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/intel_lvds.c b/drivers/gpu/drm/i915/intel_lvds.c index 583c2d003274..8b42354b1073 100644 --- a/drivers/gpu/drm/i915/intel_lvds.c +++ b/drivers/gpu/drm/i915/intel_lvds.c @@ -716,6 +716,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 = { |
