projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71e687d
)
asus-laptop: Add key found on Asus N61JQ
author
Corentin Chary
<corentincj@iksaif.net>
Tue, 24 Aug 2010 07:30:45 +0000
(09:30 +0200)
committer
Matthew Garrett
<mjg@redhat.com>
Thu, 21 Oct 2010 13:36:44 +0000
(09:36 -0400)
Signed-off-by: Corentin Chary <corentincj@iksaif.net>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
drivers/platform/x86/asus-laptop.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/platform/x86/asus-laptop.c
b/drivers/platform/x86/asus-laptop.c
index ffab9b45f0c8f5c2dfae98316502b72f4bf61df2..27298a49c6d33deb184e0615518ad7cd005970a1 100644
(file)
--- a/
drivers/platform/x86/asus-laptop.c
+++ b/
drivers/platform/x86/asus-laptop.c
@@
-278,6
+278,7
@@
static const struct key_entry asus_keymap[] = {
{KE_KEY, 0x99, { KEY_PHONE } },
{KE_KEY, 0xc4, { KEY_KBDILLUMUP } },
{KE_KEY, 0xc5, { KEY_KBDILLUMDOWN } },
+ {KE_KEY, 0xb5, { KEY_CALC } },
{KE_END, 0},
};