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

Commit edde316a authored by Josh Boyer's avatar Josh Boyer Committed by Darren Hart
Browse files

ideapad-laptop: Add Lenovo ideapad Y700-17ISK to no_hw_rfkill dmi list

One of the newest ideapad models also lacks a physical hw rfkill switch,
and trying to read the hw rfkill switch through the ideapad module
causes it to always reported blocking breaking wifi.

Fix it by adding this model to the DMI list.

BugLink: https://bugzilla.redhat.com/show_bug.cgi?id=1286293


Cc: stable@vger.kernel.org
Signed-off-by: default avatarJosh Boyer <jwboyer@fedoraproject.org>
Signed-off-by: default avatarDarren Hart <dvhart@linux.intel.com>
parent cbc61f11
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -864,6 +864,13 @@ static const struct dmi_system_id no_hw_rfkill_list[] = {
			DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo G50-30"),
			DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo G50-30"),
		},
		},
	},
	},
	{
		.ident = "Lenovo ideapad Y700-17ISK",
		.matches = {
			DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
			DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo ideapad Y700-17ISK"),
		},
	},
	{
	{
		.ident = "Lenovo Yoga 2 11 / 13 / Pro",
		.ident = "Lenovo Yoga 2 11 / 13 / Pro",
		.matches = {
		.matches = {