diff options
author | Sakari Ailus <sakari.ailus@iki.fi> | 2011-12-12 16:17:25 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-04-10 16:11:27 -0400 |
commit | 955f645aea04f3130d39c7889e2c5bd7f6d638a3 (patch) | |
tree | a1f722a529b28c43293af376466718c78fec90fb /Documentation/DocBook/media/v4l/v4l2.xml | |
parent | 59ef29cc86afb3a22b2ba96a1c276d332639fc30 (diff) |
[media] v4l: Add subdev selections documentation
Add documentation for V4L2 subdev selection API. This changes also
experimental V4L2 subdev API so that scaling now works through selection API
only.
Signed-off-by: Sakari Ailus <sakari.ailus@iki.fi>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'Documentation/DocBook/media/v4l/v4l2.xml')
-rw-r--r-- | Documentation/DocBook/media/v4l/v4l2.xml | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/Documentation/DocBook/media/v4l/v4l2.xml b/Documentation/DocBook/media/v4l/v4l2.xml index 864ba5d6873d..fbf808d242f7 100644 --- a/Documentation/DocBook/media/v4l/v4l2.xml +++ b/Documentation/DocBook/media/v4l/v4l2.xml | |||
@@ -96,6 +96,17 @@ Remote Controller chapter.</contrib> | |||
96 | </address> | 96 | </address> |
97 | </affiliation> | 97 | </affiliation> |
98 | </author> | 98 | </author> |
99 | |||
100 | <author> | ||
101 | <firstname>Sakari</firstname> | ||
102 | <surname>Ailus</surname> | ||
103 | <contrib>Subdev selections API.</contrib> | ||
104 | <affiliation> | ||
105 | <address> | ||
106 | <email>sakari.ailus@iki.fi</email> | ||
107 | </address> | ||
108 | </affiliation> | ||
109 | </author> | ||
99 | </authorgroup> | 110 | </authorgroup> |
100 | 111 | ||
101 | <copyright> | 112 | <copyright> |
@@ -131,7 +142,8 @@ applications. --> | |||
131 | <revnumber>3.5</revnumber> | 142 | <revnumber>3.5</revnumber> |
132 | <date>2012-04-02</date> | 143 | <date>2012-04-02</date> |
133 | <authorinitials>sa</authorinitials> | 144 | <authorinitials>sa</authorinitials> |
134 | <revremark>Added V4L2_CTRL_TYPE_INTEGER_MENU. | 145 | <revremark>Added V4L2_CTRL_TYPE_INTEGER_MENU and V4L2 subdev |
146 | selections API. | ||
135 | </revremark> | 147 | </revremark> |
136 | </revision> | 148 | </revision> |
137 | 149 | ||
@@ -548,6 +560,7 @@ and discussions on the V4L mailing list.</revremark> | |||
548 | &sub-subdev-g-crop; | 560 | &sub-subdev-g-crop; |
549 | &sub-subdev-g-fmt; | 561 | &sub-subdev-g-fmt; |
550 | &sub-subdev-g-frame-interval; | 562 | &sub-subdev-g-frame-interval; |
563 | &sub-subdev-g-selection; | ||
551 | &sub-subscribe-event; | 564 | &sub-subscribe-event; |
552 | <!-- End of ioctls. --> | 565 | <!-- End of ioctls. --> |
553 | &sub-mmap; | 566 | &sub-mmap; |