lkml.org 
[lkml]   [2018]   [May]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: [PATCH] ideapad-laptop: Add E42-80 to no_hw_rfkill
On Mon, May 28, 2018 at 2:44 PM, dylanchu <chdy.uuid@gmail.com> wrote:
> 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.
>

Pushed to my review and testing queue, thanks!

> Signed-off-by: dylanchu <chdy.uuid@gmail.com>
> ---
> 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..6fdd70373ed3 100644
> --- a/drivers/platform/x86/ideapad-laptop.c
> +++ b/drivers/platform/x86/ideapad-laptop.c
> @@ -1163,6 +1163,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"),
> + },
> + },
> {}
> };
>
> --
> 2.17.0



--
With Best Regards,
Andy Shevchenko

\
 
 \ /
  Last update: 2018-05-31 14:10    [W:0.144 / U:0.124 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site