1
0
Fork 0
alistair23-linux/drivers/media/dvb/dm1105
Mauro Carvalho Chehab 055cd55601 V4L/DVB (13537): ir: Prepare the code for dynamic keycode table allocation
Currently, the IR table is initialized by calling ir_input_init(). However,
this function doesn't return any error code, nor has a function to be called
when de-initializing the IR's.

Change the return argment to integer and make sure that each driver will
handle the error code. Also adds a function to free any resources that may
be allocating there: ir_input_free().

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2009-12-05 18:42:21 -02:00
..
Kconfig V4L/DVB (10830): dm1105: uses ir_* functions, select VIDEO_IR 2009-03-30 12:43:07 -03:00
Makefile V4L/DVB (9010): Add support for SDMC DM1105 PCI chip 2008-10-12 09:37:06 -02:00
dm1105.c V4L/DVB (13537): ir: Prepare the code for dynamic keycode table allocation 2009-12-05 18:42:21 -02:00