summaryrefslogtreecommitdiff
path: root/v4l2-spec
diff options
context:
space:
mode:
Diffstat (limited to 'v4l2-spec')
-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>