Hi,

this series is fixing some stability and usability issues found with the usb
uvc-gadget. It's needed to make the device usable as an v4l2sink with gstreamer.

Thanks,
Michael

Laurent Pinchart (1):
  usb: gadget/uvc: Fix error handling in uvc_queue_buffer()

Michael Grzeschik (8):
  usb: gadget/uvc: cancel the video queue if buffers could not be enqueued
  usb: gadget/uvc: also handle v4l2 ioctl ENUM_FMT
  usb: gadget/uvc: free buffers after streamoff
  usb: gadget/uvc: Add monotonic time stamp flag
  usb: gadget/uvc: change KERN_INFO to KERN_DEBUG on request shutdown
  usb: gadget/uvc: set sizes in queue_setup to 0 when memorytype is USERPTR
  usb: gadget/uvc: fix S_FMT always assume sizeimage for MJPEG
  usb: gadget/uvc: add uvc suspend resume functions

 drivers/usb/gadget/f_uvc.c     | 17 +++++++++++++++++
 drivers/usb/gadget/uvc_queue.c |  9 +++++++--
 drivers/usb/gadget/uvc_v4l2.c  | 33 +++++++++++++++++++++++++++++++--
 drivers/usb/gadget/uvc_video.c |  5 ++++-
 4 files changed, 59 insertions(+), 5 deletions(-)

-- 
1.8.2.rc2

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to