[PATCH 3/4] UBUNTU: [Upstream] eeepc-wmi: add wlan key found on 1015P

Keng-Yu Lin keng-yu.lin at canonical.com
Tue Mar 1 07:36:14 UTC 2011


From: Corentin Chary <corentincj at iksaif.net>

BugLink: http://bugs.launchpad.net/bugs/689393

Signed-off-by: Corentin Chary <corentincj at iksaif.net>
Signed-off-by: Matthew Garrett <mjg at redhat.com>
Signed-off-by: Keng-Yu Lin <keng-yu.lin at canonical.com>
---
 drivers/platform/x86/eeepc-wmi.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/platform/x86/eeepc-wmi.c b/drivers/platform/x86/eeepc-wmi.c
index 2b9787b..476c745 100644
--- a/drivers/platform/x86/eeepc-wmi.c
+++ b/drivers/platform/x86/eeepc-wmi.c
@@ -70,6 +70,7 @@ static const struct key_entry eeepc_wmi_keymap[] = {
 	{ KE_KEY, 0x5c, { KEY_F15 } },
 	{ KE_KEY, 0x5d, { KEY_WLAN } },
 	{ KE_KEY, 0x6b, { KEY_F13 } }, /* Disable Touchpad */
+	{ KE_KEY, 0x88, { KEY_WLAN } },
 	{ KE_KEY, 0xcc, { KEY_SWITCHVIDEOMODE } },
 	{ KE_KEY, 0xe0, { KEY_PROG1 } },
 	{ KE_KEY, 0xe1, { KEY_F14 } },
-- 
1.7.1





More information about the kernel-team mailing list