All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] asus-nb-wmi: X200MA add wapf=4 quirk
@ 2014-11-27 17:05 Dmitry Tunin
  0 siblings, 0 replies; only message in thread
From: Dmitry Tunin @ 2014-11-27 17:05 UTC (permalink / raw)
  To: platform-driver-x86; +Cc: linux-kernel, stable

Wifi led does not follow wireless status, add quirk.

Cc: stable@vger.kernel.org
Signed-off-by: Dmitry Tunin <hanipouspilot@gmail.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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-11-27 17:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-27 17:05 [PATCH] asus-nb-wmi: X200MA add wapf=4 quirk Dmitry Tunin

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.