diff options
author | Michael Krufky <mkrufky@kernellabs.com> | 2009-07-19 18:19:18 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-07-24 14:03:32 -0300 |
commit | 12a34cc8a9a49219ab643c8ec329078eec272b47 (patch) | |
tree | 94396062e8636301e5a718876d1b534d3c44bf1f /drivers/media | |
parent | 2c90577841a76f1935ff3437ffb552b41f5c28fa (diff) | |
download | linux-stable-12a34cc8a9a49219ab643c8ec329078eec272b47.tar.gz linux-stable-12a34cc8a9a49219ab643c8ec329078eec272b47.tar.bz2 linux-stable-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.c | 1 |
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 = { |