diff options
Diffstat (limited to 'v4l/ChangeLog')
-rw-r--r-- | v4l/ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 408731e6f..3914a6923 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,34 @@ +2006-01-09 17:12 mchehab + + * linux/drivers/media/dvb/cinergyT2/cinergyT2.c: + * linux/drivers/media/dvb/ttpci/budget.h: + * linux/drivers/media/video/bt832.c: (bt832_attach), + (bt832_detach), (bt832_command): + * linux/drivers/media/video/bttv-i2c.c: + * linux/drivers/media/video/cx88/Kconfig: + * linux/drivers/media/video/tda7432.c: (tda7432_attach), + (tda7432_command), (tda7432_init): + * linux/drivers/media/video/tuner-core.c: + * linux/drivers/media/video/tvp5150.c: + * linux/include/linux/i2c-id.h: + * linux/include/media/saa7146.h: + - Several i2C cleanups to compile on both current linux + and kernels >2.6.15 + + * linux/drivers/media/video/tda9875.c: (tda9875_write), + (i2c_read_register), (tda9875_set), (do_tda9875_init), + (tda9875_checkit), (tda9875_attach), (tda9875_command): + - Old patch reverted since it uses a different way to + call i2c functions. + + * v4l/Makefile: + - Making compile bt832, tda9732 and tda9875 + + * v4l/scripts/gentree.pl: + Some fixes to remove unnecessary ifs at kernel + + Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> + 2006-01-09 16:24 mkrufky * linux/Documentation/dvb/get_dvb_firmware: |