diff options
author | Corentin Chary <corentincj@iksaif.net> | 2009-12-03 02:45:10 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-12-09 15:54:33 -0500 |
commit | 16851f92a5998bf8880a7401898ecfe351913854 (patch) | |
tree | 7afe0b30a736f3e4e14367251d7fd44aa6d2328a /drivers | |
parent | 854c78363f37f03e30e2856ef17d7eefc62e0d06 (diff) |
asus-laptop: use KEY_F13 to map "Disable Touchpad" event
The same key is used in toshiba-laptop, and there is no
reserved key for that.
Signed-off-by: Corentin Chary <corentincj@iksaif.net>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/platform/x86/asus-laptop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/asus-laptop.c b/drivers/platform/x86/asus-laptop.c index 6c05172bf3d3..e931e8004233 100644 --- a/drivers/platform/x86/asus-laptop.c +++ b/drivers/platform/x86/asus-laptop.c | |||
@@ -313,7 +313,7 @@ static struct key_entry asus_keymap[] = { | |||
313 | {KE_KEY, 0x5F, KEY_WLAN}, | 313 | {KE_KEY, 0x5F, KEY_WLAN}, |
314 | {KE_KEY, 0x60, KEY_SWITCHVIDEOMODE}, | 314 | {KE_KEY, 0x60, KEY_SWITCHVIDEOMODE}, |
315 | {KE_KEY, 0x61, KEY_SWITCHVIDEOMODE}, | 315 | {KE_KEY, 0x61, KEY_SWITCHVIDEOMODE}, |
316 | {KE_KEY, 0x6B, BTN_TOUCH}, /* Lock Mouse */ | 316 | {KE_KEY, 0x6B, KEY_F13}, /* Lock Touchpad */ |
317 | {KE_KEY, 0x82, KEY_CAMERA}, | 317 | {KE_KEY, 0x82, KEY_CAMERA}, |
318 | {KE_KEY, 0x8A, KEY_PROG1}, | 318 | {KE_KEY, 0x8A, KEY_PROG1}, |
319 | {KE_KEY, 0x95, KEY_MEDIA}, | 319 | {KE_KEY, 0x95, KEY_MEDIA}, |