Re: [PATCH] media/pci: set device_caps in struct video_device

2019-06-11 Thread Federico Vaga
On Tuesday, June 11, 2019 2:08:23 PM CEST Hans Verkuil (hansverk) 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 are. > > But this only r

[PATCH] media/pci: set device_caps in struct video_device

2019-06-11 Thread Hans Verkuil (hansverk)
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. But this only really works if all drivers use this, so convert all pci drivers in this patch. Signed-