Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0252894f authored by Misha Komarovskiy's avatar Misha Komarovskiy Committed by Andy Shevchenko
Browse files

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: default avatarMisha Komarovskiy <zombah@gmail.com>
Signed-off-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
parent 49ad712a
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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 = {