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

Commit be3128b1 authored by Seth Forshee's avatar Seth Forshee Committed by Matthew Garrett
Browse files

acer-wmi: Add wireless quirk for Lenovo 3000 N200

This quirk fixes the wlan rfkill status on this machine. Without
it, wlan is permanently soft blocked whenever acer-wmi is loaded.

BugLink: https://bugs.launchpad.net/bugs/857297


Signed-off-by: default avatarSeth Forshee <seth.forshee@canonical.com>
Reviewed-by: default avatarLee, Chun-Yi <jlee@novell.com>
Signed-off-by: default avatarMatthew Garrett <mjg@redhat.com>
parent 2d8b90be
Loading
Loading
Loading
Loading
+9 −0
Original line number Original line Diff line number Diff line
@@ -464,6 +464,15 @@ static struct dmi_system_id acer_quirks[] = {
		},
		},
		.driver_data = &quirk_lenovo_ideapad_s205,
		.driver_data = &quirk_lenovo_ideapad_s205,
	},
	},
	{
		.callback = dmi_matched,
		.ident = "Lenovo 3000 N200",
		.matches = {
			DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
			DMI_MATCH(DMI_PRODUCT_NAME, "0687A31"),
		},
		.driver_data = &quirk_fujitsu_amilo_li_1718,
	},
	{}
	{}
};
};