mbox series

[GIT,PULL,FOR,v5.17] uvcvideo fixes

Message ID YabvtBPLnjO5SFgn@pendragon.ideasonboard.com
State New
Headers show
Series [GIT,PULL,FOR,v5.17] uvcvideo fixes | expand

Pull-request

git://linuxtv.org/pinchartl/media.git tags/uvc-next-20211201

Message

Laurent Pinchart Dec. 1, 2021, 3:44 a.m. UTC
Hi Mauro,

The following changes since commit 1f1517fafda598839a02e39968c5063ddcfa51fc:

  media: cx18: drop an unused macro (2021-11-22 08:32:02 +0000)

are available in the Git repository at:

  git://linuxtv.org/pinchartl/media.git tags/uvc-next-20211201

for you to fetch changes up to 4d5d51427c5983d73a3e424bf4c6e49fbbe7db80:

  media: uvcvideo: Avoid returning invalid controls (2021-12-01 05:37:41 +0200)

----------------------------------------------------------------
- uvcvideo fixes

----------------------------------------------------------------
Colin Ian King (1):
      media: uvcvideo: Fix memory leak of object map on error exit path

James Hilliard (1):
      media: uvcvideo: Increase UVC_CTRL_CONTROL_TIMEOUT to 5 seconds.

Johan Hovold (1):
      media: uvcvideo: fix division by zero at stream start

Ricardo Ribalda (2):
      media: uvcvideo: Set the colorspace as sRGB if undefined
      media: uvcvideo: Avoid returning invalid controls

 drivers/media/usb/uvc/uvc_ctrl.c   | 2 +-
 drivers/media/usb/uvc/uvc_driver.c | 6 ++++--
 drivers/media/usb/uvc/uvc_v4l2.c   | 6 ++++--
 drivers/media/usb/uvc/uvc_video.c  | 4 ++++
 drivers/media/usb/uvc/uvcvideo.h   | 2 +-
 5 files changed, 14 insertions(+), 6 deletions(-)