kernel-hacking-2024-linux-s.../drivers/media/common
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
..
tuners V4L/DVB: Fix test in copy_reg_bits() 2009-12-05 18:41:45 -02:00
ir-functions.c V4L/DVB (13537): ir: Prepare the code for dynamic keycode table allocation 2009-12-05 18:42:21 -02:00
ir-keymaps.c V4L/DVB (13535): ir-common: Add a hauppauge new table with the complete RC5 code 2009-12-05 18:42:20 -02:00
ir-keytable.c V4L/DVB (13533): ir: use dynamic tables, instead of static ones 2009-12-05 18:42:19 -02:00
Kconfig
Makefile V4L/DVB (13532): ir-common: Add infrastructure to use a dynamic keycode table 2009-12-05 18:42:19 -02:00
saa7146_core.c V4L/DVB (10502): saa7146: move v4l2 device registration to saa7146_vv. 2009-03-30 12:42:42 -03:00
saa7146_fops.c V4L/DVB (10502): saa7146: move v4l2 device registration to saa7146_vv. 2009-03-30 12:42:42 -03:00
saa7146_hlp.c
saa7146_i2c.c V4L/DVB (10843): saa7146: Clean-up i2c error handling 2009-03-30 12:43:08 -03:00
saa7146_vbi.c
saa7146_video.c V4L/DVB (13239): saa7146: fix memory leakage in pagetable-handling 2009-12-05 18:41:04 -02:00