Commit 18024ee2 authored by Steven Toth's avatar Steven Toth Committed by Mauro Carvalho Chehab
Browse files

[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: default avatarSteven Toth <stoth@kernellabs.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 106d7e37
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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;