[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)
commit5f9c82c021cca74ad9a2dd48353c01bad567815e
treebbfe0ae200d92e334c69f04a5cf04ea8ccb624d6
parentc5c46f26591e2c77fa9b78fac202db90428762b0
[media] ivtv: disable a bunch of ioctls that are invalid for the decoder VBI

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>
drivers/media/pci/ivtv/ivtv-streams.c