diff mbox series

media: vidioc-g-ext-ctrls.rst: document V4L2_CTRL_CLASS_DETECT

Message ID 120ae30c-483a-e624-ff3b-45a765968981@xs4all.nl (mailing list archive)
State New, archived
Headers show
Series media: vidioc-g-ext-ctrls.rst: document V4L2_CTRL_CLASS_DETECT | expand

Commit Message

Hans Verkuil Nov. 25, 2020, 10:40 a.m. UTC
V4L2_CTRL_CLASS_DETECT was never documented here, add it.

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
---

Comments

Hans Verkuil Nov. 25, 2020, 10:45 a.m. UTC | #1
Ezequiel,

Can you add this to your H264 series for v5 and ensure that the
V4L2_CTRL_CLASS_CODEC_STATELESS control class is documented here
as well?

It makes sense if you just pick up this patch yourself to avoid
merge conflicts.

Regards,

	Hans

On 25/11/2020 11:40, Hans Verkuil wrote:
> V4L2_CTRL_CLASS_DETECT was never documented here, add it.
> 
> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
> ---
> diff --git a/Documentation/userspace-api/media/v4l/vidioc-g-ext-ctrls.rst b/Documentation/userspace-api/media/v4l/vidioc-g-ext-ctrls.rst
> index c7aba1b66b6d..8b2029d1390b 100644
> --- a/Documentation/userspace-api/media/v4l/vidioc-g-ext-ctrls.rst
> +++ b/Documentation/userspace-api/media/v4l/vidioc-g-ext-ctrls.rst
> @@ -358,6 +358,10 @@ still cause this situation.
>        - 0xa20000
>        - The class containing RF tuner controls. These controls are
>  	described in :ref:`rf-tuner-controls`.
> +    * - ``V4L2_CTRL_CLASS_DETECT``
> +      - 0xa30000
> +      - The class containing motion or object detection controls. These controls
> +        are described in :ref:`detect-controls`.
> 
>  Return Value
>  ============
>
diff mbox series

Patch

diff --git a/Documentation/userspace-api/media/v4l/vidioc-g-ext-ctrls.rst b/Documentation/userspace-api/media/v4l/vidioc-g-ext-ctrls.rst
index c7aba1b66b6d..8b2029d1390b 100644
--- a/Documentation/userspace-api/media/v4l/vidioc-g-ext-ctrls.rst
+++ b/Documentation/userspace-api/media/v4l/vidioc-g-ext-ctrls.rst
@@ -358,6 +358,10 @@  still cause this situation.
       - 0xa20000
       - The class containing RF tuner controls. These controls are
 	described in :ref:`rf-tuner-controls`.
+    * - ``V4L2_CTRL_CLASS_DETECT``
+      - 0xa30000
+      - The class containing motion or object detection controls. These controls
+        are described in :ref:`detect-controls`.

 Return Value
 ============