diff options
author | Corentin Chary <corentincj@iksaif.net> | 2009-12-03 02:45:12 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-12-09 15:54:33 -0500 |
commit | 1f0233eee9b385d78fda78626136c43e045082f7 (patch) | |
tree | d58191283e835e47a9939094764d151aef53f897 | |
parent | 14f8af311e7d3e4198cbaade84a34f86505dcb37 (diff) |
asus-laptop: Add wlan switch found on V6V
Signed-off-by: Corentin Chary <corentincj@iksaif.net>
Signed-off-by: Len Brown <len.brown@intel.com>
-rw-r--r-- | drivers/platform/x86/asus-laptop.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/platform/x86/asus-laptop.c b/drivers/platform/x86/asus-laptop.c index 83948dff2419..3348cc6731d9 100644 --- a/drivers/platform/x86/asus-laptop.c +++ b/drivers/platform/x86/asus-laptop.c | |||
@@ -323,6 +323,7 @@ static struct key_entry asus_keymap[] = { | |||
323 | {KE_KEY, 0x63, KEY_SWITCHVIDEOMODE}, | 323 | {KE_KEY, 0x63, KEY_SWITCHVIDEOMODE}, |
324 | {KE_KEY, 0x6B, KEY_F13}, /* Lock Touchpad */ | 324 | {KE_KEY, 0x6B, KEY_F13}, /* Lock Touchpad */ |
325 | {KE_KEY, 0x82, KEY_CAMERA}, | 325 | {KE_KEY, 0x82, KEY_CAMERA}, |
326 | {KE_KEY, 0x88, KEY_WLAN }, | ||
326 | {KE_KEY, 0x8A, KEY_PROG1}, | 327 | {KE_KEY, 0x8A, KEY_PROG1}, |
327 | {KE_KEY, 0x95, KEY_MEDIA}, | 328 | {KE_KEY, 0x95, KEY_MEDIA}, |
328 | {KE_KEY, 0x99, KEY_PHONE}, | 329 | {KE_KEY, 0x99, KEY_PHONE}, |