summaryrefslogtreecommitdiff
path: root/v4l/ChangeLog
diff options
context:
space:
mode:
authorHans Verkuil <devnull@localhost>2006-01-08 23:25:53 +0000
committerHans Verkuil <devnull@localhost>2006-01-08 23:25:53 +0000
commit68a67b9bd9b17d93cad2820f7fccd12c56929272 (patch)
tree7d5482a1953719e37193b0da07bff58facb14f84 /v4l/ChangeLog
parentcf8ad427cc2674b72f9f77c605f4ab1a62a4b089 (diff)
downloadmediapointer-dvb-s2-68a67b9bd9b17d93cad2820f7fccd12c56929272.tar.gz
mediapointer-dvb-s2-68a67b9bd9b17d93cad2820f7fccd12c56929272.tar.bz2
Fix stereo and standard reporting of msp3400 (esp. for radio)
- Add VIDIOC_LOG_STATUS to the radio device ioctl list. - 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>
Diffstat (limited to 'v4l/ChangeLog')
-rw-r--r--v4l/ChangeLog16
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),