Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Andreas Utterberg <andreas.utterberg@thundera.se>
Signed-off-by: Matthew Garrett <matthew.garrett@nebula.com>

authored by

Andreas Utterberg and committed by
Matthew Garrett
c08db55f bc2ef884

+9
+9
drivers/platform/x86/asus-nb-wmi.c
··· 137 137 }, 138 138 { 139 139 .callback = dmi_matched, 140 + .ident = "ASUSTeK COMPUTER INC. X550CA", 141 + .matches = { 142 + DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), 143 + DMI_MATCH(DMI_PRODUCT_NAME, "X550CA"), 144 + }, 145 + .driver_data = &quirk_asus_x401u, 146 + }, 147 + { 148 + .callback = dmi_matched, 140 149 .ident = "ASUSTeK COMPUTER INC. X55A", 141 150 .matches = { 142 151 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),