diff options
author | Hans Verkuil <devnull@localhost> | 2005-12-31 20:03:50 +0000 |
---|---|---|
committer | Hans Verkuil <devnull@localhost> | 2005-12-31 20:03:50 +0000 |
commit | efb2b2fbc614fa71365b3065d0bb13892cf24a06 (patch) | |
tree | 9bfbaa911b8412f693997877c07b6ce6fb9039e3 /v4l | |
parent | cc76f4e01e7fdf9472ab7b2e004f0df470812b2f (diff) | |
download | mediapointer-dvb-s2-efb2b2fbc614fa71365b3065d0bb13892cf24a06.tar.gz mediapointer-dvb-s2-efb2b2fbc614fa71365b3065d0bb13892cf24a06.tar.bz2 |
msp3400.c cleanup (almost all cosmetic)
Step 1 of the msp3400.c cleanup.
Most changes are all cosmetic (moved code around, renamed functions
and variables).
New additions:
- VIDIOC_LOG_STATUS for debugging.
- More user friendly messages on driver load.
- 'simple' renamed to 'autodetect'
- 'simpler' renamed to 'autoselect'
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index d60274190..bc2918740 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,24 @@ +2005-12-31 18:26 hverkuil + + * linux/drivers/media/video/msp3400.c: (msp_reset), (msp_read), + (msp_read_dem), (msp_read_dsp), (msp_write), (msp_write_dem), + (msp_write_dsp), (msp_set_scart), (msp3400c_setcarrier), + (msp_set_volume), (msp_set_bass), (msp_set_treble), + (msp3400c_setmode), (msp3400c_best_video_sound), + (msp3400c_setstereo), (msp3400c_print_mode), + (msp3400c_restore_dfp), (msp_write_dfp_with_default), + (autodetect_stereo): + Step 1 of the msp3400.c cleanup. + Most changes are all cosmetic (moved code around, renamed functions + and variables). + New additions: + - VIDIOC_LOG_STATUS for debugging. + - More user friendly messages on driver load. + - 'simple' renamed to 'autodetect' + - 'simpler' renamed to 'autoselect' + + Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> + 2005-12-30 06:18 rmcc * linux/drivers/media/video/cx88/cx88-alsa.c: |