projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
baa4c4c
)
ACPI, i915: blacklist Clevo M5x0N bad_lid state
author
Zhang Rui
<rui.zhang@intel.com>
Tue, 16 Feb 2010 09:16:55 +0000
(
04:16
-0500)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Mon, 15 Mar 2010 15:49:36 +0000
(08:49 -0700)
commit
1379d2fef0ec07c7027a5e89036025ce761470c8
upstream.
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/gpu/drm/i915/intel_lvds.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/intel_lvds.c
b/drivers/gpu/drm/i915/intel_lvds.c
index 952bb4e2484d7acb100d6a4e8bc27a356f142931..a177b571d24d62e126ef2f646821d9b71c6c11a1 100644
(file)
--- 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 = "Clevo M5x0N",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "CLEVO Co."),
+ DMI_MATCH(DMI_BOARD_NAME, "M5x0N"),
+ },
+ },
{ }
};