summaryrefslogtreecommitdiffstats
path: root/Documentation/userspace-api/media/v4l/dev-raw-vbi.rst
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil-cisco@xs4all.nl>2022-08-18 09:51:40 +0200
committerMauro Carvalho Chehab <mchehab@kernel.org>2022-08-30 07:34:24 +0200
commit17611d3fb4a11ec500c49cb952faf09e114a5a10 (patch)
tree0da530d0ff054f2e08fa018a3f730fad58fda381 /Documentation/userspace-api/media/v4l/dev-raw-vbi.rst
parentmedia: rockchip: rga: Fix probe rga_parse_dt bugs (diff)
downloadlinux-17611d3fb4a11ec500c49cb952faf09e114a5a10.tar.xz
linux-17611d3fb4a11ec500c49cb952faf09e114a5a10.zip
media: videodev2.h: drop V4L2_CAP_ASYNCIO
The V4L2_CAP_ASYNCIO capability was never implemented (and in fact it isn't clear what it was supposed to do in the first place). Drop it from the capabilities list. Keep it in videodev2.h with the other defines under ifndef __KERNEL__ for backwards compatibility. This will free up a capability bit for other future uses. And having an unused and undefined I/O method is just plain confusing. Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'Documentation/userspace-api/media/v4l/dev-raw-vbi.rst')
-rw-r--r--Documentation/userspace-api/media/v4l/dev-raw-vbi.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/userspace-api/media/v4l/dev-raw-vbi.rst b/Documentation/userspace-api/media/v4l/dev-raw-vbi.rst
index 58f97c3a7792..2bec20d87928 100644
--- a/Documentation/userspace-api/media/v4l/dev-raw-vbi.rst
+++ b/Documentation/userspace-api/media/v4l/dev-raw-vbi.rst
@@ -41,7 +41,7 @@ Devices supporting the raw VBI capturing or output API set the
in the ``capabilities`` field of struct
:c:type:`v4l2_capability` returned by the
:ref:`VIDIOC_QUERYCAP` ioctl. At least one of the
-read/write, streaming or asynchronous I/O methods must be supported. VBI
+read/write or streaming I/O methods must be supported. VBI
devices may or may not have a tuner or modulator.
Supplemental Functions