diff options
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 17dedfdc3..0c4ea1f37 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,17 @@ +2005-12-02 20:06 hverkuil + + * ../linux/drivers/media/video/em28xx/em28xx-video.c: + (em28xx_do_ioctl): + - fixed missing closing } + * ../linux/drivers/media/video/msp3400.c: (msp3400c_setvolume), + (msp_attach), (msp_detach): + - remove dead code + - remove volume scaling (does not belong here, whether max volume + results in distortion depends on the specific hardware in which + the msp3400 is used, not on the msp3400 itself). + + Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> + 2005-12-02 17:47 mchehab * ../linux/drivers/media/video/em28xx/em28xx-video.c: |