diff options
author | Hans Verkuil <devnull@localhost> | 2006-01-02 22:31:44 +0000 |
---|---|---|
committer | Hans Verkuil <devnull@localhost> | 2006-01-02 22:31:44 +0000 |
commit | 9a57596ab92a5a0cdf8d1f205383da9b84aaf555 (patch) | |
tree | 05581625c203f45a06fb18125bd22a6b5d652d20 /v4l | |
parent | 799ff13cd8717f515448778273a21144725c9443 (diff) | |
download | mediapointer-dvb-s2-9a57596ab92a5a0cdf8d1f205383da9b84aaf555.tar.gz mediapointer-dvb-s2-9a57596ab92a5a0cdf8d1f205383da9b84aaf555.tar.bz2 |
convert diagnostics over to the new v4l2-common.h macros.
- convert diagnostics over to the new v4l2-common.h macros.
- deprecated tuner_debug option, the new option is debug.
- renamed cx25840_debug to debug.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/ChangeLog | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 6787443b9..b094e49e4 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,46 @@ +2006-01-02 22:27 hverkuil + + * linux/drivers/media/video/cs53l32a.c: (cs53l32a_command), + (cs53l32a_attach): + * linux/drivers/media/video/cx25840/cx25840-core.c: (set_input), + (set_v4lctrl), (set_v4lfmt), (cx25840_command), + (cx25840_detect_client), (log_status): + * linux/drivers/media/video/cx25840/cx25840-firmware.c: + (check_fw_load), (fw_write), (cx25840_loadfw): + * linux/drivers/media/video/cx25840/cx25840.h: + * linux/drivers/media/video/msp3400-driver.c: + * linux/drivers/media/video/mt20xx.c: (mt2050_set_if_freq), + (microtune_init): + * linux/drivers/media/video/saa7115.c: + (saa7115_set_audio_clock_freq), (saa7115_set_v4lctrl), + (saa7115_set_v4lstd), (saa7115_log_status), (saa7115_set_v4lfmt), + (saa7115_command), (saa7115_attach): + * linux/drivers/media/video/saa7127.c: (saa7127_write), + (saa7127_set_vps), (saa7127_set_cc), (saa7127_set_xds), + (saa7127_set_wss), (saa7127_set_video_enable), (saa7127_set_std), + (saa7127_set_output_type), (saa7127_set_input_type), + (saa7127_command), (saa7127_attach): + * linux/drivers/media/video/tea5761.c: (set_radio_freq): + * linux/drivers/media/video/tea5767.c: (set_radio_freq): + * linux/drivers/media/video/tuner-core.c: (tuner_attach), + (tuner_command): + * linux/drivers/media/video/tvaudio.c: (chip_write), (chip_read), + (chip_read2), (chip_cmd), (chip_thread), (generic_checkmode), + (tda9840_getmode), (tda9873_getmode), (tda9873_setmode), + (tda9874a_setup), (tda9874a_getmode), (tda9874a_setmode), + (tda9874a_checkit), (ta8874z_getmode), (ta8874z_setmode), + (chip_attach), (chip_command): + * linux/drivers/media/video/tveeprom.c: + * linux/drivers/media/video/wm8775.c: (wm8775_write), + (wm8775_command), (wm8775_attach): + * linux/include/media/tuner.h: + * linux/include/media/v4l2-common.h: + - convert diagnostics over to the new v4l2-common.h macros. + - deprecated tuner_debug option, the new option is debug. + - renamed cx25840_debug to debug. + + Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> + 2006-01-02 18:15 hverkuil * linux/drivers/media/video/msp3400-driver.c: (msp_reset), |