diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2006-01-08 12:05:34 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2006-01-08 12:05:34 +0000 |
commit | 73c5fb6887d21bdbe4c5aec07f132e0010a554da (patch) | |
tree | 29aed676055bf337c38c7be489cb544df9fe9c1e /v4l | |
parent | 1dcaf3c6fe06fdbc838908e5b109d9c9aa510835 (diff) | |
download | mediapointer-dvb-s2-73c5fb6887d21bdbe4c5aec07f132e0010a554da.tar.gz mediapointer-dvb-s2-73c5fb6887d21bdbe4c5aec07f132e0010a554da.tar.bz2 |
i2c fixes and cleanups
- Miscelaneous i2c cleanups and fixes to work with kernel >2.6.15
- linux/sound/pci/bt87x.c updated to kernel version.
kernel-sync
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index fbe6e7c1b..1e130fdfc 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,29 @@ +2006-01-08 12:00 mchehab + + * linux/drivers/media/video/bt832.c: (bt832_command): + * linux/drivers/media/video/bttv-i2c.c: (attach_inform): + * linux/drivers/media/video/cx25840/cx25840.h: + * linux/drivers/media/video/msp3400-driver.c: + * linux/drivers/media/video/tda7432.c: (tda7432_write), + (tda7432_read), (tda7432_set), (do_tda7432_init), (tda7432_attach): + * linux/drivers/media/video/tda9875.c: (tda9875_write), + (tda9875_read), (i2c_read_register), (tda9875_set), + (do_tda9875_init), (tda9875_checkit), (tda9875_attach), + (tda9875_command): + * linux/drivers/media/video/tda9887.c: + * linux/drivers/media/video/tuner-core.c: + * linux/drivers/media/video/tvmixer.c: + * linux/drivers/media/video/tvp5150.c: + * linux/drivers/media/video/wm8775.c: (wm8775_attach): + * linux/include/media/tuner.h: + * linux/include/media/v4l2-common.h: + - Miscelaneous i2c cleanups and fixes to work with kernel >2.6.15 + + * linux/sound/pci/bt87x.c: + - Updated to kernel version. + + Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> + 2006-01-08 10:29 pascoe * linux/drivers/media/video/cx88/cx88-dvb.c: |