Re: [PATCH] platform/x86: ideapad: Add ideapad 330-15ICH to no_hw_rfkill

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat, Jan 19, 2019 at 8:21 AM Anthony Wong <anthony.wong@xxxxxxxxxx> wrote:
>
> Lenovo ideapad 330-15ICH does not have hardware radio switch
> but driver wrongly reports all radios as hard-blocked, add
> it to no_hw_rfkill to fix it.

Pushed to my review and testing queue, thanks!

>
> BugLink: https://bugs.launchpad.net/bugs/1811815


> Cc: stable@xxxxxxxxxxxxxxx

It's not a stable material per se.

> Signed-off-by: Anthony Wong <anthony.wong@xxxxxxxxxx>
> ---
>  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 1589dff..21d469b 100644
> --- a/drivers/platform/x86/ideapad-laptop.c
> +++ b/drivers/platform/x86/ideapad-laptop.c
> @@ -1091,6 +1091,13 @@ static const struct dmi_system_id no_hw_rfkill_list[] = {
>                 },
>         },
>         {
> +               .ident = "Lenovo ideapad 330-15ICH",
> +               .matches = {
> +                       DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
> +                       DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo ideapad 330-15ICH"),
> +               },
> +       },
> +       {
>                 .ident = "Lenovo ideapad Y700-14ISK",
>                 .matches = {
>                         DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
> --
> 2.7.4
>


-- 
With Best Regards,
Andy Shevchenko



[Index of Archives]     [Linux Kernel Development]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux