linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] platform/x86: ideapad: Add Y530-15ICH to no_hw_rfkill
@ 2018-10-26 23:07 Misha Komarovskiy
  2018-10-29 13:50 ` Andy Shevchenko
  0 siblings, 1 reply; 2+ messages in thread
From: Misha Komarovskiy @ 2018-10-26 23:07 UTC (permalink / raw)
  To: platform-driver-x86
  Cc: zombah, Ike Panhc, Darren Hart, Andy Shevchenko, linux-kernel

Lenovo Legion Y530-15ICH is another model without
hardware radio switch. Add it to no_hw_rfkill to
enable wireless.

Signed-off-by: Misha Komarovskiy <zombah@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 f856d59361f2..b6489cba2985 100644
--- a/drivers/platform/x86/ideapad-laptop.c
+++ b/drivers/platform/x86/ideapad-laptop.c
@@ -1147,6 +1147,13 @@ static const struct dmi_system_id no_hw_rfkill_list[] = {
 		},
 	},
 	{
+		.ident = "Lenovo Legion Y530-15ICH",
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
+			DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo Legion Y530-15ICH"),
+		},
+	},
+	{
 		.ident = "Lenovo Legion Y720-15IKB",
 		.matches = {
 			DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
-- 
2.13.7


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] platform/x86: ideapad: Add Y530-15ICH to no_hw_rfkill
  2018-10-26 23:07 [PATCH] platform/x86: ideapad: Add Y530-15ICH to no_hw_rfkill Misha Komarovskiy
@ 2018-10-29 13:50 ` Andy Shevchenko
  0 siblings, 0 replies; 2+ messages in thread
From: Andy Shevchenko @ 2018-10-29 13:50 UTC (permalink / raw)
  To: zombah
  Cc: Platform Driver, Ike Panhc, Darren Hart, Andy Shevchenko,
	Linux Kernel Mailing List

On Sat, Oct 27, 2018 at 2:08 AM Misha Komarovskiy <zombah@gmail.com> wrote:
>
> Lenovo Legion Y530-15ICH is another model without
> hardware radio switch. Add it to no_hw_rfkill to
> enable wireless.
>

Pushed to my review and testing queue, thanks!

> Signed-off-by: Misha Komarovskiy <zombah@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 f856d59361f2..b6489cba2985 100644
> --- a/drivers/platform/x86/ideapad-laptop.c
> +++ b/drivers/platform/x86/ideapad-laptop.c
> @@ -1147,6 +1147,13 @@ static const struct dmi_system_id no_hw_rfkill_list[] = {
>                 },
>         },
>         {
> +               .ident = "Lenovo Legion Y530-15ICH",
> +               .matches = {
> +                       DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
> +                       DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo Legion Y530-15ICH"),
> +               },
> +       },
> +       {
>                 .ident = "Lenovo Legion Y720-15IKB",
>                 .matches = {
>                         DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
> --
> 2.13.7
>


-- 
With Best Regards,
Andy Shevchenko

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-10-29 13:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-26 23:07 [PATCH] platform/x86: ideapad: Add Y530-15ICH to no_hw_rfkill Misha Komarovskiy
2018-10-29 13:50 ` Andy Shevchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).