[Intel-gfx] [PATCH] drm/i915: add Kapok M450C boards to LID blacklist
Jesse Barnes
jbarnes at virtuousgeek.org
Thu Feb 11 18:10:29 CET 2010
This board always report 'closed', so don't use its ACPI _LID method
to determine whether the LVDS is connected or not.
Fixes FDO bug #25417.
Cc: stable at kernel.org
Tested-by: Miklos Vajna <vmiklos at frugalware.org>
Signed-off-by: Jesse Barnes <jbarnes at virtuousgeek.org>
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"),
+ },
+ },
{ }
};
More information about the Intel-gfx
mailing list