platform/x86: ideapad-laptop: Add Y700 15-ACZ to no_hw_rfkill DMI list
authorvelemas <velemas@gmail.com>
Tue, 6 Dec 2016 19:17:43 +0000 (22:17 +0300)
committerYves-Alexis Perez <corsac@debian.org>
Wed, 21 Feb 2018 15:29:03 +0000 (15:29 +0000)
Like other Y700 models Lenovo Y700 15-ACZ does not have a physical rfkill switch.
ideapad-laptop wrongly reports all radios as blocked by hardware which causes
wireless network connections to fail.

Add this model without an rfkill switch to the no_hw_rfkill list.

Signed-off-by: Artiom Vaskov <velemas@gmail.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Gbp-Pq: Topic bugfix/x86
Gbp-Pq: Name platform-x86-ideapad-laptop-add-y700-15-acz-to-no_hw.patch

drivers/platform/x86/ideapad-laptop.c

index 2f1615e00cb4cd5c7a5c82234e878e4971d3d113..f46ece2ce3c4d48086c73b0e2d0c63ee1fe35893 100644 (file)
@@ -871,6 +871,13 @@ static const struct dmi_system_id no_hw_rfkill_list[] = {
                        DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo G50-30"),
                },
        },
+       {
+               .ident = "Lenovo ideapad Y700-15ACZ",
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
+                       DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo ideapad Y700-15ACZ"),
+               },
+       },
        {
                .ident = "Lenovo ideapad Y700-15ISK",
                .matches = {