diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2012-09-11 10:53:51 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-02-05 15:32:49 -0500 |
commit | 52dec548d4244d9ec86c58e5696e1d4ee98c7b3c (patch) | |
tree | ceec3cffb774340891a6c31c5bd8db1efc826e61 /drivers/media/usb | |
parent | e618578dd828458f35c2cd16edfa7a1dba07ce43 (diff) |
[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/usb')
-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 = { | |||
1583 | static const struct v4l2_file_operations radio_fops = { | 1583 | static const struct v4l2_file_operations radio_fops = { |
1584 | .owner = THIS_MODULE, | 1584 | .owner = THIS_MODULE, |
1585 | .open = tm6000_open, | 1585 | .open = tm6000_open, |
1586 | .poll = v4l2_ctrl_poll, | ||
1586 | .release = tm6000_release, | 1587 | .release = tm6000_release, |
1587 | .unlocked_ioctl = video_ioctl2, | 1588 | .unlocked_ioctl = video_ioctl2, |
1588 | }; | 1589 | }; |