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

Commit c08db55f authored by Andreas Utterberg's avatar Andreas Utterberg Committed by Matthew Garrett
Browse files

asus-wmi: Set WAPF to 4 for Asus X550CA



The 'asus-nb-wmi' WAPF parameter must be set to 4, so the internal Wireless LAN device is operational.

Signed-off-by: default avatarAndreas Utterberg <andreas.utterberg@thundera.se>
Signed-off-by: default avatarMatthew Garrett <matthew.garrett@nebula.com>
parent bc2ef884
Loading
Loading
Loading
Loading
+9 −0
Original line number Original line Diff line number Diff line
@@ -135,6 +135,15 @@ static struct dmi_system_id asus_quirks[] = {
		},
		},
		.driver_data = &quirk_asus_x401u,
		.driver_data = &quirk_asus_x401u,
	},
	},
	{
		.callback = dmi_matched,
		.ident = "ASUSTeK COMPUTER INC. X550CA",
		.matches = {
			DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
			DMI_MATCH(DMI_PRODUCT_NAME, "X550CA"),
		},
		.driver_data = &quirk_asus_x401u,
	},
	{
	{
		.callback = dmi_matched,
		.callback = dmi_matched,
		.ident = "ASUSTeK COMPUTER INC. X55A",
		.ident = "ASUSTeK COMPUTER INC. X55A",