Re: [PATCH 16/16] omap3isp: set device_caps in struct video_device

2019-06-26 Thread Laurent Pinchart
Hi Hans, Thank you for the patch. On Wed, Jun 26, 2019 at 09:44:21AM +0200, Hans Verkuil wrote: > Instead of filling in the struct v4l2_capability device_caps > field, fill in the struct video_device device_caps field. > > That way the V4L2 core knows what the capabilities of the > video device

[PATCH 16/16] omap3isp: set device_caps in struct video_device

2019-06-26 Thread Hans Verkuil
Instead of filling in the struct v4l2_capability device_caps field, fill in the struct video_device device_caps field. That way the V4L2 core knows what the capabilities of the video device are. Signed-off-by: Hans Verkuil Cc: Laurent Pinchart --- drivers/media/platform/omap3isp/ispvideo.c | 1