aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86
diff options
context:
space:
mode:
authordylanchu <chdy.uuid@gmail.com>2018-05-28 19:44:48 +0800
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>2018-06-01 17:49:09 +0300
commit1262516e6a926befd3bbd54ac1e9f512159f28fe (patch)
tree65e957b32ea8b1d9b63b97d2052b09d7ebc24115 /drivers/platform/x86
parentplatform/x86: silead_dmi: Add touchscreen info for the Onda V891w tablet (diff)
downloadlinux-dev-1262516e6a926befd3bbd54ac1e9f512159f28fe.tar.xz
linux-dev-1262516e6a926befd3bbd54ac1e9f512159f28fe.zip
platform/x86: ideapad-laptop: Add E42-80 to no_hw_rfkill
Lenovo Zhaoyang E42-80 is another Lenovo model without a 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: dylanchu <chdy.uuid@gmail.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Diffstat (limited to 'drivers/platform/x86')
-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 2b3663af1967..45b7cb01f410 100644
--- a/drivers/platform/x86/ideapad-laptop.c
+++ b/drivers/platform/x86/ideapad-laptop.c
@@ -1216,6 +1216,13 @@ static const struct dmi_system_id no_hw_rfkill_list[] = {
DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo YOGA 920-13IKB"),
},
},
+ {
+ .ident = "Lenovo Zhaoyang E42-80",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
+ DMI_MATCH(DMI_PRODUCT_VERSION, "ZHAOYANG E42-80"),
+ },
+ },
{}
};