aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform
diff options
context:
space:
mode:
authorCorentin Chary <corentincj@iksaif.net>2009-08-28 12:56:53 +0000
committerLen Brown <len.brown@intel.com>2009-08-28 15:21:13 -0400
commit0aa20f7d720ed1feeb74df8c63a6427d9a2d3ebd (patch)
tree6628faa188cdbcb5d8c54088a6cf3b07199e834f /drivers/platform
parentasus-laptop: Add suport for another "Media" key (diff)
downloadlinux-dev-0aa20f7d720ed1feeb74df8c63a6427d9a2d3ebd.tar.xz
linux-dev-0aa20f7d720ed1feeb74df8c63a6427d9a2d3ebd.zip
asus-laptop: Add "calculator" hotkey
Found on UX50V. 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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/platform/x86/asus-laptop.c b/drivers/platform/x86/asus-laptop.c
index 0325f7c2d7a0..5b912cc5cbee 100644
--- a/drivers/platform/x86/asus-laptop.c
+++ b/drivers/platform/x86/asus-laptop.c
@@ -291,6 +291,7 @@ static struct key_entry asus_keymap[] = {
{KE_KEY, 0x4c, KEY_MEDIA},
{KE_KEY, 0x50, KEY_EMAIL},
{KE_KEY, 0x51, KEY_WWW},
+ {KE_KEY, 0x55, KEY_CALC},
{KE_KEY, 0x5C, KEY_SCREENLOCK}, /* Screenlock */
{KE_KEY, 0x5D, KEY_WLAN},
{KE_KEY, 0x5E, KEY_WLAN},