summaryrefslogtreecommitdiff
path: root/drivers/media/video/cx23885/cx23885-ir.c
diff options
context:
space:
mode:
authorAndy Walls <awalls@md.metrocast.net>2010-06-28 06:15:35 +0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-08-02 22:31:44 +0400
commit43c2407820d5406bde3c8069583a37fba9c09faf (patch)
treea203e3a62b10cf18ad45b632054ac8596a80437e /drivers/media/video/cx23885/cx23885-ir.c
parenteeefae532e723e8ce62664cb1d299a0baad50f35 (diff)
downloadlinux-43c2407820d5406bde3c8069583a37fba9c09faf.tar.xz
V4L/DVB: cx23885: Convert cx23885-input to use new in kernel IR pulse decoders
Convert the cx23885 driver to use the new in kernel IR pulse decoders for the integrated CX2388[578] IR controllers. Rip out a lot of RC-5 decoding related code in the process and rename some variables for clarity or to more accurately describe their usage. Signed-off-by: Andy Walls <awalls@md.metrocast.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx23885/cx23885-ir.c')
-rw-r--r--drivers/media/video/cx23885/cx23885-ir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx23885/cx23885-ir.c b/drivers/media/video/cx23885/cx23885-ir.c
index 9a677eb080af..6ceabd4fba07 100644
--- a/drivers/media/video/cx23885/cx23885-ir.c
+++ b/drivers/media/video/cx23885/cx23885-ir.c
@@ -53,7 +53,7 @@ void cx23885_ir_rx_work_handler(struct work_struct *work)
if (events == 0)
return;
- if (dev->ir_input)
+ if (dev->kernel_ir)
cx23885_input_rx_work_handler(dev, events);
}