All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH] WAPF 4 for ASUSTeK COMPUTER INC. X550CA WLAN ON.
  2014-05-07 19:48 [PATCH] asus-nb-wmi: set wapf=4 for ASUSTeK COMPUTER INC. X75VBP & X550CA Andreas Utterberg
@ 2014-05-07 20:26 ` poma
  0 siblings, 0 replies; 3+ messages in thread
From: poma @ 2014-05-07 20:26 UTC (permalink / raw)
  To: Andreas Utterberg, platform-driver-x86

On 07.05.2014 21:48, Andreas Utterberg wrote:
> 

Andreas, not that one! :)

Attach this one:
https://bugzilla.redhat.com/attachment.cgi?id=893014
and re-send it.


poma

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] asus-nb-wmi: set wapf=4 for ASUSTeK COMPUTER INC. X75VBP & X550CA
@ 2014-05-07 20:36 Andreas Utterberg
  2014-05-07 20:59 ` [PATCH] WAPF 4 for ASUSTeK COMPUTER INC. X550CA WLAN ON poma
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Utterberg @ 2014-05-07 20:36 UTC (permalink / raw)
  To: platform-driver-x86

[-- Attachment #1: Type: text/plain, Size: 1 bytes --]



[-- Attachment #2: 0001-WAPF-4-for-ASUSTeK-COMPUTER-INC.-X75VBP-WLAN-ON.patch --]
[-- Type: text/x-patch, Size: 1152 bytes --]

From 94ca7b44983b309fbb343f30758ba414280a0aee Mon Sep 17 00:00:00 2001
From: Andreas Utterberg <andreas.utterberg@thundera.se>
Date: Tue, 6 May 2014 22:27:45 +0200
Subject: [PATCH] WAPF 4 for ASUSTeK COMPUTER INC. X550CA WLAN ON.

The 'asus-nb-wmi' WAPF parameter must be set to 4, so the internal Wireless LAN device is operational.

Signed-off-by: Andreas Utterberg <andreas.utterberg@thundera.se>
---
 drivers/platform/x86/asus-nb-wmi.c | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/drivers/platform/x86/asus-nb-wmi.c b/drivers/platform/x86/asus-nb-wmi.c
index 563f59e..ddf0eef 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."),
-- 
1.9.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] WAPF 4 for ASUSTeK COMPUTER INC. X550CA WLAN ON
  2014-05-07 20:36 [PATCH] asus-nb-wmi: set wapf=4 for ASUSTeK COMPUTER INC. X75VBP & X550CA Andreas Utterberg
@ 2014-05-07 20:59 ` poma
  0 siblings, 0 replies; 3+ messages in thread
From: poma @ 2014-05-07 20:59 UTC (permalink / raw)
  To: Andreas Utterberg, platform-driver-x86

On 07.05.2014 22:36, Andreas Utterberg wrote:
> 

The subject should be:
[PATCH] WAPF 4 for ASUSTeK COMPUTER INC. X550CA WLAN ON.
however to don't drag this further, 

Reviewed-by: poma <pomidorabelisima@gmail.com>


poma

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-05-07 20:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-07 20:36 [PATCH] asus-nb-wmi: set wapf=4 for ASUSTeK COMPUTER INC. X75VBP & X550CA Andreas Utterberg
2014-05-07 20:59 ` [PATCH] WAPF 4 for ASUSTeK COMPUTER INC. X550CA WLAN ON poma
  -- strict thread matches above, loose matches on Subject: below --
2014-05-07 19:48 [PATCH] asus-nb-wmi: set wapf=4 for ASUSTeK COMPUTER INC. X75VBP & X550CA Andreas Utterberg
2014-05-07 20:26 ` [PATCH] WAPF 4 for ASUSTeK COMPUTER INC. X550CA WLAN ON poma

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.