summaryrefslogtreecommitdiff
path: root/v4l
diff options
context:
space:
mode:
authorHans Verkuil <devnull@localhost>2006-01-22 19:12:48 +0000
committerHans Verkuil <devnull@localhost>2006-01-22 19:12:48 +0000
commite1d22a7d5a8fd38c547b85853b626b6c504f28ee (patch)
treed0b195ab020e5c5d8308567385c47421988bb0c4 /v4l
parent275d61a9ce6ba3ecb2e8d4e18845cdc63fb52146 (diff)
downloadmediapointer-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/ChangeLog10
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)