linux/drivers/media/v4l2-core
Hans Verkuil 8c82c75c39 [media] vb2: fix wrong owner check
Check against q->fileio to see if the queue owner should be set or not.
The former check against the return value of read or write is wrong, since
read/write can return an error, even if the queue is in streaming mode.
For example, EAGAIN when in non-blocking mode.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2012-09-26 15:44:11 -03:00
..
Kconfig
Makefile
tuner-core.c
v4l2-common.c [media] v4l2-common: add CVT and GTF detection functions 2012-09-13 16:09:59 -03:00
v4l2-compat-ioctl32.c [media] v4l2-core: deprecate V4L2_BUF_TYPE_PRIVATE 2012-09-26 09:38:15 -03:00
v4l2-ctrls.c [media] v4l2: make vidioc_(un)subscribe_event const 2012-09-26 10:48:52 -03:00
v4l2-dev.c [media] v4l2-dev: reorder checks into blocks of ioctls with similar properties 2012-09-26 14:52:07 -03:00
v4l2-device.c
v4l2-event.c [media] v4l2: make vidioc_(un)subscribe_event const 2012-09-26 10:48:52 -03:00
v4l2-fh.c
v4l2-int-device.c
v4l2-ioctl.c [media] v4l2-dev: improve ioctl validity checks 2012-09-26 14:41:54 -03:00
v4l2-mem2mem.c [media] media v4l2-mem2mem: Use list_first_entry 2012-09-18 12:14:05 -03:00
v4l2-subdev.c
videobuf-core.c
videobuf-dma-contig.c
videobuf-dma-sg.c
videobuf-dvb.c
videobuf-vmalloc.c
videobuf2-core.c [media] vb2: fix wrong owner check 2012-09-26 15:44:11 -03:00
videobuf2-dma-contig.c
videobuf2-dma-sg.c
videobuf2-memops.c
videobuf2-vmalloc.c