summaryrefslogtreecommitdiff
path: root/v4l
diff options
context:
space:
mode:
Diffstat (limited to 'v4l')
-rw-r--r--v4l/.bp/2.6/v4l-driver-doc4
-rw-r--r--v4l/ChangeLog14
2 files changed, 11 insertions, 7 deletions
diff --git a/v4l/.bp/2.6/v4l-driver-doc b/v4l/.bp/2.6/v4l-driver-doc
index 0bc362fdc..b981b1f4a 100644
--- a/v4l/.bp/2.6/v4l-driver-doc
+++ b/v4l/.bp/2.6/v4l-driver-doc
@@ -21,9 +21,7 @@ srcdiff doc/CARDLIST.tuner Documentation/video4linux/CARDLIST.tuner
srcdiff doc/CARDLIST.cx88 Documentation/video4linux/CARDLIST.cx88
# API
-srcdiff /dev/null Documentation/video4linux/API.html
-srcdiff doc/V4L1_API.html Documentation/video4linux/V4L1_API.html
-srcdiff doc/V4L2_API.html Documentation/video4linux/V4L2_API.html
+srcdiff doc/API.html Documentation/video4linux/API.html
# obsolete / fixme
#srcdiff doc/Specs Documentation/video4linux/bttv/Specs
diff --git a/v4l/ChangeLog b/v4l/ChangeLog
index a9be6d1e4..594906b39 100644
--- a/v4l/ChangeLog
+++ b/v4l/ChangeLog
@@ -1,11 +1,17 @@
+2005-06-22 15:50 mchehab
+ * .bp/2.6/v4l-driver-doc, doc/API.html:
+ - API.html added, pointing to V4L api at linuxtv.
+
+ Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
+
2005-06-21 22:50 hhackmann
* tda1004x.c
- - added this file (copy from linuxtv DVB project)
- to make DVB-T for saa7134 work.
+ - added this file (copy from linuxtv DVB project)
+ to make DVB-T for saa7134 work.
* saa7134-dvb.c
- - don't turn off the xtal output of tda8274/75 in sleep mode.
- This might crash the channel decoder.
+ - don't turn off the xtal output of tda8274/75 in sleep mode.
+ This might crash the channel decoder.
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de>