From ed6c4f39dbb732105c64fecd0c12590636e56437 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sun, 28 Feb 2010 12:22:02 +0100 Subject: [PATCH] drm/i915: blacklist lid state on Amilo Pi 1505. --- 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..7789701 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