summaryrefslogtreecommitdiff
path: root/v4l
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <devnull@localhost>2005-10-17 21:47:16 +0000
committerNickolay V. Shmyrev <devnull@localhost>2005-10-17 21:47:16 +0000
commit466a09d21bd73b66ea0ab7cd2aa30503d4d8122f (patch)
treeeb956c94a3c7ba9a47b13f2cb207abf6d6ed97d2 /v4l
parent6571d469892fabdf7854dc0e6780900640263c7a (diff)
downloadmediapointer-dvb-s2-466a09d21bd73b66ea0ab7cd2aa30503d4d8122f.tar.gz
mediapointer-dvb-s2-466a09d21bd73b66ea0ab7cd2aa30503d4d8122f.tar.bz2
* ../linux/drivers/media/video/wm8775.c: (wm8775_command):
- VIDIOC_LOG_STATUS is added to videodev2.h this can be enabled again in wm8775.c. Also use the v4l2 VIDIOC_S_FREQUENCY instead of VIDIOCSFREQ. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'v4l')
-rw-r--r--v4l/ChangeLog28
1 files changed, 19 insertions, 9 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog
index 6c55568e4..9dbf2201a 100644
--- a/v4l/ChangeLog
+++ b/v4l/ChangeLog
@@ -1,3 +1,13 @@
+2005-10-17 21:44 nshmyrev
+
+ * ../linux/drivers/media/video/wm8775.c: (wm8775_command):
+
+ - VIDIOC_LOG_STATUS is added to videodev2.h this can be enabled
+ again in wm8775.c. Also use the v4l2 VIDIOC_S_FREQUENCY instead of
+ VIDIOCSFREQ.
+
+ Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
+
2005-10-17 21:12 mchehab
* ../linux/include/linux/videodev.h:
* ../linux/include/linux/videodev2.h:
@@ -20,16 +30,16 @@
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-17 23:00 hhackmann
- * ../linux/drivers/media/video/tda8290.c
- ../linux/drivers/media/video/tuner-core.c
- ../linux/include/media/tuner.h
-
- - add support for tda8275a
- - support all possible I2C addresses
- - automatic version and address detection
- - let i2c bridge stabilize befor use
+
+ * ../linux/drivers/media/video/tda8290.c:
+ * ../linux/drivers/media/video/tuner-core.c:
+ * ../linux/include/media/tuner.h:
+ - add support for tda8275a
+ - support all possible I2C addresses
+ - automatic version and address detection
+ - let i2c bridge stabilize befor use
- Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t.online.de>
+ Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t.online.de>
2005-10-16 20:16 mkrufky