On Sun, Jun 18, 2017 at 3:37 PM, Olle Liljenzin <olle@xxxxxxxxxxxx> wrote: > Lenovo Legion Y720-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. > Both patches pushed to testing, thanks. > Signed-off-by: Olle Liljenzin <olle@xxxxxxxxxxxx> > --- > drivers/platform/x86/ideapad-laptop.c | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/drivers/platform/x86/ideapad-laptop.c b/drivers/platform/x86/ideapad-laptop.c > index 4bd575d..0decfd4 100644 > --- a/drivers/platform/x86/ideapad-laptop.c > +++ b/drivers/platform/x86/ideapad-laptop.c > @@ -918,6 +918,13 @@ static const struct dmi_system_id no_hw_rfkill_list[] = { > }, > }, > { > + .ident = "Lenovo Legion Y720-15IKBN", > + .matches = { > + DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), > + DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo Y720-15IKBN"), > + }, > + }, > + { > .ident = "Lenovo Yoga 2 11 / 13 / Pro", > .matches = { > DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), > -- > 2.9.4 > -- With Best Regards, Andy Shevchenko