aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorHugo Trovao <htrovao@gmail.com>2019-02-24 20:01:45 +0000
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>2019-03-05 12:44:47 +0200
commit67133c6d99ef0d8917f764a9a70039b5e78d5e71 (patch)
tree327eb998e4dd9dc52b076416e6e838e0e43a5c1c /drivers
parentplatform/x86: intel_pmc_core: Quirk to ignore XTAL shutdown (diff)
downloadlinux-dev-67133c6d99ef0d8917f764a9a70039b5e78d5e71.tar.xz
linux-dev-67133c6d99ef0d8917f764a9a70039b5e78d5e71.zip
platform/x86: ideapad-laptop: Add Yoga C930 to no_hw_rfkill_list
Lenovo Yoga C930 does not have a physical hw radio switch which makes ideapad_laptop to incorrectly disable radio while it should be working fine. Adding it to the no_hw_rfkill_list makes wireless available again without having to unload the module. Signed-off-by: Hugo Trovao <htrovao@gmail.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Diffstat (limited to 'drivers')
-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 cde84bdf63ff..f3e87057929f 100644
--- a/drivers/platform/x86/ideapad-laptop.c
+++ b/drivers/platform/x86/ideapad-laptop.c
@@ -1259,6 +1259,13 @@ static const struct dmi_system_id no_hw_rfkill_list[] = {
},
},
{
+ .ident = "Lenovo YOGA C930-13IKB",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
+ DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo YOGA C930-13IKB"),
+ },
+ },
+ {
.ident = "Lenovo Zhaoyang E42-80",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),