diff options
author | Corentin Chary <corentincj@iksaif.net> | 2009-08-28 08:56:48 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-08-28 15:21:13 -0400 |
commit | f641375b65f64e83be8be68ae1ebce21ee4fd578 (patch) | |
tree | 820d1e657f4e2a4e6ed119c510f2705865860c87 /drivers/platform | |
parent | abfa57e15acaa6e1ec567c250e5212bc55d79e43 (diff) |
asus-laptop: Map X50R hotkeys
Map some new hotkeys found on X50R.
Signed-off-by: Corentin Chary <corentincj@iksaif.net>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/platform')
-rw-r--r-- | drivers/platform/x86/asus-laptop.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/platform/x86/asus-laptop.c b/drivers/platform/x86/asus-laptop.c index 88cc9a1045b4..410e545e427b 100644 --- a/drivers/platform/x86/asus-laptop.c +++ b/drivers/platform/x86/asus-laptop.c | |||
@@ -285,6 +285,9 @@ static struct key_entry asus_keymap[] = { | |||
285 | {KE_KEY, 0x51, KEY_WWW}, | 285 | {KE_KEY, 0x51, KEY_WWW}, |
286 | {KE_KEY, 0x5C, KEY_SCREENLOCK}, /* Screenlock */ | 286 | {KE_KEY, 0x5C, KEY_SCREENLOCK}, /* Screenlock */ |
287 | {KE_KEY, 0x5D, KEY_WLAN}, | 287 | {KE_KEY, 0x5D, KEY_WLAN}, |
288 | {KE_KEY, 0x5E, KEY_WLAN}, | ||
289 | {KE_KEY, 0x5F, KEY_WLAN}, | ||
290 | {KE_KEY, 0x60, KEY_SWITCHVIDEOMODE}, | ||
288 | {KE_KEY, 0x61, KEY_SWITCHVIDEOMODE}, | 291 | {KE_KEY, 0x61, KEY_SWITCHVIDEOMODE}, |
289 | {KE_KEY, 0x6B, BTN_TOUCH}, /* Lock Mouse */ | 292 | {KE_KEY, 0x6B, BTN_TOUCH}, /* Lock Mouse */ |
290 | {KE_KEY, 0x82, KEY_CAMERA}, | 293 | {KE_KEY, 0x82, KEY_CAMERA}, |