original_kernel/drivers/media/usb/uvc
Hans Verkuil 9c0863b1cc [media] vb2: call buf_finish from __queue_cancel
If a queue was canceled, then the buf_finish op was never called for the
pending buffers. So add this call to queue_cancel. Before calling buf_finish
set the buffer state to PREPARED, which is the correct state. That way the
states DONE and ERROR will only be seen in buf_finish if streaming is in
progress.

Since buf_finish can now be called from non-streaming state we need to
adapt the handful of drivers that actually need to know this.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
2014-03-11 06:56:39 -03:00
..
Kconfig
Makefile
uvc_ctrl.c
uvc_debugfs.c
uvc_driver.c [media] uvcvideo: Add bayer 8-bit patterns to uvcvideo 2014-03-05 16:58:21 -03:00
uvc_entity.c
uvc_isight.c
uvc_queue.c [media] vb2: call buf_finish from __queue_cancel 2014-03-11 06:56:39 -03:00
uvc_status.c
uvc_v4l2.c [media] uvcvideo: Enable VIDIOC_CREATE_BUFS 2014-02-28 13:24:32 -03:00
uvc_video.c [media] uvcvideo: Do not use usb_set_interface on bulk EP 2014-03-05 16:57:46 -03:00
uvcvideo.h [media] uvcvideo: Add bayer 8-bit patterns to uvcvideo 2014-03-05 16:58:21 -03:00