Skip to content

Commit

Permalink
Input: wistron - fix typo in keymap for Acer TM610
Browse files Browse the repository at this point in the history
This patch fixes typo that prevented PROG2 key from working
on Acer Travelmate 610.

Signed-off-by: Eric Piel <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Dmitry Torokhov <[email protected]>
  • Loading branch information
pieleric authored and Dmitry Torokhov committed Apr 30, 2007
1 parent 534565f commit fd013ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/input/misc/wistron_btns.c
Original file line number Diff line number Diff line change
Expand Up @@ -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_PROG3} },
{ KE_KEY, 0x12, {KEY_PROG2} },
{ KE_KEY, 0x13, {KEY_PROG3} },
{ KE_KEY, 0x14, {KEY_MAIL} },
{ KE_KEY, 0x15, {KEY_WWW} },
Expand Down

0 comments on commit fd013ce

Please sign in to comment.