diff options
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index b094e49e4..44856e24c 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,20 @@ +2006-01-02 23:46 hverkuil + + * linux/drivers/media/video/cx25840/cx25840-audio.c: (get_volume), + (set_volume), (get_bass), (set_bass), (get_treble), (set_treble), + (get_balance), (set_balance), (get_mute), (set_mute): + * linux/drivers/media/video/cx25840/cx25840-core.c: (init_dll1), + (init_dll2), (cx25840_command): + * linux/drivers/media/video/cx25840/cx25840-firmware.c: + (set_i2c_delay), (start_fw_load), (end_fw_load), (check_fw_load), + (fw_write): + * linux/drivers/media/video/cx25840/cx25840-vbi.c: (odd_parity), + (decode_vps): + - Added VIDIOC_QUERYCTRL + - Removed unnecessary inlines. + + Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> + 2006-01-02 22:27 hverkuil * linux/drivers/media/video/cs53l32a.c: (cs53l32a_command), |