2015-06-29 15:35:33

by Dmitry Tunin

[permalink] [raw]
Subject: [PATCH v2] asus-nb-wmi: Add wapf4 quirk for X200MA

Wireless is not blocked without this quirk, but
wireless LED does not follow wireless status.
With this quirk it accurately reflects if wireless is on or off.

Signed-off-by: Dmitry Tunin <[email protected]>
Acked-by: Corentin Chary <[email protected]>
Cc: [email protected]
---
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 3a4951f..e8c6121 100644
--- a/drivers/platform/x86/asus-nb-wmi.c
+++ b/drivers/platform/x86/asus-nb-wmi.c
@@ -101,6 +101,15 @@ static const struct dmi_system_id asus_quirks[] = {
},
{
.callback = dmi_matched,
+ .ident = "ASUSTeK COMPUTER INC. X200MA",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
+ DMI_MATCH(DMI_PRODUCT_NAME, "X200MA"),
+ },
+ .driver_data = &quirk_asus_wapf4,
+ },
+ {
+ .callback = dmi_matched,
.ident = "ASUSTeK COMPUTER INC. X401U",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
--
1.9.1


2015-06-30 17:53:40

by Darren Hart

[permalink] [raw]
Subject: Re: [PATCH v2] asus-nb-wmi: Add wapf4 quirk for X200MA

On Mon, Jun 29, 2015 at 06:35:13PM +0300, Dmitry Tunin wrote:
> Wireless is not blocked without this quirk, but
> wireless LED does not follow wireless status.
> With this quirk it accurately reflects if wireless is on or off.
>
> Signed-off-by: Dmitry Tunin <[email protected]>
> Acked-by: Corentin Chary <[email protected]>
> Cc: [email protected]

Thanks Dmitry, queued to testing.

In the future, please use the maintainer email address listed in the MAINTAINERS
file as a general rule for submitting patches.

--
Darren Hart
Intel Open Source Technology Center