]> git.baikalelectronics.ru Git - kernel.git/commit
media: videodev2.h: drop V4L2_CAP_ASYNCIO
authorHans Verkuil <hverkuil-cisco@xs4all.nl>
Thu, 18 Aug 2022 07:51:40 +0000 (09:51 +0200)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Tue, 30 Aug 2022 05:34:24 +0000 (07:34 +0200)
commit5ea91457a1f27828f47f4b042196c7c358503517
tree0da530d0ff054f2e08fa018a3f730fad58fda381
parentdffa3d1bf851a5dd330dbe7013e20f408d776dfd
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>
Documentation/userspace-api/media/v4l/async.rst [deleted file]
Documentation/userspace-api/media/v4l/dev-raw-vbi.rst
Documentation/userspace-api/media/v4l/dev-sdr.rst
Documentation/userspace-api/media/v4l/dev-sliced-vbi.rst
Documentation/userspace-api/media/v4l/hist-v4l2.rst
Documentation/userspace-api/media/v4l/io.rst
Documentation/userspace-api/media/v4l/vidioc-querycap.rst
include/uapi/linux/videodev2.h