projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c812045
)
[media] rc-winfast: fix inverted left/right key mappings
author
Jarod Wilson
<jarod@redhat.com>
Tue, 10 May 2011 14:59:46 +0000
(11:59 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Fri, 20 May 2011 18:58:50 +0000
(15:58 -0300)
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>
drivers/media/rc/keymaps/rc-winfast.c
patch
|
blob
|
history
diff --git
a/drivers/media/rc/keymaps/rc-winfast.c
b/drivers/media/rc/keymaps/rc-winfast.c
index 0062ca291959af7f2be242ad1241a376a463b598..d8a34c14676ad4ae660d755c2ab492f35bc9798d 100644
(file)
--- a/
drivers/media/rc/keymaps/rc-winfast.c
+++ b/
drivers/media/rc/keymaps/rc-winfast.c
@@
-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_
LEF
T },
- { 0x08, KEY_
RIGH
T },
+ { 0x04, KEY_
RIGH
T },
+ { 0x08, KEY_
LEF
T },
{ 0x0c, KEY_UP },
{ 0x10, KEY_DOWN },
{ 0x03, KEY_ZOOM }, /* fullscreen */