diff options
author | Zhang Rui <rui.zhang@intel.com> | 2010-02-16 04:16:55 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2010-02-16 04:18:01 -0500 |
commit | 1379d2fef0ec07c7027a5e89036025ce761470c8 (patch) | |
tree | 4732304f3b04033d867f0f1482a85cc83fe7a1f5 /drivers/gpu | |
parent | 724e6d3fe8003c3f60bf404bf22e4e331327c596 (diff) | |
download | linux-stable-1379d2fef0ec07c7027a5e89036025ce761470c8.tar.gz linux-stable-1379d2fef0ec07c7027a5e89036025ce761470c8.tar.bz2 linux-stable-1379d2fef0ec07c7027a5e89036025ce761470c8.zip |
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')
-rw-r--r-- | 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 b1d0acbae4e4..c2e8a45780d5 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"), + }, + }, { } }; |