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

Commit e2970468 authored by velemas's avatar velemas Committed by Andy Shevchenko
Browse files

platform/x86: ideapad-laptop: Add Y700 15-ACZ to no_hw_rfkill DMI list



Like other Y700 models Lenovo Y700 15-ACZ does not have a physical rfkill switch.
ideapad-laptop wrongly reports all radios as blocked by hardware which causes
wireless network connections to fail.

Add this model without an rfkill switch to the no_hw_rfkill list.

Signed-off-by: default avatarArtiom Vaskov <velemas@gmail.com>
Signed-off-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
parent 1a64b719
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -870,6 +870,13 @@ static const struct dmi_system_id no_hw_rfkill_list[] = {
			DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo G50-30"),
		},
	},
	{
		.ident = "Lenovo ideapad Y700-15ACZ",
		.matches = {
			DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
			DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo ideapad Y700-15ACZ"),
		},
	},
	{
		.ident = "Lenovo ideapad Y700-15ISK",
		.matches = {