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:
6583659
)
asus-nb-wmi: Add another wapf=4 quirk
author
Hans de Goede
<
[email protected]
>
Mon, 24 Nov 2014 10:26:32 +0000
(11:26 +0100)
committer
Darren Hart
<
[email protected]
>
Wed, 3 Dec 2014 18:10:13 +0000
(10:10 -0800)
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]
>
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 c1a6cd66af421753668c0746a78c0870048ff7f9..abdaed34c7285116ffb573102880d55fafdfa8c1 100644
(file)
--- a/
drivers/platform/x86/asus-nb-wmi.c
+++ b/
drivers/platform/x86/asus-nb-wmi.c
@@
-189,6
+189,15
@@
static const struct dmi_system_id asus_quirks[] = {
},
.driver_data = &quirk_asus_wapf4,
},
+ {
+ .callback = dmi_matched,
+ .ident = "ASUSTeK COMPUTER INC. X551CA",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
+ DMI_MATCH(DMI_PRODUCT_NAME, "X551CA"),
+ },
+ .driver_data = &quirk_asus_wapf4,
+ },
{
.callback = dmi_matched,
.ident = "ASUSTeK COMPUTER INC. X55A",