[<prev] [next>] [day] [month] [year] [list]
Message-ID: <547759D3.3010906@gmail.com>
Date: Thu, 27 Nov 2014 20:05:23 +0300
From: Dmitry Tunin <hanipouspilot@...il.com>
To: platform-driver-x86@...r.kernel.org
CC: linux-kernel <linux-kernel@...r.kernel.org>, stable@...r.kernel.org
Subject: [PATCH] asus-nb-wmi: X200MA add wapf=4 quirk
Wifi led does not follow wireless status, add quirk.
Cc: stable@...r.kernel.org
Signed-off-by: Dmitry Tunin <hanipouspilot@...il.com>
---
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 c1a6cd6..9ecf466 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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists