summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
diff options
context:
space:
mode:
authorZhang Rui <rui.zhang@intel.com>2010-02-16 04:16:55 -0500
committerLen Brown <len.brown@intel.com>2010-02-16 04:18:01 -0500
commit1379d2fef0ec07c7027a5e89036025ce761470c8 (patch)
tree4732304f3b04033d867f0f1482a85cc83fe7a1f5 /drivers/gpu/drm/i915
parent724e6d3fe8003c3f60bf404bf22e4e331327c596 (diff)
downloadop-kernel-dev-1379d2fef0ec07c7027a5e89036025ce761470c8.zip
op-kernel-dev-1379d2fef0ec07c7027a5e89036025ce761470c8.tar.gz
ACPI, i915: blacklist Clevo M5x0N bad_lid state
Wrong Lid state reported. Need to blacklist this machine for LVDS detection. Signed-off-by: Zhang Rui <rui.zhang@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/gpu/drm/i915')
-rw-r--r--drivers/gpu/drm/i915/intel_lvds.c7
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 b1d0acb..c2e8a45 100644
--- a/drivers/gpu/drm/i915/intel_lvds.c
+++ b/drivers/gpu/drm/i915/intel_lvds.c
@@ -636,6 +636,13 @@ static const struct dmi_system_id bad_lid_status[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "PC-81005"),
},
},
+ {
+ .ident = "Clevo M5x0N",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "CLEVO Co."),
+ DMI_MATCH(DMI_BOARD_NAME, "M5x0N"),
+ },
+ },
{ }
};
OpenPOWER on IntegriCloud