X86 platform drivers
 help / color / mirror / Atom feed
* [PATCH 1/1] ideapad-laptop: Add ideapad Y700 15-ACZ to the no_hw_rfkill DMI list
@ 2016-12-06 19:17 velemas
  2016-12-14  1:42 ` Andy Shevchenko
  0 siblings, 1 reply; 2+ messages in thread
From: velemas @ 2016-12-06 19:17 UTC (permalink / raw)
  To: ike.pan; +Cc: platform-driver-x86

Like other Y700 models Lenovo Y700 15-ACZ does not have a physical rfkill switch.
ideapad-laptop wrongly reports all radios as blocked by hardware which causes 
wireless network connections to fail.

Add this model without an rfkill switch to the no_hw_rfkill list.

Signed-off-by: Artiom Vaskov <velemas@gmail.com>
---
--- a/drivers/platform/x86/ideapad-laptop.c     2016-10-03 02:24:33.000000000 +0300
+++ b/drivers/platform/x86/ideapad-laptop.c     2016-11-24 23:02:08.108870266 +0300
@@ -870,6 +870,13 @@ static const struct dmi_system_id no_hw_
 			DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo G50-30"),
 		},
 	},
+	{
+		.ident = "Lenovo ideapad Y700-15ACZ",
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
+			DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo ideapad Y700-15ACZ"),
+		},
+	},
 	{
 		.ident = "Lenovo ideapad Y700-15ISK",
 		.matches = {

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

end of thread, other threads:[~2016-12-14  1:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-06 19:17 [PATCH 1/1] ideapad-laptop: Add ideapad Y700 15-ACZ to the no_hw_rfkill DMI list velemas
2016-12-14  1:42 ` Andy Shevchenko

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