summaryrefslogtreecommitdiffstats
path: root/drivers/media/rc
diff options
context:
space:
mode:
authorSean Young2019-06-04 13:19:30 +0200
committerMauro Carvalho Chehab2019-06-10 21:03:33 +0200
commit71f49a8bf5c592413edb5c8839ec0e6d754db3e1 (patch)
tree3a3e0c3dfb70a8adb411850edb5a4ce9108e1e26 /drivers/media/rc
parentmedia: stv090x: Implement probe/remove for stv090x (diff)
downloadkernel-qcow2-linux-71f49a8bf5c592413edb5c8839ec0e6d754db3e1.tar.gz
kernel-qcow2-linux-71f49a8bf5c592413edb5c8839ec0e6d754db3e1.tar.xz
kernel-qcow2-linux-71f49a8bf5c592413edb5c8839ec0e6d754db3e1.zip
media: ttpci: use rc-core for the IR receiver
The IR protocol can now only be set via the rc protocols sysfs file rather than via module parameters or a custom procfs file. So, it is no longer necessary to periodically check for protocol changes. The IR_RCMM protocol does not decode the Philips RC-MM protocol (12, 24 or 32 bit variants) or any protocol rc-core can encode, so this is marked RC_PROTO_UNKNOWN. Tested on Technotrend/Hauppauge WinTV Nexus-S rev2.1, which comes with a small black hauppauge remote. Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media/rc')
-rw-r--r--drivers/media/rc/keymaps/rc-hauppauge.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/rc/keymaps/rc-hauppauge.c b/drivers/media/rc/keymaps/rc-hauppauge.c
index 582aa9012443..c117e9fc2697 100644
--- a/drivers/media/rc/keymaps/rc-hauppauge.c
+++ b/drivers/media/rc/keymaps/rc-hauppauge.c
@@ -233,6 +233,7 @@ static struct rc_map_table rc5_hauppauge_new[] = {
* This one also uses RC-5 protocol
* Keycodes start with address = 0x00
*/
+ { 0x000f, KEY_TV },
{ 0x001f, KEY_TV },
{ 0x0020, KEY_CHANNELUP },
{ 0x000c, KEY_RADIO },