From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Hans Verkuil <hans@jjverkuil.nl>,
Mauro Carvalho Chehab <mchehab@kernel.org>
Cc: linux-media@vger.kernel.org,
Michal Pecio <michal.pecio@gmail.com>,
Ricardo Ribalda <ribalda@chromium.org>,
Hans de Goede <hansg@kernel.org>
Subject: [GIT PULL FOR v6.20] uvcvideo driver fixes
Date: Thu, 22 Jan 2026 05:24:59 +0200 [thread overview]
Message-ID: <20260122032459.GA215800@killaraus> (raw)
Hi Hans, Mauro,
Sorry for the late pull request, this should be my last one for v6.20.
The following changes since commit e3b5b77e36894b4d61374ecb916355809c6e4aa4:
media: rkvdec: Add HEVC support for the VDPU383 variant (2026-01-21 14:43:10 +0100)
are available in the Git repository at:
https://gitlab.freedesktop.org/linux-media/users/uvc.git tags/next-media-uvc-20260121
for you to fetch changes up to 81611a213bdf88d654835acf42d6c541ac35a8f2:
media: uvcvideo: Pass allocation size directly to uvc_alloc_urb_buffer (2026-01-22 04:08:38 +0200)
----------------------------------------------------------------
uvcvideo driver fixes:
- Fix support for devices with unit and terminal ID collisions
- Return queued buffers on stream start failure
- Fix URB allocation for small buffers
----------------------------------------------------------------
Michal Pecio (1):
media: uvcvideo: Return queued buffers on start_streaming() failure
Ricardo Ribalda (3):
media: uvcvideo: Create an ID namespace for streaming output terminals
media: uvcvideo: Fix allocation for small frame sizes
media: uvcvideo: Pass allocation size directly to uvc_alloc_urb_buffer
drivers/media/usb/uvc/uvc_driver.c | 54 +++++++++++++++++++++++---------------
drivers/media/usb/uvc/uvc_queue.c | 12 +++++----
drivers/media/usb/uvc/uvc_video.c | 15 ++++++-----
drivers/media/usb/uvc/uvcvideo.h | 3 ++-
4 files changed, 51 insertions(+), 33 deletions(-)
--
Regards,
Laurent Pinchart
reply other threads:[~2026-01-22 3:25 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260122032459.GA215800@killaraus \
--to=laurent.pinchart@ideasonboard.com \
--cc=hans@jjverkuil.nl \
--cc=hansg@kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@kernel.org \
--cc=michal.pecio@gmail.com \
--cc=ribalda@chromium.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.