diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2012-09-11 16:53:51 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-02-05 21:32:49 +0100 |
commit | 52dec548d4244d9ec86c58e5696e1d4ee98c7b3c (patch) | |
tree | ceec3cffb774340891a6c31c5bd8db1efc826e61 /drivers/media | |
parent | [media] tm6000: set colorspace field (diff) | |
download | linux-52dec548d4244d9ec86c58e5696e1d4ee98c7b3c.tar.xz linux-52dec548d4244d9ec86c58e5696e1d4ee98c7b3c.zip |
[media] tm6000: add poll op for radio device node
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/usb/tm6000/tm6000-video.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/usb/tm6000/tm6000-video.c b/drivers/media/usb/tm6000/tm6000-video.c index ac2588535f48..f41dbb187caf 100644 --- a/drivers/media/usb/tm6000/tm6000-video.c +++ b/drivers/media/usb/tm6000/tm6000-video.c @@ -1583,6 +1583,7 @@ static struct video_device tm6000_template = { static const struct v4l2_file_operations radio_fops = { .owner = THIS_MODULE, .open = tm6000_open, + .poll = v4l2_ctrl_poll, .release = tm6000_release, .unlocked_ioctl = video_ioctl2, }; |