diff options
author | Zhang Rui <rui.zhang@intel.com> | 2010-02-16 10:16:55 +0100 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2010-02-16 10:18:01 +0100 |
commit | 1379d2fef0ec07c7027a5e89036025ce761470c8 (patch) | |
tree | 4732304f3b04033d867f0f1482a85cc83fe7a1f5 /drivers | |
parent | Linux 2.6.33-rc8 (diff) | |
download | linux-1379d2fef0ec07c7027a5e89036025ce761470c8.tar.xz linux-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')
-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"), + }, + }, { } }; |