Linux ACPI
 help / color / mirror / Atom feed
* [PATCH 2.6.32.stable] ACPI, i915: blacklist Clevo M5x0N bad_lid state
@ 2010-02-19  4:27 Len Brown
  0 siblings, 0 replies; only message in thread
From: Len Brown @ 2010-02-19  4:27 UTC (permalink / raw)
  To: stable; +Cc: linux-acpi, Jesse Barnes

upstgream 1379d2fef0ec07c7027a5e89036025ce761470c8
From: Zhang Rui <rui.zhang@intel.com>

Wrong Lid state reported.
Need to blacklist this machine for LVDS detection.

http://bugzilla.kernel.org/show_bug.cgi?id=15108

Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
---
 drivers/gpu/drm/i915/intel_lvds.c |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

Index: linux-2.6.32.y/drivers/gpu/drm/i915/intel_lvds.c
===================================================================
--- linux-2.6.32.y.orig/drivers/gpu/drm/i915/intel_lvds.c
+++ linux-2.6.32.y/drivers/gpu/drm/i915/intel_lvds.c
@@ -608,6 +608,13 @@ static const struct dmi_system_id bad_li
 			DMI_MATCH(DMI_PRODUCT_NAME, "Aspire one"),
 		},
 	},
+	{
+		.ident = "Clevo M5x0N",
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "CLEVO Co."),
+			DMI_MATCH(DMI_BOARD_NAME, "M5x0N"),
+		},
+	},
 	{ }
 };
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-02-19  4:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-19  4:27 [PATCH 2.6.32.stable] ACPI, i915: blacklist Clevo M5x0N bad_lid state Len Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox