linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] acer-wmi: blacklist Thinkpad edge E520
@ 2011-10-13  6:51 Ike Panhc
  2011-10-13 16:35 ` joeyli
  2011-10-24 22:22 ` joeyli
  0 siblings, 2 replies; 10+ messages in thread
From: Ike Panhc @ 2011-10-13  6:51 UTC (permalink / raw)
  To: platform-driver-x86, linux-kernel; +Cc: Matthew Garrett, Joey Lee

BugLink: http://launchpad.net/bugs/836865
BugLink: http://launchpad.net/bugs/826784

There are reports say that acer-wmi is loaded on Thinkpad E520 which
cause wireless connection hard blocked and we can not unblock it. It
will be better not to load acer-wmi on this machine.

Signed-off-by: Ike Panhc <ike.pan@canonical.com>
---
 drivers/platform/x86/acer-wmi.c |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/drivers/platform/x86/acer-wmi.c b/drivers/platform/x86/acer-wmi.c
index af2bb20..dc9a116 100644
--- a/drivers/platform/x86/acer-wmi.c
+++ b/drivers/platform/x86/acer-wmi.c
@@ -325,6 +325,13 @@ static struct dmi_system_id __devinitdata acer_blacklist[] = {
 			DMI_MATCH(DMI_PRODUCT_NAME, "AOA150"),
 		},
 	},
+	{
+		.ident = "Lenovo Thinkpad Edge E520",
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
+			DMI_MATCH(DMI_PRODUCT_NAME, "114320U"),
+		},
+	},
 	{}
 };
 
-- 
1.7.5.4


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2011-11-06  9:30 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-13  6:51 [PATCH] acer-wmi: blacklist Thinkpad edge E520 Ike Panhc
2011-10-13 16:35 ` joeyli
2011-10-14  2:48   ` Ike Panhc
2011-10-18  1:48     ` joeyli
2011-10-18  2:20       ` Ike Panhc
2011-10-24 22:20         ` joeyli
2011-10-24 22:22 ` joeyli
2011-10-24 23:13   ` Dave Jones
2011-10-25  2:57     ` Ike Panhc
2011-11-06  9:29     ` joeyli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).