[Intel-gfx] [PATCH 2/3] drm/i915: Add the Insyde PC-81005 to ACPI LID quirk list
Zhenyu Wang
zhenyuw at linux.intel.com
Thu Mar 4 09:17:30 CET 2010
From: Zhao Yakui <yakui.zhao at intel.com>
On the box the incorrect LID state is reported and we can't use it reliabily
for LVDS detection. So add this box into the LID quirk list.
http://bugzilla.kernel.org/show_bug.cgi?id=14649
Signed-off-by: Zhao Yakui <yakui.zhao at intel.com>
Tested-by: Martin Bammer <mrb74 at gmx.at>
Signed-off-by: Zhenyu Wang <zhenyuw at linux.intel.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 8a5c761..caf0306 100644
--- a/drivers/gpu/drm/i915/intel_lvds.c
+++ b/drivers/gpu/drm/i915/intel_lvds.c
@@ -658,6 +658,13 @@ static const struct dmi_system_id bad_lid_status[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "TravelMate 2490"),
},
},
+ {
+ .ident = "PC-81005",
+ .matches = {
+ DMI_MATCH(DMI_BIOS_VENDOR, "INSYDE"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "PC-81005"),
+ },
+ },
{ }
};
--
1.6.3.3
More information about the Intel-gfx
mailing list