Re: [PATCH] Add missing OK key to PCTV IR keymap

2011-08-14 Thread Devin Heitmueller
On Sun, Aug 14, 2011 at 8:18 AM, Chris Rankin  wrote:
> 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.
>
> Cheers,
> Chris
>
> Signed-off-by: Chris Rankin 
>
>

Reviewed-by: Devin Heitmueller 

-- 
Devin J. Heitmueller - Kernel Labs
http://www.kernellabs.com
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] Add missing OK key to PCTV IR keymap

2011-08-14 Thread Chris Rankin

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.


Cheers,
Chris

Signed-off-by: Chris Rankin 

--- linux-3.0/drivers/media/rc/keymaps/rc-pinnacle-pctv-hd.c.orig	2011-08-14 02:42:01.0 +0100
+++ linux-3.0/drivers/media/rc/keymaps/rc-pinnacle-pctv-hd.c	2011-08-14 02:12:45.0 +0100
@@ -20,6 +20,7 @@
 	{ 0x0701, KEY_MENU }, /* Pinnacle logo */
 	{ 0x0739, KEY_POWER },
 	{ 0x0703, KEY_VOLUMEUP },
+	{ 0x0705, KEY_OK },
 	{ 0x0709, KEY_VOLUMEDOWN },
 	{ 0x0706, KEY_CHANNELUP },
 	{ 0x070c, KEY_CHANNELDOWN },