[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1323244922-2673-1-git-send-email-kengyu@canonical.com>
Date: Wed, 7 Dec 2011 16:02:02 +0800
From: Keng-Yu Lin <kengyu@...onical.com>
To: Corentin Chary <corentincj@...aif.net>,
Matthew Garrett <mjg@...hat.com>,
acpi4asus-user@...ts.sourceforge.net,
platform-driver-x86@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: Keng-Yu Lin <kengyu@...onical.com>
Subject: [PATCH] asus-wmi: explicitly set the wireless LED
On Asus K54C, the wireless LED is always off without setting explicitly.
Signed-off-by: Keng-Yu Lin <kengyu@...onical.com>
---
drivers/platform/x86/asus-wmi.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/drivers/platform/x86/asus-wmi.c b/drivers/platform/x86/asus-wmi.c
index d1049ee..db514c4 100644
--- a/drivers/platform/x86/asus-wmi.c
+++ b/drivers/platform/x86/asus-wmi.c
@@ -726,6 +726,9 @@ static int asus_rfkill_set(void *data, bool blocked)
struct asus_rfkill *priv = data;
u32 ctrl_param = !blocked;
+ if (priv->dev_id == ASUS_WMI_DEVID_WLAN)
+ asus_wmi_set_devstate(ASUS_WMI_DEVID_WIRELESS_LED, ctrl_param, NULL);
+
return asus_wmi_set_devstate(priv->dev_id, ctrl_param, NULL);
}
--
1.7.5.4
--
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