Skip to content

Commit 0252894

Browse files
zombahandy-shev
authored andcommitted
platform/x86: ideapad: Add Y530-15ICH to no_hw_rfkill
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> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
1 parent 49ad712 commit 0252894

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

drivers/platform/x86/ideapad-laptop.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1146,6 +1146,13 @@ static const struct dmi_system_id no_hw_rfkill_list[] = {
11461146
DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo Y520-15IKBM"),
11471147
},
11481148
},
1149+
{
1150+
.ident = "Lenovo Legion Y530-15ICH",
1151+
.matches = {
1152+
DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
1153+
DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo Legion Y530-15ICH"),
1154+
},
1155+
},
11491156
{
11501157
.ident = "Lenovo Legion Y720-15IKB",
11511158
.matches = {

0 commit comments

Comments
 (0)