Skip to content

Commit

Permalink
platform/x86: ideapad: Add Y530-15ICH to no_hw_rfkill
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Andy Shevchenko <[email protected]>
  • Loading branch information
zombah authored and andy-shev committed Oct 31, 2018
1 parent 49ad712 commit 0252894
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions drivers/platform/x86/ideapad-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -1146,6 +1146,13 @@ static const struct dmi_system_id no_hw_rfkill_list[] = {
DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo Y520-15IKBM"),
},
},
{
.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 = {
Expand Down

0 comments on commit 0252894

Please sign in to comment.