diff options
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 7e0de1649..3982a5838 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,24 @@ +2006-01-12 13:01 mchehab + + * linux/drivers/media/dvb/bt8xx/bt878.c: + * linux/drivers/media/dvb/ttpci/av7110.c: + * linux/drivers/media/video/bt832.c: + * linux/drivers/media/video/btcx-risc.c: + * linux/drivers/media/video/bttv-cards.c: + * linux/drivers/media/video/bttv-driver.c: + * linux/drivers/media/video/bttv-i2c.c: + * linux/drivers/media/video/cx25840/cx25840-core.c: + * linux/drivers/media/video/cx88/cx88-alsa.c: + * linux/drivers/media/video/msp3400-driver.c: + * linux/drivers/media/video/saa7134/saa7134-core.c: + * linux/drivers/media/video/tda7432.c: + * linux/drivers/media/video/tda9875.c: + - static vars are equal to zero by default. Removed + unnecessary =0 from them, saving some data space; + - Fixed compiling against kernels bellow 2.6.13. + + Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org> + 2006-01-12 01:55 mchehab * linux/drivers/media/video/saa7134/Kconfig: |