On Thu, Apr 2, 2009 at 9:31 AM, Steven Toth <[email protected]> wrote:
> Most of the ioctls I tested were against the preview device, although some
> do work on the encoder device itself (bitrate etc).
Changing the bitrate doesn't work anymore either. The video_ioctl2
hook got dropped from the cx23885-417 driver when v4l2_file_operations
was introduced in changeset d615e9cdfbdd. Is there a reason this was
dropped?
Thanks,
Joe Yasi
diff -r 4c7466ea8d64 linux/drivers/media/video/cx23885/cx23885-417.c
--- a/linux/drivers/media/video/cx23885/cx23885-417.c Wed Apr 01
07:36:31 2009 -0300
+++ b/linux/drivers/media/video/cx23885/cx23885-417.c Sat Apr 04
16:33:29 2009 -0500
@@ -1683,6 +1683,7 @@
.read = mpeg_read,
.poll = mpeg_poll,
.mmap = mpeg_mmap,
+ .ioctl = video_ioctl2,
};
static const struct v4l2_ioctl_ops mpeg_ioctl_ops = {
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html