public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ideapad_laptop: Add Lenovo G50-30 to devices without radio switch
@ 2015-05-29 13:20 Philippe Coval
  2015-05-29 16:49 ` Darren Hart
  0 siblings, 1 reply; 7+ messages in thread
From: Philippe Coval @ 2015-05-29 13:20 UTC (permalink / raw)
  To: ike.pan, dvhart
  Cc: Dmitry Tunin, platform-driver-x86, linux-kernel, Philippe Coval

From: Dmitry Tunin <hanipouspilot@gmail.com>

Lenovo G50-30 rfkill always reports wireless blocked fix.

BugLink: https://bugs.launchpad.net/bugs/1397021
Cc: platform-driver-x86@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Dmitry Tunin <hanipouspilot@gmail.com>
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
---
 drivers/platform/x86/ideapad-laptop.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/drivers/platform/x86/ideapad-laptop.c b/drivers/platform/x86/ideapad-laptop.c
index b496db8..6e82520 100644
--- a/drivers/platform/x86/ideapad-laptop.c
+++ b/drivers/platform/x86/ideapad-laptop.c
@@ -837,6 +837,13 @@ static const struct dmi_system_id no_hw_rfkill_list[] = {
 		},
 	},
 	{
+		.ident = "Lenovo G50-30",
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
+			DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo G50-30"),
+		},
+	},
+	{
 		.ident = "Lenovo Yoga 2 11 / 13 / Pro",
 		.matches = {
 			DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
-- 
1.9.1


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

end of thread, other threads:[~2015-05-29 19:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-29 13:20 [PATCH] ideapad_laptop: Add Lenovo G50-30 to devices without radio switch Philippe Coval
2015-05-29 16:49 ` Darren Hart
2015-05-29 17:02   ` Dmitry Tunin
2015-05-29 19:19     ` Darren Hart
2015-05-29 17:18   ` Dmitry Tunin
2015-05-29 19:30     ` Darren Hart
2015-05-29 19:32       ` Dmitry Tunin

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