projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88ec63d
)
WAPF 4 for ASUSTeK COMPUTER INC. X75VBP WLAN ON.
author
poma
<
[email protected]
>
Tue, 6 May 2014 20:03:38 +0000
(22:03 +0200)
committer
Matthew Garrett
<
[email protected]
>
Sat, 16 Aug 2014 08:23:49 +0000
(
01:23
-0700)
The 'asus-nb-wmi' WAPF parameter must be set to 4, so the internal Wireless LAN device is operational.
Signed-off-by: poma <
[email protected]
>
Signed-off-by: Matthew Garrett <
[email protected]
>
drivers/platform/x86/asus-nb-wmi.c
patch
|
blob
|
history
diff --git
a/drivers/platform/x86/asus-nb-wmi.c
b/drivers/platform/x86/asus-nb-wmi.c
index ddf0eefd862c97b394e084b9433bb579d62c651b..d3641e043e47a1c8e0ed2df93e45ca91a224e2d1 100644
(file)
--- a/
drivers/platform/x86/asus-nb-wmi.c
+++ b/
drivers/platform/x86/asus-nb-wmi.c
@@
-189,6
+189,15
@@
static struct dmi_system_id asus_quirks[] = {
},
.driver_data = &quirk_asus_x401u,
},
+ {
+ .callback = dmi_matched,
+ .ident = "ASUSTeK COMPUTER INC. X75VBP",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
+ DMI_MATCH(DMI_PRODUCT_NAME, "X75VBP"),
+ },
+ .driver_data = &quirk_asus_x401u,
+ },
{
.callback = dmi_matched,
.ident = "ASUSTeK COMPUTER INC. 1015E",