X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;ds=sidebyside;f=Documentation%2Fmedia%2Fuapi%2Fv4l%2Fvidioc-g-fmt.rst;h=d082f9a215481eac326297cb50b8d8e5924fd717;hb=c9dc281d91aed57251e94c7cca81a5c8777e3e4a;hp=b853e48312e2bcaf41a4b182af3b28a96b69cb07;hpb=8b2ada27dc1045e8191673bf769a1136ce8a0127;p=karo-tx-linux.git diff --git a/Documentation/media/uapi/v4l/vidioc-g-fmt.rst b/Documentation/media/uapi/v4l/vidioc-g-fmt.rst index b853e48312e2..d082f9a21548 100644 --- a/Documentation/media/uapi/v4l/vidioc-g-fmt.rst +++ b/Documentation/media/uapi/v4l/vidioc-g-fmt.rst @@ -147,3 +147,9 @@ appropriately. The generic error codes are described at the EINVAL The struct :c:type:`v4l2_format` ``type`` field is invalid or the requested buffer type not supported. + +EBUSY + The device is busy and cannot change the format. This could be + because or the device is streaming or buffers are allocated or + queued to the driver. Relevant for :ref:`VIDIOC_S_FMT + ` only.