Skip to content

Commit

Permalink
[media] rc-it913x=v2 Incorrect assigned KEY_1
Browse files Browse the repository at this point in the history
Correct incorrect scancode for KEY_1

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Malcolm Priestley authored and Mauro Carvalho Chehab committed May 20, 2012
1 parent be1027c commit 81cda57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/rc/keymaps/rc-it913x-v2.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ static struct rc_map_table it913x_v2_rc[] = {
/* Type 2 */
/* keys stereo, snapshot unassigned */
{ 0x866b00, KEY_0 },
{ 0x866b1b, KEY_1 },
{ 0x866b01, KEY_1 },
{ 0x866b02, KEY_2 },
{ 0x866b03, KEY_3 },
{ 0x866b04, KEY_4 },
Expand Down

0 comments on commit 81cda57

Please sign in to comment.