Skip to content

Commit

Permalink
[media] rc-winfast: fix inverted left/right key mappings
Browse files Browse the repository at this point in the history
Reported-by: Douglas Clowes <dclowes1@optusnet.com.au>
Signed-off-by: Jarod Wilson <jarod@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Jarod Wilson authored and Mauro Carvalho Chehab committed May 20, 2011
1 parent c812045 commit 35e5ed7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/media/rc/keymaps/rc-winfast.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ static struct rc_map_table winfast[] = {
{ 0x02, KEY_TUNER }, /* TV/FM, not on Y0400052 */
{ 0x1e, KEY_VIDEO }, /* Video Source */
{ 0x16, KEY_INFO }, /* Display information */
{ 0x04, KEY_LEFT },
{ 0x08, KEY_RIGHT },
{ 0x04, KEY_RIGHT },
{ 0x08, KEY_LEFT },
{ 0x0c, KEY_UP },
{ 0x10, KEY_DOWN },
{ 0x03, KEY_ZOOM }, /* fullscreen */
Expand Down

0 comments on commit 35e5ed7

Please sign in to comment.