]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[media] return -ENOTTY for unsupported ioctl's at legacy drivers
authorMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 26 Jun 2011 13:18:03 +0000 (10:18 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 7 Jul 2011 17:20:11 +0000 (14:20 -0300)
commitbc64a13d4b5661a2eca91576ccfe6ffe4eacebd3
tree132f4c826ee96e68edd8ea281bef7155093fb506
parenta6155c77b4ffd3974c49d26b118f453f8a8583b3
[media] return -ENOTTY for unsupported ioctl's at legacy drivers

Those drivers are not relying at the V4L2 core to handle the ioctl's.
So, we need to manually patch them every time a change goes to the
core.

Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Acked-By: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/et61x251/et61x251_core.c
drivers/media/video/pvrusb2/pvrusb2-v4l2.c
drivers/media/video/sn9c102/sn9c102_core.c
drivers/media/video/uvc/uvc_v4l2.c