drm/i915: Add Clientron E830 to the ignore LVDS list
[pandora-kernel.git] / drivers / gpu / drm / i915 / intel_lvds.c
index 583c2d0..8b42354 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 = {