diff options
Diffstat (limited to 'v4l/ChangeLog')
-rw-r--r-- | v4l/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 87ef63caf..8361fa0f5 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,26 @@ +2005-08-16 18:00 catalin + + * cx88-blackbird.c: + - fall back to cx88_do_ioctl instead of returning -EINVAL + + * cx88-core.c: + - initialize the core mutex + + * cx88.h: + - move lock and freq struct members from cx8800/cx8802 to cx88_core + - declare cx88_do_ioctl from cx88-video.c + + * cx88-mpeg.c: + - remove mutex init + + * cx88-video.c: + - replace dev->lock with core->lock + - replace struct cx8800_dev with struct cx88_core param in functions: + video_mux, get_control, set_control, init_controls + - factor out common ioctl's to cx88_do_ioctl and export the symbol + + Signed-off-by: Catalin Climov <catalin@climov.com> + 2005-08-16 17:45 catalin * cx88-blackbird.c: |