diff options
-rw-r--r-- | Documentation/DocBook/media/v4l/compat.xml | 24 | ||||
-rw-r--r-- | Documentation/DocBook/media/v4l/v4l2.xml | 11 |
2 files changed, 30 insertions, 5 deletions
diff --git a/Documentation/DocBook/media/v4l/compat.xml b/Documentation/DocBook/media/v4l/compat.xml index eee6f0f4aa43..3a626d1b8f2e 100644 --- a/Documentation/DocBook/media/v4l/compat.xml +++ b/Documentation/DocBook/media/v4l/compat.xml | |||
@@ -2545,6 +2545,30 @@ fields changed from _s32 to _u32. | |||
2545 | </orderedlist> | 2545 | </orderedlist> |
2546 | </section> | 2546 | </section> |
2547 | 2547 | ||
2548 | <section> | ||
2549 | <title>V4L2 in Linux 3.16</title> | ||
2550 | <orderedlist> | ||
2551 | <listitem> | ||
2552 | <para>Added event V4L2_EVENT_SOURCE_CHANGE. | ||
2553 | </para> | ||
2554 | </listitem> | ||
2555 | </orderedlist> | ||
2556 | </section> | ||
2557 | |||
2558 | <section> | ||
2559 | <title>V4L2 in Linux 3.17</title> | ||
2560 | <orderedlist> | ||
2561 | <listitem> | ||
2562 | <para>Extended &v4l2-pix-format;. Added format flags. | ||
2563 | </para> | ||
2564 | </listitem> | ||
2565 | <listitem> | ||
2566 | <para>Added compound control types and &VIDIOC-QUERY-EXT-CTRL;. | ||
2567 | </para> | ||
2568 | </listitem> | ||
2569 | </orderedlist> | ||
2570 | </section> | ||
2571 | |||
2548 | <section id="other"> | 2572 | <section id="other"> |
2549 | <title>Relation of V4L2 to other Linux multimedia APIs</title> | 2573 | <title>Relation of V4L2 to other Linux multimedia APIs</title> |
2550 | 2574 | ||
diff --git a/Documentation/DocBook/media/v4l/v4l2.xml b/Documentation/DocBook/media/v4l/v4l2.xml index f2f81f06a17b..7cfe618f754d 100644 --- a/Documentation/DocBook/media/v4l/v4l2.xml +++ b/Documentation/DocBook/media/v4l/v4l2.xml | |||
@@ -152,10 +152,11 @@ structs, ioctls) must be noted in more detail in the history chapter | |||
152 | applications. --> | 152 | applications. --> |
153 | 153 | ||
154 | <revision> | 154 | <revision> |
155 | <revnumber>3.16</revnumber> | 155 | <revnumber>3.17</revnumber> |
156 | <date>2014-05-27</date> | 156 | <date>2014-08-04</date> |
157 | <authorinitials>lp</authorinitials> | 157 | <authorinitials>lp, hv</authorinitials> |
158 | <revremark>Extended &v4l2-pix-format;. Added format flags. | 158 | <revremark>Extended &v4l2-pix-format;. Added format flags. Added compound control types |
159 | and VIDIOC_QUERY_EXT_CTRL. | ||
159 | </revremark> | 160 | </revremark> |
160 | </revision> | 161 | </revision> |
161 | 162 | ||
@@ -538,7 +539,7 @@ and discussions on the V4L mailing list.</revremark> | |||
538 | </partinfo> | 539 | </partinfo> |
539 | 540 | ||
540 | <title>Video for Linux Two API Specification</title> | 541 | <title>Video for Linux Two API Specification</title> |
541 | <subtitle>Revision 3.14</subtitle> | 542 | <subtitle>Revision 3.17</subtitle> |
542 | 543 | ||
543 | <chapter id="common"> | 544 | <chapter id="common"> |
544 | &sub-common; | 545 | &sub-common; |