[Intel-gfx] [PATCH] drm/i915: blacklist lid state on Amilo Pi 1505.

Anton Khirnov wyskas at gmail.com
Sun Feb 28 22:41:44 CET 2010


Signed-off-by: Anton Khirnov <wyskas at gmail.com>
---
 drivers/gpu/drm/i915/intel_lvds.c |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

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"),
+		},
+	},
 	{ }
 };
 
-- 
1.6.6.1




More information about the Intel-gfx mailing list