Need to set wapf to 4 for ASUSTeK COMPUTER INC. X75VBP & X550CA, so that the wireless network adapter is enabled.
References: - asus-nb-wmi: set wapf=4 for ASUSTeK COMPUTER INC. X75VBP http://marc.info/?l=linux-kernel&m=139819918125110 - Ath9k WiFi now disabled by radio killswitch https://bugzilla.redhat.com/show_bug.cgi?id=1089731
Reported-by: poma pomidorabelisima@gmail.com Reported-by: Andreas Utterberg andreas.utterberg@thundera.se Tested-by: poma pomidorabelisima@gmail.com Tested-by: Andreas Utterberg andreas.utterberg@thundera.se Cc: Fedora kernel development kernel@lists.fedoraproject.org Cc: Andreas Utterberg andreas.utterberg@thundera.se Cc: Josh Boyer jwboyer@fedoraproject.org Cc: Stanislaw Gruszka sgruszka@redhat.com
--- drivers/platform/x86/asus-nb-wmi.c | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+)
diff --git a/drivers/platform/x86/asus-nb-wmi.c b/drivers/platform/x86/asus-nb-wmi.c index 563f59e..d3641e0 100644 --- a/drivers/platform/x86/asus-nb-wmi.c +++ b/drivers/platform/x86/asus-nb-wmi.c @@ -137,6 +137,15 @@ static struct dmi_system_id asus_quirks[] = { }, { .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", .matches = { DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), @@ -182,6 +191,15 @@ static struct dmi_system_id asus_quirks[] = { }, { .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", .matches = { DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
On 27.04.2014 00:12, poma wrote:
Need to set wapf to 4 for ASUSTeK COMPUTER INC. X75VBP & X550CA, so that the wireless network adapter is enabled.
References:
- asus-nb-wmi: set wapf=4 for ASUSTeK COMPUTER INC. X75VBP
http://marc.info/?l=linux-kernel&m=139819918125110
- Ath9k WiFi now disabled by radio killswitch
https://bugzilla.redhat.com/show_bug.cgi?id=1089731
Reported-by: poma pomidorabelisima@gmail.com Reported-by: Andreas Utterberg andreas.utterberg@thundera.se Tested-by: poma pomidorabelisima@gmail.com Tested-by: Andreas Utterberg andreas.utterberg@thundera.se Cc: Fedora kernel development kernel@lists.fedoraproject.org Cc: Andreas Utterberg andreas.utterberg@thundera.se Cc: Josh Boyer jwboyer@fedoraproject.org Cc: Stanislaw Gruszka sgruszka@redhat.com
drivers/platform/x86/asus-nb-wmi.c | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+)
diff --git a/drivers/platform/x86/asus-nb-wmi.c b/drivers/platform/x86/asus-nb-wmi.c index 563f59e..d3641e0 100644 --- a/drivers/platform/x86/asus-nb-wmi.c +++ b/drivers/platform/x86/asus-nb-wmi.c @@ -137,6 +137,15 @@ static struct dmi_system_id asus_quirks[] = { }, { .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,
- },
- {
.ident = "ASUSTeK COMPUTER INC. X55A", .matches = { DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),.callback = dmi_matched,
@@ -182,6 +191,15 @@ static struct dmi_system_id asus_quirks[] = { }, { .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,
- },
- {
.ident = "ASUSTeK COMPUTER INC. 1015E", .matches = { DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),.callback = dmi_matched,
Corentin, care to pick up this one? https://bugzilla.redhat.com/attachment.cgi?id=892751
poma
Corentin, care to pick up this one? https://bugzilla.redhat.com/attachment.cgi?id=892751
Matthew, who actually maintains the Asus Notebooks WMI Hotkey Driver i.e. 'asus-nb-wmi'?
poma
That's not being merged without a Signed-off-by:.
Could you include a description in the patch for why this is necessary?
Thanks, if there are no objections I'll apply that.
Hm. Sorry, I thought I'd picked that one up. I'll send it in a couple of days.
poma, your last few messages came through blank on the fedora kernel list.
On Tue, May 06, 2014 at 11:29:39PM +0200, poma wrote:
kernel mailing list kernel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/kernel
On 06.05.2014 23:47, Chuck Anderson wrote:
poma, your last few messages came through blank on the fedora kernel list.
This time I used MUA-SPECIFIC HINTS - Thunderbird - Approach #2 (configuration), man 1 git-format-patch
Anything specifically related to 'kernel@lists.fedoraproject.org'?
poma
kernel@lists.fedoraproject.org