aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2014-07-17 09:47:56 -0400
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-07-17 10:58:15 -0400
commit028e2b4fb69f03a294a69b27c99f05002b8ac021 (patch)
treedbec9dde5f02ac750d0897cb83909d20895bddac /Documentation/DocBook
parent0ee58f84871997e85c99dfc6357b0671a5a6b706 (diff)
[media] DocBook improvement for U8 and U16 control types
Removed the "This type is only used-in array controls." sentence in DocBook which was thought to only confuse. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r--Documentation/DocBook/media/v4l/vidioc-queryctrl.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/DocBook/media/v4l/vidioc-queryctrl.xml b/Documentation/DocBook/media/v4l/vidioc-queryctrl.xml
index d9a3f23371e2..62163d932cb7 100644
--- a/Documentation/DocBook/media/v4l/vidioc-queryctrl.xml
+++ b/Documentation/DocBook/media/v4l/vidioc-queryctrl.xml
@@ -518,8 +518,8 @@ Older drivers which do not support this feature return an
518 <entry>any</entry> 518 <entry>any</entry>
519 <entry>An unsigned 8-bit valued control ranging from minimum to 519 <entry>An unsigned 8-bit valued control ranging from minimum to
520maximum inclusive. The step value indicates the increment between 520maximum inclusive. The step value indicates the increment between
521values which are actually different on the hardware. This type is only used 521values which are actually different on the hardware.
522in array controls.</entry> 522</entry>
523 </row> 523 </row>
524 <row> 524 <row>
525 <entry><constant>V4L2_CTRL_TYPE_U16</constant></entry> 525 <entry><constant>V4L2_CTRL_TYPE_U16</constant></entry>
@@ -528,8 +528,8 @@ in array controls.</entry>
528 <entry>any</entry> 528 <entry>any</entry>
529 <entry>An unsigned 16-bit valued control ranging from minimum to 529 <entry>An unsigned 16-bit valued control ranging from minimum to
530maximum inclusive. The step value indicates the increment between 530maximum inclusive. The step value indicates the increment between
531values which are actually different on the hardware. This type is only used 531values which are actually different on the hardware.
532in array controls.</entry> 532</entry>
533 </row> 533 </row>
534 </tbody> 534 </tbody>
535 </tgroup> 535 </tgroup>