Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] rc-winfast: fix inverted left/right key mappings

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>

authored by

Jarod Wilson and committed by
Mauro Carvalho Chehab
35e5ed7f c8120454

+2 -2
+2 -2
drivers/media/rc/keymaps/rc-winfast.c
··· 32 32 { 0x02, KEY_TUNER }, /* TV/FM, not on Y0400052 */ 33 33 { 0x1e, KEY_VIDEO }, /* Video Source */ 34 34 { 0x16, KEY_INFO }, /* Display information */ 35 - { 0x04, KEY_LEFT }, 36 - { 0x08, KEY_RIGHT }, 35 + { 0x04, KEY_RIGHT }, 36 + { 0x08, KEY_LEFT }, 37 37 { 0x0c, KEY_UP }, 38 38 { 0x10, KEY_DOWN }, 39 39 { 0x03, KEY_ZOOM }, /* fullscreen */