Skip to content

Commit 841e11c

Browse files
jwrdegoededvhart
authored andcommitted
asus-nb-wmi: Add another wapf=4 quirk
Wifi on this laptop does not work unless asus-nb-wmi.wapf=4 is specified on the kerne commandline, add a quirk for this. Cc: [email protected] BugLink: https://bugs.launchpad.net/bugs/1173681 Signed-off-by: Hans de Goede <[email protected]> Signed-off-by: Darren Hart <[email protected]>
1 parent 6583659 commit 841e11c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

drivers/platform/x86/asus-nb-wmi.c

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,15 @@ static const struct dmi_system_id asus_quirks[] = {
189189
},
190190
.driver_data = &quirk_asus_wapf4,
191191
},
192+
{
193+
.callback = dmi_matched,
194+
.ident = "ASUSTeK COMPUTER INC. X551CA",
195+
.matches = {
196+
DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
197+
DMI_MATCH(DMI_PRODUCT_NAME, "X551CA"),
198+
},
199+
.driver_data = &quirk_asus_wapf4,
200+
},
192201
{
193202
.callback = dmi_matched,
194203
.ident = "ASUSTeK COMPUTER INC. X55A",

0 commit comments

Comments
 (0)