diff options
| author | David S. Miller <davem@davemloft.net> | 2014-09-24 16:48:32 -0400 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2014-09-24 16:48:32 -0400 |
| commit | 4daaab4f0c2b55adccab08da06e17acc270cb84a (patch) | |
| tree | 41dfea3867755d3853218d50533c5600ac8fa6c0 | |
| parent | 3c4d1daecef875d28bdbe93587908c897c29ba71 (diff) | |
| parent | b94d525e58dc9638dd3f98094cb468bcfb262039 (diff) | |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
98 files changed, 667 insertions, 447 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> | ||
