]> bbs.cooldavid.org Git - net-next-2.6.git/commit
V4L/DVB (13100): cx23885: Add IR input keypress handling and enable for the HVR-1850
authorAndy Walls <awalls@radix.net>
Sun, 27 Sep 2009 23:55:41 +0000 (20:55 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 5 Dec 2009 20:40:21 +0000 (18:40 -0200)
commitdbda8f701abb0e4693a30e9bef4a2301d1c8ea80
treef9c4b4ccde78509d3dcc874def16df49861188ec
parent1d23a002434802078d806ddc2937bd69bbbd6dc8
V4L/DVB (13100): cx23885: Add IR input keypress handling and enable for the HVR-1850

This changes adds IR Rx keypress input event handling to the CX23885 module.
This change specifically only adds input handling for IR devices implemented as
v4l2_subdevices, using only the pulse width mode (for now), and only with
RC-5 remotes.  The V4L-DVB infrastructure is missing too much to support RC-6
mode 6A as used in many media center remotes.   The grey Hauppauge RC-5 remote
and HVR-1850 IR receiver work now.

Signed-off-by: Andy Walls <awalls@radix.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/cx23885/Makefile
drivers/media/video/cx23885/cx23885-core.c
drivers/media/video/cx23885/cx23885-input.c [new file with mode: 0644]
drivers/media/video/cx23885/cx23885-input.h [new file with mode: 0644]
drivers/media/video/cx23885/cx23885-ir.c
drivers/media/video/cx23885/cx23885.h