Commit 0aa20f7d authored by Corentin Chary's avatar Corentin Chary Committed by Len Brown

asus-laptop: Add "calculator" hotkey

Found on UX50V.
Signed-off-by: default avatarCorentin Chary <corentincj@iksaif.net>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent 4644d0e5
...@@ -291,6 +291,7 @@ static struct key_entry asus_keymap[] = { ...@@ -291,6 +291,7 @@ static struct key_entry asus_keymap[] = {
{KE_KEY, 0x4c, KEY_MEDIA}, {KE_KEY, 0x4c, KEY_MEDIA},
{KE_KEY, 0x50, KEY_EMAIL}, {KE_KEY, 0x50, KEY_EMAIL},
{KE_KEY, 0x51, KEY_WWW}, {KE_KEY, 0x51, KEY_WWW},
{KE_KEY, 0x55, KEY_CALC},
{KE_KEY, 0x5C, KEY_SCREENLOCK}, /* Screenlock */ {KE_KEY, 0x5C, KEY_SCREENLOCK}, /* Screenlock */
{KE_KEY, 0x5D, KEY_WLAN}, {KE_KEY, 0x5D, KEY_WLAN},
{KE_KEY, 0x5E, KEY_WLAN}, {KE_KEY, 0x5E, KEY_WLAN},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment