define V4L2_CAP_SLICED_VBI_OUTPUT0x00000080 /* Is a sliced VBI output device */ define V4L2_CAP_RDS_CAPTURE0x00000100 /* RDS data capture */ define V4L2_CAP_VIDEO_OUTPUT_OVERLAY0x00000200 /* Can do video output overlay */ define V4L2_CAP_HW_FREQ_SEEK0x00000400 /* C...
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-ci...@xs4all.nl> Cc: Philipp Zabel --- drivers/...