[media] ivtv: disable a bunch of ioctls that are invalid for the decoder VBI
authorHans Verkuil <hans.verkuil@cisco.com>
Wed, 5 Sep 2012 15:28:06 +0000 (12:28 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 1 Oct 2012 20:23:24 +0000 (17:23 -0300)
The VBI capture for the decoder (/dev/vbi8) is special in that it captures
the VBI stream embedded in an MPEG stream that is being decoded.
A lot of the ioctls that would normally be valid have to be disabled since
they make no sense for such a device, and v4l2-compliance will complain
about that.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

No differences found