projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
534565f
)
Input: wistron - fix typo in keymap for Acer TM610
author
Eric Piel
<eric.piel@tremplin-utc.net>
Mon, 30 Apr 2007 03:41:53 +0000
(23:41 -0400)
committer
Dmitry Torokhov
<dtor@insightbb.com>
Mon, 30 Apr 2007 03:41:53 +0000
(23:41 -0400)
This patch fixes typo that prevented PROG2 key from working
on Acer Travelmate 610.
Signed-off-by: Eric Piel <eric.piel@tremplin-utc.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/misc/wistron_btns.c
patch
|
blob
|
history
diff --git
a/drivers/input/misc/wistron_btns.c
b/drivers/input/misc/wistron_btns.c
index 793cee3aa5e7fad153fb7d4770c803056fd72a32..961aad7a0476236c0002f1f476f8d482dcb2616b 100644
(file)
--- a/
drivers/input/misc/wistron_btns.c
+++ b/
drivers/input/misc/wistron_btns.c
@@
-490,7
+490,7
@@
static struct key_entry keymap_acer_travelmate_610[] __initdata = {
{ KE_KEY, 0x01, {KEY_HELP} },
{ KE_KEY, 0x02, {KEY_CONFIG} },
{ KE_KEY, 0x11, {KEY_PROG1} },
- { KE_KEY, 0x12, {KEY_PROG
3
} },
+ { KE_KEY, 0x12, {KEY_PROG
2
} },
{ KE_KEY, 0x13, {KEY_PROG3} },
{ KE_KEY, 0x14, {KEY_MAIL} },
{ KE_KEY, 0x15, {KEY_WWW} },