diff options
| author | Hans Verkuil <devnull@localhost> | 2006-01-02 17:25:19 +0000 |
|---|---|---|
| committer | Hans Verkuil <devnull@localhost> | 2006-01-02 17:25:19 +0000 |
| commit | f591fa75d8325a9732e155b7db70d8aec349d183 (patch) | |
| tree | 5403b7c4d66ac052d4925705cdf156ce0a9f8caa /v4l/ChangeLog | |
| parent | 2836ed0680c21cf74204d651b4257b130debfd26 (diff) | |
| download | mediapointer-dvb-s2-f591fa75d8325a9732e155b7db70d8aec349d183.tar.gz mediapointer-dvb-s2-f591fa75d8325a9732e155b7db70d8aec349d183.tar.bz2 | |
Split msp3400.c into msp3400-driver.c and msp3400-kthreads.c
- Split msp3400.c into msp3400-driver.c and msp3400-kthreads.c.
- Removed experimental DFPREG ioctls. If this is really needed one
day then it should be implemented using VIDIOC_G/S_REGISTER.
- Added missing BALANCE control info for VIDIOC_QUERYCTRL.
- Still more cleanup, clarified some kernel messages.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'v4l/ChangeLog')
| -rw-r--r-- | v4l/ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index bf2528310..49877474d 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,28 @@ +2006-01-02 17:20 hverkuil + + * linux/drivers/media/video/Makefile: + * linux/drivers/media/video/msp3400-driver.c: (msp_reset), + (msp_read_dem), (msp_read_dsp), (msp_write_dem), (msp_write_dsp), + (msp_set_scart), (msp_set_mute), (msp_set_audio), (msp_modus), + (msp_standard), (msp_setup_thread), (msp_wake_thread): + * linux/drivers/media/video/msp3400-kthreads.c: + (msp_standard_mode_name), (msp3400c_setcarrier), + (msp3400c_setmode), (msp3400c_best_video_sound), + (msp3400c_setstereo), (msp3400c_print_mode), (autodetect_stereo), + (watch_stereo), (msp3400c_thread), (msp3410d_thread), + (msp34xxg_set_source), (msp34xxg_reset), (msp34xxg_thread), + (msp34xxg_detect_stereo), (msp34xxg_set_audmode): + * linux/drivers/media/video/msp3400.c: + * linux/drivers/media/video/msp3400.h: + * v4l/Makefile: + - Split msp3400.c into msp3400-driver.c and msp3400-kthreads.c. + - Removed experimental DFPREG ioctls. If this is really needed one + day then it should be implemented using VIDIOC_G/S_REGISTER. + - Added missing BALANCE control info for VIDIOC_QUERYCTRL. + - Still more cleanup, clarified some kernel messages. + + Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> + 2006-01-01 22:35 mcisely * v4l_experimental/pvrusb2/pvrusb2-audio.c: |
