diff options
Diffstat (limited to 'drivers/media/video/bt8xx')
-rw-r--r-- | drivers/media/video/bt8xx/bttv-driver.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/bt8xx/bttv-driver.c b/drivers/media/video/bt8xx/bttv-driver.c index a5959538d116..939d1e512974 100644 --- a/drivers/media/video/bt8xx/bttv-driver.c +++ b/drivers/media/video/bt8xx/bttv-driver.c | |||
@@ -2652,6 +2652,8 @@ static int bttv_querycap(struct file *file, void *priv, | |||
2652 | V4L2_CAP_VBI_CAPTURE | | 2652 | V4L2_CAP_VBI_CAPTURE | |
2653 | V4L2_CAP_READWRITE | | 2653 | V4L2_CAP_READWRITE | |
2654 | V4L2_CAP_STREAMING; | 2654 | V4L2_CAP_STREAMING; |
2655 | if (btv->has_saa6588) | ||
2656 | cap->capabilities |= V4L2_CAP_RDS_CAPTURE; | ||
2655 | if (no_overlay <= 0) | 2657 | if (no_overlay <= 0) |
2656 | cap->capabilities |= V4L2_CAP_VIDEO_OVERLAY; | 2658 | cap->capabilities |= V4L2_CAP_VIDEO_OVERLAY; |
2657 | 2659 | ||