diff options
Diffstat (limited to 'drivers/media/rc/keymaps/rc-rc5-hauppauge-new.c')
-rw-r--r-- | drivers/media/rc/keymaps/rc-rc5-hauppauge-new.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/rc/keymaps/rc-rc5-hauppauge-new.c b/drivers/media/rc/keymaps/rc-rc5-hauppauge-new.c index 2ca825b4bef2..a581c861c25d 100644 --- a/drivers/media/rc/keymaps/rc-rc5-hauppauge-new.c +++ b/drivers/media/rc/keymaps/rc-rc5-hauppauge-new.c | |||
@@ -45,7 +45,7 @@ static struct rc_map_table rc5_hauppauge_new[] = { | |||
45 | { 0x1e15, KEY_DOWN }, | 45 | { 0x1e15, KEY_DOWN }, |
46 | { 0x1e16, KEY_LEFT }, | 46 | { 0x1e16, KEY_LEFT }, |
47 | { 0x1e17, KEY_RIGHT }, | 47 | { 0x1e17, KEY_RIGHT }, |
48 | { 0x1e18, KEY_VIDEO }, /* Videos */ | 48 | { 0x1e18, KEY_VCR }, /* Videos */ |
49 | { 0x1e19, KEY_AUDIO }, /* Music */ | 49 | { 0x1e19, KEY_AUDIO }, /* Music */ |
50 | /* 0x1e1a: Pictures - presume this means | 50 | /* 0x1e1a: Pictures - presume this means |
51 | "Multimedia Home Platform" - | 51 | "Multimedia Home Platform" - |
@@ -59,7 +59,7 @@ static struct rc_map_table rc5_hauppauge_new[] = { | |||
59 | { 0x1e1f, KEY_EXIT }, /* back/exit */ | 59 | { 0x1e1f, KEY_EXIT }, /* back/exit */ |
60 | { 0x1e20, KEY_CHANNELUP }, /* channel / program + */ | 60 | { 0x1e20, KEY_CHANNELUP }, /* channel / program + */ |
61 | { 0x1e21, KEY_CHANNELDOWN }, /* channel / program - */ | 61 | { 0x1e21, KEY_CHANNELDOWN }, /* channel / program - */ |
62 | { 0x1e22, KEY_CHANNEL }, /* source (old black remote) */ | 62 | { 0x1e22, KEY_VIDEO }, /* source (old black remote) */ |
63 | { 0x1e24, KEY_PREVIOUSSONG }, /* replay |< */ | 63 | { 0x1e24, KEY_PREVIOUSSONG }, /* replay |< */ |
64 | { 0x1e25, KEY_ENTER }, /* OK */ | 64 | { 0x1e25, KEY_ENTER }, /* OK */ |
65 | { 0x1e26, KEY_SLEEP }, /* minimize (old black remote) */ | 65 | { 0x1e26, KEY_SLEEP }, /* minimize (old black remote) */ |