summaryrefslogtreecommitdiff
path: root/drivers/platform
diff options
context:
space:
mode:
authorOlle Liljenzin <olle@liljenzin.se>2017-06-18 13:09:31 +0200
committerBen Hutchings <ben@decadent.org.uk>2018-12-16 22:08:05 +0000
commit3c34f3e69210855a3f6654a6faa27c1a3ebb7530 (patch)
tree74a7596cf9eb662f2d17a4738ea97ba68d01c0ed /drivers/platform
parent88dd051c0c0a03728ee669d61e68aca671d14496 (diff)
platform/x86: ideapad-laptop: Add Y520-15IKBN to no_hw_rfkill
commit 5d9f40b56630a8702b5f7a61a770f9b73aa07464 upstream. Lenovo Legion Y520-15IKBN is yet another Lenovo model that does not have an hw rfkill switch, resulting in wifi always reported as hard blocked. Add the model to the list of models without rfkill switch. Signed-off-by: Olle Liljenzin <olle@liljenzin.se> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Diffstat (limited to 'drivers/platform')
-rw-r--r--drivers/platform/x86/ideapad-laptop.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/platform/x86/ideapad-laptop.c b/drivers/platform/x86/ideapad-laptop.c
index 64015cc978b1..b5ab796ee720 100644
--- a/drivers/platform/x86/ideapad-laptop.c
+++ b/drivers/platform/x86/ideapad-laptop.c
@@ -860,6 +860,13 @@ static struct dmi_system_id no_hw_rfkill_list[] = {
},
},
{
+ .ident = "Lenovo Legion Y520-15IKBN",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
+ DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo Y520-15IKBN"),
+ },
+ },
+ {
.ident = "Lenovo Yoga 2 11 / 13 / Pro",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),