diff options
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 71f0c29b3..97cea56fa 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,19 @@ +2006-01-08 23:21 hverkuil + + * linux/drivers/media/video/bttv-driver.c: (radio_do_ioctl): + - Add VIDIOC_LOG_STATUS to the radio device ioctl list. + * linux/drivers/media/video/msp3400-driver.c: (msp_modus): + * linux/drivers/media/video/msp3400-kthreads.c: + (msp_standard_std_name), (msp3400c_thread), (msp3410d_thread), + (msp34xxg_reset), (msp34xxg_thread): + * linux/drivers/media/video/msp3400.h: + - Reduce the confusion between modes and standards + - Fix stereo reporting for radio. + - Don't set i2c configuration if the chip doesn't support it. + - Fix reporting of current standard for radio. + + Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> + 2006-01-08 21:16 endriss * linux/drivers/media/common/saa7146_fops.c: (fops_open), |