summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2009-08-31 22:41:03 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-08-31 22:41:03 -0300
commit466cf445ce93217dac3a66fa3bc9b23b45cacecd (patch)
tree9ce65728b221b1a02086c290e4bcc53d05b5c193
parent29877b30873e9d0ac1a4756775bcfb1caab42fa1 (diff)
downloadmediapointer-dvb-s2-466cf445ce93217dac3a66fa3bc9b23b45cacecd.tar.gz
mediapointer-dvb-s2-466cf445ce93217dac3a66fa3bc9b23b45cacecd.tar.bz2
v4l2-spec: Update revision fields
From: Mauro Carvalho Chehab <mchehab@redhat.com> Update revision fields to match the Remote Controller chapter. While here, increment spec to version 2.6.32 to match Linux Kernel revision. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r--v4l2-spec/compat.sgml7
-rw-r--r--v4l2-spec/v4l2.sgml16
2 files changed, 20 insertions, 3 deletions
diff --git a/v4l2-spec/compat.sgml b/v4l2-spec/compat.sgml
index 3a05a869b..50b784f46 100644
--- a/v4l2-spec/compat.sgml
+++ b/v4l2-spec/compat.sgml
@@ -2297,6 +2297,10 @@ was renamed to <structname id="v4l2-chip-ident-old">v4l2_chip_ident_old</structn
<title>V4L2 in Linux 2.6.32</title>
<orderedlist>
<listitem>
+ <para>In order to be easier to compare a V4L2 API and a kernel
+version, now V4L2 API is numbered using Linux Kernel version numeration.</para>
+ </listitem>
+ <listitem>
<para>Finalized the RDS capture API. See <xref linkend="rds" /> for
more information.</para>
</listitem>
@@ -2315,6 +2319,9 @@ more information.</para>
<listitem>
<para>Added FM Modulator (FM TX) Extended Control Class: <constant>V4L2_CTRL_CLASS_FM_TX</constant> and their Control IDs.</para>
</listitem>
+ <listitem>
+ <para>Added Remote Controller chapter, describing the default Remote Controller mapping for media devices.</para>
+ </listitem>
</orderedlist>
</section>
</section>
diff --git a/v4l2-spec/v4l2.sgml b/v4l2-spec/v4l2.sgml
index 570ac78f6..15480451a 100644
--- a/v4l2-spec/v4l2.sgml
+++ b/v4l2-spec/v4l2.sgml
@@ -26,7 +26,7 @@
<book id="v4l2spec">
<bookinfo>
<title>Video for Linux Two API Specification</title>
- <subtitle>Revision 0.29</subtitle>
+ <subtitle>Revision 2.6.32</subtitle>
<authorgroup>
<author>
@@ -91,12 +91,12 @@ MPEG stream embedded, sliced VBI data format in this specification.
</address>
</affiliation>
</author>
- </authorgroup>
<author>
<firstname>Mauro</firstname>
<surname>Carvalho Chehab</surname>
- <contrib>Documented libv4l, designed and added v4l2grab example
+ <contrib>Documented libv4l, designed and added v4l2grab example,
+Remote Controller chapter
</contrib>
<affiliation>
<address>
@@ -104,6 +104,7 @@ MPEG stream embedded, sliced VBI data format in this specification.
</address>
</affiliation>
</author>
+ </authorgroup>
<copyright>
<year>1999</year>
@@ -145,6 +146,15 @@ structs, ioctls) must be noted in more detail in the history chapter
applications. -->
<revision>
+ <revnumber>2.6.32</revnumber>
+ <date>2009-08-31</date>
+ <authorinitials>mcc</authorinitials>
+ <revremark>Now, revisions will match the kernel version where
+the V4L2 API will be adopted by a driver. Added Remote Controller
+chapter.</revremark>
+ </revision>
+
+ <revision>
<revnumber>0.29</revnumber>
<date>2009-08-26</date>
<authorinitials>ev</authorinitials>