Hello, This patch set implements UVC 1.5 ROI using v4l2_selection API. V3: - reimplemented ROI. We dont' use split controls anymore. - Ricardo's feedback Sergey Senozhatsky (6): media: v4l UAPI: add ROI selection targets media: v4l UAPI: document ROI selection targets media: v4l UAPI: add ROI auto-controls flags media: v4l UAPI: document ROI auto-controls flags media: uvcvideo: add UVC 1.5 ROI control MAINTAINERS: update Senozhatsky email address .../media/v4l/selection-api-configuration.rst | 22 +++ .../media/v4l/selection-api-examples.rst | 28 ++++ .../media/v4l/v4l2-selection-flags.rst | 40 +++++ .../media/v4l/v4l2-selection-targets.rst | 24 +++ MAINTAINERS | 8 +- drivers/media/usb/uvc/uvc_v4l2.c | 147 +++++++++++++++++- include/uapi/linux/usb/video.h | 1 + include/uapi/linux/v4l2-common.h | 18 +++ 8 files changed, 281 insertions(+), 7 deletions(-) -- 2.31.0.rc2.261.g7f71774620-goog