diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-06-09 11:44:24 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-06-09 11:44:24 +0000 |
commit | f6df2aef7add3bcfd7f67da4179d09fad6e67ce2 (patch) | |
tree | 082849341ff335d477589ddb0f1dd63d35a3a128 /linux/drivers/media/video/cx88/cx88-video.c | |
parent | 428d1aaa0f65caf859776986cb58fecbe45cf46e (diff) | |
download | mediapointer-dvb-s2-f6df2aef7add3bcfd7f67da4179d09fad6e67ce2.tar.gz mediapointer-dvb-s2-f6df2aef7add3bcfd7f67da4179d09fad6e67ce2.tar.bz2 |
tuner_core.c, cx88-video.c:
- Add initial support for V4L2_TUNER_CAP_LOW. Still to be improved.
- set_type call at set_addr fixed.
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88-video.c')
-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 |