stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: John Dahlstrom <jodarom@SDF.ORG>
To: Josh Boyer <jwboyer@redhat.com>
Cc: stable@vger.kernel.org
Subject: [PATCH] ideapad-laptop: add Lenovo ideapad Y700 Touch-15ISK and Lenovo ideapad Y700-15ISK to no_hw_rfkill DMI list
Date: Tue, 16 Feb 2016 23:21:44 -0600 (CST)	[thread overview]
Message-ID: <Pine.NEB.4.64.1602162307390.26573@norge.freeshell.org> (raw)

Some Lenovo ideapad models lack a physical rfkill switch.
Without this patch, rfkill reports a hard block via the ideapad-laptop
kernel module and wireless networking fails on affected models.
With this patch, Wi-Fi works as expected.

Josh Boyer already posted a patch for the Lenovo ideapad Y700-17ISK.
This patch applies the same fix for the Lenovo ideapad Y700 Touch-15ISK
and Lenovo ideapad Y700-15ISK.

While tested with Linux kernel 4.4.1, this patch also applies to
kernels 3.18.27, 4.1.18, 4.3.5, and 4.5-rc4.

Related
BugLink: https://bugzilla.redhat.com/show_bug.cgi?id=1286293

diff
--- a/drivers/platform/x86/ideapad-laptop.c	2016-02-14 
15:05:20.000000000 -0600
+++ b/drivers/platform/x86/ideapad-laptop.c	2016-02-16 
03:54:48.484423725 -0600
@@ -864,4 +864,18 @@
  			DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo G50-30"),
  		},
  	},
+ 	{
+		.ident = "Lenovo ideapad Y700-15ISK",
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
+			DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo ideapad 
Y700-15ISK"),
+		},
+	},
+	{
+		.ident = "Lenovo ideapad Y700 Touch-15ISK",
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
+			DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo ideapad 
Y700 Touch-15ISK"),
+		},
+	},
 	{

             reply	other threads:[~2016-02-17  5:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-17  5:21 John Dahlstrom [this message]
2016-02-17  6:32 ` [PATCH] ideapad-laptop: add Lenovo ideapad Y700 Touch-15ISK and Lenovo ideapad Y700-15ISK to no_hw_rfkill DMI list Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.NEB.4.64.1602162307390.26573@norge.freeshell.org \
    --to=jodarom@sdf.org \
    --cc=jwboyer@redhat.com \
    --cc=stable@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).