diff options
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 1e130fdfc..8723ca834 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,16 @@ +2006-01-08 12:16 hverkuil + + * linux/drivers/media/video/msp3400-driver.c: (msp_modus): + * linux/drivers/media/video/msp3400-kthreads.c: (msp3400c_setmode), + (msp3400c_thread), (msp3410d_thread), (msp34xxg_reset): + * linux/drivers/media/video/msp3400.h: + - Replace old norm by the v4l2_std_id values. + - Add code to correctly detect the various capabilities of the + various msp chips. It's not yet used, that's going to be the next + step. + + Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> + 2006-01-08 12:00 mchehab * linux/drivers/media/video/bt832.c: (bt832_command): |