summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <devnull@localhost>2005-06-22 15:51:46 +0000
committerMauro Carvalho Chehab <devnull@localhost>2005-06-22 15:51:46 +0000
commitbf26c70f504763809544095c38f614bea587c3ac (patch)
tree6c853219c4441727f20b462221e4aca5b948eeb9
parent6f3de5918ec23adc605889f8e2409dc059c7a9e2 (diff)
downloadmediapointer-dvb-s2-bf26c70f504763809544095c38f614bea587c3ac.tar.gz
mediapointer-dvb-s2-bf26c70f504763809544095c38f614bea587c3ac.tar.bz2
* .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>
-rw-r--r--linux/Documentation/video4linux/API.html16
-rw-r--r--v4l/.bp/2.6/v4l-driver-doc4
-rw-r--r--v4l/ChangeLog14
3 files changed, 27 insertions, 7 deletions
diff --git a/linux/Documentation/video4linux/API.html b/linux/Documentation/video4linux/API.html
new file mode 100644
index 000000000..441407b12
--- /dev/null
+++ b/linux/Documentation/video4linux/API.html
@@ -0,0 +1,16 @@
+<TITLE>V4L API</TITLE>
+<H1>Video For Linux APIs</H1>
+<table border=0>
+<tr>
+<td>
+<A HREF=http://www.linuxtv.org/downloads/video4linux/API/V4L1_API.html>
+V4L original API</a>
+</td><td>
+Obsoleted by V4L2 API
+</td></tr><tr><td>
+<A HREF=http://www.linuxtv.org/downloads/video4linux/API/V4L2_API.html>
+V4L2 API</a>
+</td><td>
+Should be used for new projects
+</td></tr>
+</table>
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>