ソースを参照

[media] saa7164: Remove V4L2_CAP_STREAMING capability flag

Remove V4L2_CAP_STREAMING capability flag, we don't support
the ioctls. It breaks VLC otherwise.

Signed-off-by: Steven Toth <stoth@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Steven Toth 14 年 前
コミット
18024ee2df

+ 0 - 1
drivers/media/video/saa7164/saa7164-encoder.c

@@ -708,7 +708,6 @@ static int vidioc_querycap(struct file *file, void  *priv,
 	cap->capabilities =
 		V4L2_CAP_VIDEO_CAPTURE |
 		V4L2_CAP_READWRITE     |
-		V4L2_CAP_STREAMING     |
 		0;
 
 	cap->capabilities |= V4L2_CAP_TUNER;

+ 0 - 1
drivers/media/video/saa7164/saa7164-vbi.c

@@ -649,7 +649,6 @@ static int vidioc_querycap(struct file *file, void  *priv,
 	cap->capabilities =
 		V4L2_CAP_VBI_CAPTURE |
 		V4L2_CAP_READWRITE     |
-		V4L2_CAP_STREAMING     |
 		0;
 
 	cap->capabilities |= V4L2_CAP_TUNER;