From: Corentin Chary Date: Sun, 6 Feb 2011 12:28:27 +0000 (+0100) Subject: eeepc-wmi: add wlan key found on 1015P X-Git-Tag: v2.6.39-rc1~20^2^2~77 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=bc40cce201b69ab25178565e298d9482a5876306;p=~emulex%2Finfiniband.git eeepc-wmi: add wlan key found on 1015P Signed-off-by: Corentin Chary Signed-off-by: Matthew Garrett --- diff --git a/drivers/platform/x86/eeepc-wmi.c b/drivers/platform/x86/eeepc-wmi.c index 350b7bcfc32..0d8217d1478 100644 --- a/drivers/platform/x86/eeepc-wmi.c +++ b/drivers/platform/x86/eeepc-wmi.c @@ -82,6 +82,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 } },