]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
drm/i915: Add Clientron E830 to the ignore LVDS list
authorJoel Sass <jsass@disklessworkstations.com>
Tue, 10 Jan 2012 18:03:55 +0000 (13:03 -0500)
committerBen Hutchings <ben@decadent.org.uk>
Sun, 10 Jun 2012 13:41:36 +0000 (14:41 +0100)
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>
drivers/gpu/drm/i915/intel_lvds.c

index 583c2d0032742aa2c9f07026a6e5fe222cefe2f9..8b42354b10738a4e5c116f00f184fe863371e74b 100644 (file)
@@ -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 = {