aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@kernellabs.com>2009-07-19 18:19:18 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-07-24 14:03:32 -0300
commit12a34cc8a9a49219ab643c8ec329078eec272b47 (patch)
tree94396062e8636301e5a718876d1b534d3c44bf1f /drivers/media
parentV4L/DVB (12300): bttv: fix regression: tvaudio must be loaded before tuner (diff)
downloadlinux-dev-12a34cc8a9a49219ab643c8ec329078eec272b47.tar.xz
linux-dev-12a34cc8a9a49219ab643c8ec329078eec272b47.zip
V4L/DVB (12302): cx23885-417: fix broken IOCTL handling
IOCTLS will never get handled if we dont connect video_ioctl2 to mpeg_fops.ioctl Signed-off-by: Michael Krufky <mkrufky@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/video/cx23885/cx23885-417.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/cx23885/cx23885-417.c b/drivers/media/video/cx23885/cx23885-417.c
index 428f0c45e6b7..2ea7181ae8fb 100644
--- a/drivers/media/video/cx23885/cx23885-417.c
+++ b/drivers/media/video/cx23885/cx23885-417.c
@@ -1677,6 +1677,7 @@ static struct v4l2_file_operations mpeg_fops = {
.read = mpeg_read,
.poll = mpeg_poll,
.mmap = mpeg_mmap,
+ .ioctl = video_ioctl2,
};
static const struct v4l2_ioctl_ops mpeg_ioctl_ops = {