summaryrefslogtreecommitdiff
path: root/drivers/media/rc
diff options
context:
space:
mode:
authorChris Rankin <rankincj@yahoo.com>2011-08-14 12:18:46 (GMT)
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-09-03 21:48:27 (GMT)
commit63f409a444fa295247363a28381314683d6f4596 (patch)
tree1be3a112e8aac346a231ed85a6f9df367aa5a9ec /drivers/media/rc
parent0163b924c5c54f9737357f622fd923a9d80556bd (diff)
downloadlinux-fsl-qoriq-63f409a444fa295247363a28381314683d6f4596.tar.xz
[media] Add missing OK key to PCTV IR keymap
Hi, The following patch adds the IR code for the missing "OK" key to the Pinnacle PCTV HD map. This map is now used by the PCTV 290e DVB-T2 device, whose remote control has 26 buttons. Signed-off-by: Chris Rankin <rankincj@yahoo.com> Reviewed-by: Devin Heitmueller <dheitmueller@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/rc')
-rw-r--r--drivers/media/rc/keymaps/rc-pinnacle-pctv-hd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/rc/keymaps/rc-pinnacle-pctv-hd.c b/drivers/media/rc/keymaps/rc-pinnacle-pctv-hd.c
index 8d558ae..31fc64cd 100644
--- a/drivers/media/rc/keymaps/rc-pinnacle-pctv-hd.c
+++ b/drivers/media/rc/keymaps/rc-pinnacle-pctv-hd.c
@@ -20,6 +20,7 @@ static struct rc_map_table pinnacle_pctv_hd[] = {
{ 0x0701, KEY_MENU }, /* Pinnacle logo */
{ 0x0739, KEY_POWER },
{ 0x0703, KEY_VOLUMEUP },
+ { 0x0705, KEY_OK },
{ 0x0709, KEY_VOLUMEDOWN },
{ 0x0706, KEY_CHANNELUP },
{ 0x070c, KEY_CHANNELDOWN },