diff options
Diffstat (limited to 'linux/drivers/media/video/cx88')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-video.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-video.c b/linux/drivers/media/video/cx88/cx88-video.c index a1e40f6f3..1ca1f94c0 100644 --- a/linux/drivers/media/video/cx88/cx88-video.c +++ b/linux/drivers/media/video/cx88/cx88-video.c @@ -1,5 +1,5 @@ /* - * $Id: cx88-video.c,v 1.60 2005/06/08 01:28:09 mchehab Exp $ + * $Id: cx88-video.c,v 1.61 2005/06/09 11:44:24 mchehab Exp $ * * device driver for Conexant 2388x based TV cards * video4linux video interface @@ -1357,6 +1357,7 @@ static int video_do_ioctl(struct inode *inode, struct file *file, V4L2_CAP_READWRITE | V4L2_CAP_STREAMING | V4L2_CAP_VBI_CAPTURE | + V4L2_TUNER_CAP_LOW | #if 0 V4L2_CAP_VIDEO_OVERLAY | #endif |