Re: [PATCH v4 4/9] media: uvcvideo: Entity defined get_info and get_cur

2020-12-20 Thread Laurent Pinchart
Hi Ricardo, Thank you for the patch. Maybe s/Entity defined/Allow entity-defined/ in the subject line ? On Tue, Dec 15, 2020 at 04:44:34PM +0100, Ricardo Ribalda wrote: > Allows controls to get their properties and current value > from an entity-defined function instead of via a query to the

[PATCH v4 4/9] media: uvcvideo: Entity defined get_info and get_cur

2020-12-15 Thread Ricardo Ribalda
Allows controls to get their properties and current value from an entity-defined function instead of via a query to the USB device. Signed-off-by: Ricardo Ribalda --- drivers/media/usb/uvc/uvc_ctrl.c | 22 ++ drivers/media/usb/uvc/uvcvideo.h | 5 + 2 files changed, 23