diff mbox

drm/i915: blacklist lid state on Amilo Pi 1505.

Message ID 1267393304-26111-1-git-send-email-wyskas@gmail.com (mailing list archive)
State Deferred, archived
Headers show

Commit Message

Anton Khirnov Feb. 28, 2010, 9:41 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 c2e8a45..1666762 100644
--- a/drivers/gpu/drm/i915/intel_lvds.c
+++ b/drivers/gpu/drm/i915/intel_lvds.c
@@ -643,6 +643,13 @@  static const struct dmi_system_id bad_lid_status[] = {
 			DMI_MATCH(DMI_BOARD_NAME, "M5x0N"),
 		},
 	},
+	{
+		.ident = "AMILO Pi 1505",
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU SIEMENS"),
+			DMI_MATCH(DMI_BOARD_NAME, "AMILO Pi 1505"),
+		},
+	},
 	{ }
 };