V4L/DVB: cx23885: Convert from struct card_ir to struct cx23885_ir_input for IR Rx
authorAndy Walls <awalls@md.metrocast.net>
Sun, 27 Jun 2010 20:17:06 +0000 (17:17 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 2 Aug 2010 18:31:28 +0000 (15:31 -0300)
commiteeefae532e723e8ce62664cb1d299a0baad50f35
tree9f26290e5e06afcabe0ccae5d050bbb4df8e5196
parentb192ca983746585e807259414f8d6f58cb28311f
V4L/DVB: cx23885: Convert from struct card_ir to struct cx23885_ir_input for IR Rx

Move from the generic, shared card_ir state structure to a cx23885 driver
specific IR state structure in anticipation of moving to the new IR pulse
decoders in the IR core.

Fix up the card name truncation in the dmesg log while we're at it,
by avoiding using fixed length string storage in our new IR state
structure.

Signed-off-by: Andy Walls <awalls@md.metrocast.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/cx23885/cx23885-input.c
drivers/media/video/cx23885/cx23885.h
This page took 0.025713 seconds and 5 git commands to generate.