diff options
Diffstat (limited to 'v4l/ChangeLog')
-rw-r--r-- | v4l/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index af74c7062..17dedfdc3 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,21 @@ +2005-12-02 17:47 mchehab + + * ../linux/drivers/media/video/em28xx/em28xx-video.c: + (em28xx_get_ctrl), (saa711x_get_ctrl), (em28xx_set_ctrl), + (saa711x_set_ctrl): + - Controls now cames from video and audio decoder driver + for msp3400 and tvp5150. + + * ../linux/drivers/media/video/msp3400.c: (msp_get_ctrl), + (msp_set_ctrl), (msp_command): + - Added sound controls as provided by the device. + + * ../linux/drivers/media/video/tvp5150.c: (tvp5150_selmux), + (tvp5150_get_ctrl), (tvp5150_set_ctrl), (tvp5150_command): + - Added video controls as provided by the device. + + Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> + 2005-12-02 14:03 mcisely * ../v4l_experimental/pvrusb2/pvrusb2-version.h: |