]> git.karo-electronics.de Git - mv-sheeva.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)
committerKeith Packard <keithp@keithp.com>
Thu, 12 Jan 2012 20:35:42 +0000 (12:35 -0800)
Signed-off-by: Joel Sass <jsass@disklessworkstations.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
drivers/gpu/drm/i915/intel_lvds.c

index e44191132ac4e97307029e44a50d65e7a96be53a..798f6e1aa544fc8f43883fdfe1632e48d4a7adcc 100644 (file)
@@ -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 = {