summaryrefslogtreecommitdiff
path: root/v4l/ChangeLog
diff options
context:
space:
mode:
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: