]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
[media] Add missing OK key to PCTV IR keymap
authorChris Rankin <rankincj@yahoo.com>
Sun, 14 Aug 2011 12:18:46 +0000 (09:18 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 3 Sep 2011 21:48:27 +0000 (18:48 -0300)
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>
drivers/media/rc/keymaps/rc-pinnacle-pctv-hd.c

index 8d558ae63456488da72ba9982c7aae6739a3dd48..31fc64cd17ba94da435e16561ab8159525a9e4fe 100644 (file)
@@ -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 },