diff options
author | Hans Verkuil <devnull@localhost> | 2006-01-22 19:12:48 +0000 |
---|---|---|
committer | Hans Verkuil <devnull@localhost> | 2006-01-22 19:12:48 +0000 |
commit | e1d22a7d5a8fd38c547b85853b626b6c504f28ee (patch) | |
tree | d0b195ab020e5c5d8308567385c47421988bb0c4 /v4l | |
parent | 275d61a9ce6ba3ecb2e8d4e18845cdc63fb52146 (diff) | |
download | mediapointer-dvb-s2-e1d22a7d5a8fd38c547b85853b626b6c504f28ee.tar.gz mediapointer-dvb-s2-e1d22a7d5a8fd38c547b85853b626b6c504f28ee.tar.bz2 |
Add new internal VIDIOC_INT commands
Add new internal VIDIOC_INT commands for setting the tuner mode,
for putting a chip into standby mode and to set/get the routing
of inputs/outputs of audio or video of a chip. These new commands
will replace older commands that are no longer up to the task.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 3ae5dfb04..a0dcee8fe 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,13 @@ +2006-01-22 19:09 hverkuil + + * linux/include/media/v4l2-common.h: + - Add new internal VIDIOC_INT commands for setting the tuner mode, + for putting a chip into standby mode and to set/get the routing + of inputs/outputs of audio or video of a chip. These new commands + will replace older commands that are no longer up to the task. + + Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> + 2006-01-22 19:28 mrechberger * linux/drivers/media/video/tuner-core.c: (set_type) |