]> asedeno.scripts.mit.edu Git - linux.git/commit
media: omap_vout: set device_caps in struct video_device
authorHans Verkuil <hverkuil-cisco@xs4all.nl>
Wed, 26 Jun 2019 07:16:54 +0000 (03:16 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Mon, 22 Jul 2019 19:09:49 +0000 (15:09 -0400)
commitc7711aba06696c48343cb4616813f6de295a5573
treed50ddb834e25bd81c9456b03b1c0fc2f8b985b8d
parent4038b214b88e6962406bcc32e1056f3fb6eb11d7
media: omap_vout: set device_caps in struct video_device

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 <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/platform/omap/omap_vout.c