Skip to content

Commit

Permalink
asus-wmi: Set WAPF to 4 for Asus X550CA
Browse files Browse the repository at this point in the history
The 'asus-nb-wmi' WAPF parameter must be set to 4, so the internal Wireless LAN device is operational.

Signed-off-by: Andreas Utterberg <[email protected]>
Signed-off-by: Matthew Garrett <[email protected]>
  • Loading branch information
andutt authored and Matthew Garrett committed Jun 10, 2014
1 parent bc2ef88 commit c08db55
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions drivers/platform/x86/asus-nb-wmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,15 @@ static struct dmi_system_id asus_quirks[] = {
},
.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,
.ident = "ASUSTeK COMPUTER INC. X55A",
Expand Down

0 comments on commit c08db55

Please sign in to comment.