Re: [PATCHv2 0/3] Add UVC 1.5 Region Of Interest control to uvcvideo

2021-03-15 Thread Sergey Senozhatsky
On (21/02/08 14:17), Sergey Senozhatsky wrote:
>   Hello,
> 
>   RFC

Hi Laurent,

Gentle ping.

-ss


[PATCHv2 0/3] Add UVC 1.5 Region Of Interest control to uvcvideo

2021-02-07 Thread Sergey Senozhatsky
Hello,

RFC

This patch set adds UVC 1.5 Region of Interest support.

v1->v2:
- Address Laurent's comments

Sergey Senozhatsky (3):
  media: v4l UAPI docs: document ROI selection targets
  media: uvcvideo: add ROI auto controls
  media: uvcvideo: add UVC 1.5 ROI control

 .../media/v4l/ext-ctrls-camera.rst|  25 +++
 .../media/v4l/selection-api-configuration.rst |  23 +++
 .../media/v4l/v4l2-selection-targets.rst  |  21 +++
 drivers/media/usb/uvc/uvc_ctrl.c  |  19 +++
 drivers/media/usb/uvc/uvc_v4l2.c  | 143 +-
 include/uapi/linux/usb/video.h|   1 +
 include/uapi/linux/v4l2-common.h  |   8 +
 include/uapi/linux/v4l2-controls.h|   9 ++
 8 files changed, 246 insertions(+), 3 deletions(-)

-- 
2.30.0