All of lore.kernel.org
 help / color / mirror / Atom feed
From: poma <pomidorabelisima-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: Corentin Chary
	<corentin.chary-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	Corentin Chary
	<corentincj-EjuBZuxMvz2sTnJN9+BGXg@public.gmane.org>,
	"platform-driver-x86-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<platform-driver-x86-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Cc: andreas.utterberg-yPlDedsNh8cwFerOooGFRg@public.gmane.org,
	jwboyer-rxtnV0ftBwyoClj4AeEUq9i2O/JbrIOy@public.gmane.org,
	sgruszka-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	kernel-TuqUDEhatI4ANWPb/1PvSmm0pvjS0E/A@public.gmane.org
Subject: Re: [PATCH] asus-nb-wmi: set wapf=4 for ASUSTeK COMPUTER INC. X75VBP & X550CA
Date: Tue, 06 May 2014 04:46:17 +0200	[thread overview]
Message-ID: <53684CF9.8020305@gmail.com> (raw)
In-Reply-To: <1398550344-3785-1-git-send-email-pomidorabelisima-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>

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,
> +	},
> +	{
> +		.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."),
> 

Corentin, care to pick up this one?
https://bugzilla.redhat.com/attachment.cgi?id=892751


poma




_______________________________________________
kernel mailing list
kernel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/kernel

WARNING: multiple messages have this Message-ID (diff)
From: poma <pomidorabelisima@gmail.com>
To: Corentin Chary <corentin.chary@gmail.com>,
	Corentin Chary <corentincj@iksaif.net>,
	"platform-driver-x86@vger.kernel.org" 
	<platform-driver-x86@vger.kernel.org>
Cc: linux-kernel@vger.kernel.org, kernel@lists.fedoraproject.org,
	andreas.utterberg@thundera.se, jwboyer@fedoraproject.org,
	sgruszka@redhat.com
Subject: Re: [PATCH] asus-nb-wmi: set wapf=4 for ASUSTeK COMPUTER INC. X75VBP & X550CA
Date: Tue, 06 May 2014 04:46:17 +0200	[thread overview]
Message-ID: <53684CF9.8020305@gmail.com> (raw)
In-Reply-To: <1398550344-3785-1-git-send-email-pomidorabelisima@gmail.com>

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,
> +	},
> +	{
> +		.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."),
> 

Corentin, care to pick up this one?
https://bugzilla.redhat.com/attachment.cgi?id=892751


poma





  parent reply	other threads:[~2014-05-06  2:46 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-26 22:12 [PATCH] asus-nb-wmi: set wapf=4 for ASUSTeK COMPUTER INC. X75VBP & X550CA poma
     [not found] ` <1398550344-3785-1-git-send-email-pomidorabelisima-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-05-06  2:46   ` poma [this message]
2014-05-06  2:46     ` poma
2014-05-06 14:45     ` poma
2014-05-06 14:48       ` Matthew Garrett
2014-05-06 20:17         ` poma
2014-05-06 20:17           ` poma
2014-05-06 20:55           ` Matthew Garrett
     [not found]             ` <20140506205525.GA30712-1xO5oi07KQx4cg9Nei1l7Q@public.gmane.org>
2014-05-06 21:29               ` poma
2014-05-06 21:29                 ` poma
2014-05-06 21:42                 ` Matthew Garrett
2014-06-11  1:03                   ` poma
     [not found]                     ` <5397AAF3.30602-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-06-11  1:24                       ` Matthew Garrett
2014-06-11  1:24                         ` Matthew Garrett
2014-07-09  5:04                         ` [PATCH] asus-nb-wmi: set wapf=4 for ASUSTeK COMPUTER INC. X75VBP poma
2014-08-07  5:04                           ` poma
     [not found]                 ` <20140506214709.GV16992@angus.ind.WPI.EDU>
2014-05-06 21:57                   ` [PATCH] asus-nb-wmi: set wapf=4 for ASUSTeK COMPUTER INC. X75VBP & X550CA poma
  -- strict thread matches above, loose matches on Subject: below --
2014-05-07 19:48 Andreas Utterberg
2014-05-07 20:36 Andreas Utterberg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=53684CF9.8020305@gmail.com \
    --to=pomidorabelisima-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
    --cc=andreas.utterberg-yPlDedsNh8cwFerOooGFRg@public.gmane.org \
    --cc=corentin.chary-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=corentincj-EjuBZuxMvz2sTnJN9+BGXg@public.gmane.org \
    --cc=jwboyer-rxtnV0ftBwyoClj4AeEUq9i2O/JbrIOy@public.gmane.org \
    --cc=kernel-TuqUDEhatI4ANWPb/1PvSmm0pvjS0E/A@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=platform-driver-x86-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=sgruszka-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.