Skip to content

Commit

Permalink
Input: tegra-kbc - fix keymap entry for LeftMeta key
Browse files Browse the repository at this point in the history
Correct key mapping for Left Meta key.

Signed-off-by: Rakesh Iyer <riyer@nvidia.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
  • Loading branch information
Rakesh Iyer authored and Dmitry Torokhov committed Jan 29, 2011
1 parent 7530c4a commit e7acc84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/input/keyboard/tegra-kbc.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ static const u32 tegra_kbc_default_keymap[] = {
KEY(0, 5, KEY_Z),
KEY(0, 7, KEY_FN),

KEY(1, 7, KEY_MENU),
KEY(1, 7, KEY_LEFTMETA),

KEY(2, 6, KEY_RIGHTALT),
KEY(2, 7, KEY_LEFTALT),
Expand Down

0 comments on commit e7acc84

Please sign in to comment.