Forráskód Böngészése

drm/i915: Add Clientron E830 to the ignore LVDS list

Signed-off-by: Joel Sass <jsass@disklessworkstations.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
Joel Sass 13 éve
szülő
commit
44306ab302
1 módosított fájl, 8 hozzáadás és 0 törlés
  1. 8 0
      drivers/gpu/drm/i915/intel_lvds.c

+ 8 - 0
drivers/gpu/drm/i915/intel_lvds.c

@@ -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 = {