summaryrefslogtreecommitdiff
path: root/v4l/ChangeLog
diff options
context:
space:
mode:
authorHans Verkuil <devnull@localhost>2006-01-02 18:22:39 +0000
committerHans Verkuil <devnull@localhost>2006-01-02 18:22:39 +0000
commit3d80f276313cd11569c95a5aade93a3dff009aaa (patch)
tree8a66b7b9736dab2fc74f36e37c5cbf0ac63cf2be /v4l/ChangeLog
parentf591fa75d8325a9732e155b7db70d8aec349d183 (diff)
downloadmediapointer-dvb-s2-3d80f276313cd11569c95a5aade93a3dff009aaa.tar.gz
mediapointer-dvb-s2-3d80f276313cd11569c95a5aade93a3dff009aaa.tar.bz2
Added new diagnositics macros, convert msp3400 to the new macros.
- Added new v4l_err, v4l_warn, v4l_info and v4l_dbg macros to v4l2-common.h for use in v4l-dvb i2c drivers. This ensures a unique prefix for each device instance. - At a later stage these macros may be reimplemented using the device-generic macros from device.h. - Converted the msp3400 driver to the new macros. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'v4l/ChangeLog')
-rw-r--r--v4l/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog
index 49877474d..6787443b9 100644
--- a/v4l/ChangeLog
+++ b/v4l/ChangeLog
@@ -1,3 +1,23 @@
+2006-01-02 18:15 hverkuil
+
+ * linux/drivers/media/video/msp3400-driver.c: (msp_reset),
+ (msp_read), (msp_write), (msp_set_scart), (msp_set_mute),
+ (msp_set_audio), (msp_modus):
+ * linux/drivers/media/video/msp3400-kthreads.c: (msp3400c_setmode),
+ (msp3400c_setstereo), (msp3400c_print_mode), (autodetect_stereo),
+ (msp3400c_thread), (msp3410d_thread), (msp34xxg_set_source),
+ (msp34xxg_thread), (msp34xxg_detect_stereo):
+ * linux/drivers/media/video/msp3400.h:
+ * linux/include/media/v4l2-common.h:
+ - Added new v4l_err, v4l_warn, v4l_info and v4l_dbg macros to
+ v4l2-common.h for use in v4l-dvb i2c drivers. This ensures
+ a unique prefix for each device instance.
+ - At a later stage these macros may be reimplemented using the
+ device-generic macros from device.h.
+ - Converted the msp3400 driver to the new macros.
+
+ Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
+
2006-01-02 17:20 hverkuil
* linux/drivers/media/video/Makefile: