From: Misha Komarovskiy Date: Fri, 26 Oct 2018 23:07:23 +0000 (+0300) Subject: platform/x86: ideapad: Add Y530-15ICH to no_hw_rfkill X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0252894f53fc2693672308d5453d5076b7516637;p=linux.git 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 Signed-off-by: Andy Shevchenko --- diff --git a/drivers/platform/x86/ideapad-laptop.c b/drivers/platform/x86/ideapad-laptop.c index f856d59361f2e..b6489cba29853 100644 --- a/drivers/platform/x86/ideapad-laptop.c +++ b/drivers/platform/x86/ideapad-laptop.c @@ -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 = {