From patchwork Wed Mar 2 16:57:57 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [PATCHv2,3/4] UBUNTU: eeepc-wmi: add wlan key found on 1015P From: Keng-Yu Lin X-Patchwork-Id: 85102 Message-Id: <1299085078-20622-4-git-send-email-keng-yu.lin@canonical.com> To: kernel-team@lists.ubuntu.com, vanhoof@canonical.com Cc: kevin.huang@canonical.com, cyrus.lien@canonical.com, jamie.chang@canonical.com Date: Thu, 3 Mar 2011 00:57:57 +0800 From: Corentin Chary BugLink: http://bugs.launchpad.net/bugs/689393 (cherry picked from commit 3e9153bad40cb40c8f91d9d2915ee28240c9200e linux-next) Signed-off-by: Corentin Chary Signed-off-by: Matthew Garrett Signed-off-by: Keng-Yu Lin --- 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 } },