diff mbox

drm/i915: add Kapok M450C boards to LID blacklist

Message ID 20100211091029.6fd3d044@jbarnes-piketon (mailing list archive)
State Superseded
Headers show

Commit Message

Jesse Barnes Feb. 11, 2010, 5:10 p.m. UTC
None
diff mbox

Patch

diff --git a/drivers/gpu/drm/i915/intel_lvds.c b/drivers/gpu/drm/i915/intel_lvds.c
index 75a9772..0f607cb 100644
--- a/drivers/gpu/drm/i915/intel_lvds.c
+++ b/drivers/gpu/drm/i915/intel_lvds.c
@@ -629,6 +629,13 @@  static const struct dmi_system_id bad_lid_status[] = {
 			DMI_MATCH(DMI_PRODUCT_NAME, "PC-81005"),
 		},
 	},
+	{
+		.ident = "Kapok M450C",
+		.matches = {
+			DMI_MATCH(DMI_BOARD_VENDOR, "KAPOK"),
+			DMI_MATCH(DMI_PRODUCT_NAME, "M450C"),
+		},
+	},
 	{ }
 };