]> www.infradead.org Git - users/jedix/linux-maple.git/commit
media: v4l2: Remove vidioc_queryctrl callback
authorRicardo Ribalda <ribalda@chromium.org>
Sun, 23 Feb 2025 18:58:10 +0000 (18:58 +0000)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 5 Mar 2025 09:43:25 +0000 (10:43 +0100)
commit0f6b05e069a7901f30ab0812beb8ee748a93a2a5
treec6a8c4f3f5a6b5fcd4b2b9d393cf83251106974b
parentd8d867ccc4642275813d2010543b8f345f67ea78
media: v4l2: Remove vidioc_queryctrl callback

All the drivers either use the control framework or provide a
vidioc_query_ext_ctrl. We can remove this callback to reduce the
temptation of new drivers to implement it.

Signed-off-by: Ricardo Ribalda <ribalda@chromium.org>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/v4l2-core/v4l2-dev.c
drivers/media/v4l2-core/v4l2-ioctl.c
include/media/v4l2-ioctl.h