diff options
Diffstat (limited to 'v4l/ChangeLog')
-rw-r--r-- | v4l/ChangeLog | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 9ea210a64..39507aef5 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,10 +1,30 @@ +2005-11-06 03:37 mchehab + + * ../linux/drivers/media/video/msp3400.c: (msp3400c_reset), + (msp3400c_read), (msp3400c_write), (msp3400c_set_scart), + (msp3400c_setvolume), (msp3400c_setbass), (msp3400c_settreble), + (msp3400c_setmode), (msp3400c_setstereo), (msp3400c_print_mode), + (autodetect_stereo), (msp3400c_thread), (msp34xx_modus), + (msp3410d_thread), (msp34xxg_reset), (msp34xxg_thread), + (msp34xxg_set_source), (msp34xxg_detect_stereo), (msp_attach), + (msp_command), (msp_suspend), (msp_resume): + + - Improves msp3400 debug messages. + Now, all kernel message in msp3400.c use the same prefix + and include the I2C bus to differentiate between multiple + msp3400 I2C chips. + - Correctly prints the chip identifier for the msp44xx chips. + + Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> + Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> + 2005-11-06 03:24 mchehab * ../linux/drivers/media/video/msp3400.c: (msp_command): - - Adds missing msp34xxg_reset to VIDIOC_S_STD (just like VIDIOCSCHAN). + - Adds missing msp34xxg_reset to VIDIOC_S_STD (just like VIDIOCSCHAN). - Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> + Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> 2005-11-05 23:20 mchehab |