Message ID | 20180514133128.31578-1-tiwai@suse.de (mailing list archive) |
---|---|
State | Accepted, archived |
Delegated to: | Andy Shevchenko |
Headers | show |
On Mon, 14 May 2018 15:31:28 +0200, Takashi Iwai wrote: > > Yet another Lenovo model to be added to the no_hw_rfkill blacklist: > ideapad MIIX 720-12IKB. Otherwise it's always hard-blocked. > > Reported-by: Robin Roevens <robin.roevens1@pandora.be> > Bugzilla: https://bugzilla.opensuse.org/show_bug.cgi?id=1093035 > Signed-off-by: Takashi Iwai <tiwai@suse.de> Just a gentle reminder. Let me know if anything needs to be changed. thanks, Takashi > --- > 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 535199c9e6bc..97670beb3342 100644 > --- a/drivers/platform/x86/ideapad-laptop.c > +++ b/drivers/platform/x86/ideapad-laptop.c > @@ -1079,6 +1079,13 @@ static const struct dmi_system_id no_hw_rfkill_list[] = { > DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo ideapad Y700-17ISK"), > }, > }, > + { > + .ident = "Lenovo ideapad MIIX 720-12IKB", > + .matches = { > + DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), > + DMI_MATCH(DMI_PRODUCT_VERSION, "MIIX 720-12IKB"), > + }, > + }, > { > .ident = "Lenovo Legion Y520-15IKBN", > .matches = { > -- > 2.16.3 >
On Fri, May 18, 2018 at 1:29 PM, Takashi Iwai <tiwai@suse.de> wrote: > On Mon, 14 May 2018 15:31:28 +0200, > Takashi Iwai wrote: >> >> Yet another Lenovo model to be added to the no_hw_rfkill blacklist: >> ideapad MIIX 720-12IKB. Otherwise it's always hard-blocked. >> >> Reported-by: Robin Roevens <robin.roevens1@pandora.be> >> Bugzilla: https://bugzilla.opensuse.org/show_bug.cgi?id=1093035 >> Signed-off-by: Takashi Iwai <tiwai@suse.de> > > Just a gentle reminder. > > Let me know if anything needs to be changed. Promoted to for-next. Sorry for the delay.
On Tue, 22 May 2018 11:27:23 +0200, Andy Shevchenko wrote: > > On Fri, May 18, 2018 at 1:29 PM, Takashi Iwai <tiwai@suse.de> wrote: > > On Mon, 14 May 2018 15:31:28 +0200, > > Takashi Iwai wrote: > >> > >> Yet another Lenovo model to be added to the no_hw_rfkill blacklist: > >> ideapad MIIX 720-12IKB. Otherwise it's always hard-blocked. > >> > >> Reported-by: Robin Roevens <robin.roevens1@pandora.be> > >> Bugzilla: https://bugzilla.opensuse.org/show_bug.cgi?id=1093035 > >> Signed-off-by: Takashi Iwai <tiwai@suse.de> > > > > Just a gentle reminder. > > > > Let me know if anything needs to be changed. > > Promoted to for-next. Sorry for the delay. Thanks! Takashi
diff --git a/drivers/platform/x86/ideapad-laptop.c b/drivers/platform/x86/ideapad-laptop.c index 535199c9e6bc..97670beb3342 100644 --- a/drivers/platform/x86/ideapad-laptop.c +++ b/drivers/platform/x86/ideapad-laptop.c @@ -1079,6 +1079,13 @@ static const struct dmi_system_id no_hw_rfkill_list[] = { DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo ideapad Y700-17ISK"), }, }, + { + .ident = "Lenovo ideapad MIIX 720-12IKB", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), + DMI_MATCH(DMI_PRODUCT_VERSION, "MIIX 720-12IKB"), + }, + }, { .ident = "Lenovo Legion Y520-15IKBN", .matches = {
Yet another Lenovo model to be added to the no_hw_rfkill blacklist: ideapad MIIX 720-12IKB. Otherwise it's always hard-blocked. Reported-by: Robin Roevens <robin.roevens1@pandora.be> Bugzilla: https://bugzilla.opensuse.org/show_bug.cgi?id=1093035 Signed-off-by: Takashi Iwai <tiwai@suse.de> --- drivers/platform/x86/ideapad-laptop.c | 7 +++++++ 1 file changed, 7 insertions(+)