diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-02-13 16:59:40 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-02-13 18:10:11 -0500 |
commit | 15d2042107f90f7ce39705716bc2c9a2ec1d5125 (patch) | |
tree | 7883a47cc8882e400eccde72f5fc6e23e5842f7c /Documentation/DocBook/media/v4l/v4l2.xml | |
parent | e31a0ba7df6ce21ac4ed58c4182ec12ca8fd78fb (diff) |
[media] Docbook: Fix documentation for media controller devnodes
The media-ctl userspace application assumes that all device nodes
are uniquelly defined via major,minor, just like v4l and fb.
That's ok for those types of devices, but, as we're adding support
for DVB at the API, what's written there at the DocBook is wrong.
So, fix it.
While here, fix the size of the reserved space inside the union,
with is 184, and not 180.
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'Documentation/DocBook/media/v4l/v4l2.xml')
-rw-r--r-- | Documentation/DocBook/media/v4l/v4l2.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/DocBook/media/v4l/v4l2.xml b/Documentation/DocBook/media/v4l/v4l2.xml index ac0f8d9d2a49..3a16ac1f67d0 100644 --- a/Documentation/DocBook/media/v4l/v4l2.xml +++ b/Documentation/DocBook/media/v4l/v4l2.xml | |||
@@ -136,6 +136,7 @@ Remote Controller chapter.</contrib> | |||
136 | <year>2012</year> | 136 | <year>2012</year> |
137 | <year>2013</year> | 137 | <year>2013</year> |
138 | <year>2014</year> | 138 | <year>2014</year> |
139 | <year>2015</year> | ||
139 | <holder>Bill Dirks, Michael H. Schimek, Hans Verkuil, Martin | 140 | <holder>Bill Dirks, Michael H. Schimek, Hans Verkuil, Martin |
140 | Rubli, Andy Walls, Muralidharan Karicheri, Mauro Carvalho Chehab, | 141 | Rubli, Andy Walls, Muralidharan Karicheri, Mauro Carvalho Chehab, |
141 | Pawel Osciak</holder> | 142 | Pawel Osciak</holder> |
@@ -152,6 +153,13 @@ structs, ioctls) must be noted in more detail in the history chapter | |||
152 | applications. --> | 153 | applications. --> |
153 | 154 | ||
154 | <revision> | 155 | <revision> |
156 | <revnumber>3.21</revnumber> | ||
157 | <date>2015-02-13</date> | ||
158 | <authorinitials>mcc</authorinitials> | ||
159 | <revremark>Fix documentation for media controller device nodes. | ||
160 | </revremark> | ||
161 | </revision> | ||
162 | <revision> | ||
155 | <revnumber>3.19</revnumber> | 163 | <revnumber>3.19</revnumber> |
156 | <date>2014-12-05</date> | 164 | <date>2014-12-05</date> |
157 | <authorinitials>hv</authorinitials> | 165 | <authorinitials>hv</authorinitials> |