diff options
author | Catalin Climov <devnull@localhost> | 2005-08-16 15:49:31 +0000 |
---|---|---|
committer | Catalin Climov <devnull@localhost> | 2005-08-16 15:49:31 +0000 |
commit | 3c689849d35cbee41c7b8271e1f59b3205c6dbe3 (patch) | |
tree | fe6b6c28d3cd643bb6e25c2dd9f6aabf4b845e53 /v4l | |
parent | b9c8314916a547aefded0e96a6e5adfcc85a7c14 (diff) | |
download | mediapointer-dvb-s2-3c689849d35cbee41c7b8271e1f59b3205c6dbe3.tar.gz mediapointer-dvb-s2-3c689849d35cbee41c7b8271e1f59b3205c6dbe3.tar.bz2 |
Some reorg: move some bits to struct cx88_core, factor out common ioctl's
to cx88_do_ioctl.
Diffstat (limited to 'v4l')
-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: |