From 3d80f276313cd11569c95a5aade93a3dff009aaa Mon Sep 17 00:00:00 2001 From: Hans Verkuil Date: Mon, 2 Jan 2006 18:22:39 +0000 Subject: 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 --- v4l/ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'v4l') 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 + 2006-01-02 17:20 hverkuil * linux/drivers/media/video/Makefile: -- cgit v1.2.3