* [GIT PULL for 7.2] uvcvideo changes
@ 2026-05-11 12:21 Hans de Goede
2026-05-11 15:30 ` Hans de Goede
0 siblings, 1 reply; 2+ messages in thread
From: Hans de Goede @ 2026-05-11 12:21 UTC (permalink / raw)
To: Hans Verkuil, Mauro Carvalho Chehab
Cc: Laurent Pinchart, Ricardo Ribalda, Linux Media Mailing List
Hi Hans, Mauro,
The following changes since commit bc1ba628e37c93cf2abeb2c79716f49087f8a024:
media: v4l2-subdev: Allow accessing routes with STREAMS client capability (2026-05-07 13:23:50 +0300)
are available in the Git repository at:
https://gitlab.freedesktop.org/linux-media/users/uvc.git tags/next-media-uvc-20260511
for you to fetch changes up to 0f20f81dfe4f0358eccd584ad21f967a4f9a5083:
media: uvcvideo: Introduce allow_privacy_override module parameter (2026-05-11 10:58:24 +0200)
----------------------------------------------------------------
Improvements to the uvcvideo driver:
- Fix frame-sequence-numbers / SOF detection in some corner cases
- Add support for Logitech custom focus, tilt and pan controls without
needing to use userspace control mapping (without uvcdynctrl)
- Disallow userspace to override the privacy LED on Logitech cameras
----------------------------------------------------------------
Ricardo Ribalda (5):
media: uvcvideo: Fix sequence number when no EOF
media: uvcvideo: Fix buffer sequence in frame gaps
media: uvcvideo: Import standard controls from uvcdynctrl
media: uvcvideo: Announce deprecation intentions for UVCIOC_CTRL_MAP
media: uvcvideo: Introduce allow_privacy_override module parameter
.../userspace-api/media/drivers/uvcvideo.rst | 2 +
drivers/media/usb/uvc/uvc_ctrl.c | 212 +++++++++++++++++++++
drivers/media/usb/uvc/uvc_driver.c | 4 +
drivers/media/usb/uvc/uvc_v4l2.c | 11 ++
drivers/media/usb/uvc/uvc_video.c | 109 ++++++-----
drivers/media/usb/uvc/uvcvideo.h | 2 +
include/linux/usb/uvc.h | 10 +
7 files changed, 301 insertions(+), 49 deletions(-)
Regards,
Hans
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL for 7.2] uvcvideo changes
2026-05-11 12:21 [GIT PULL for 7.2] uvcvideo changes Hans de Goede
@ 2026-05-11 15:30 ` Hans de Goede
0 siblings, 0 replies; 2+ messages in thread
From: Hans de Goede @ 2026-05-11 15:30 UTC (permalink / raw)
To: Hans Verkuil, Mauro Carvalho Chehab
Cc: Laurent Pinchart, Ricardo Ribalda, Linux Media Mailing List
Hi,
On 11-May-26 14:21, Hans de Goede wrote:
> Hi Hans, Mauro,
>
> The following changes since commit bc1ba628e37c93cf2abeb2c79716f49087f8a024:
>
> media: v4l2-subdev: Allow accessing routes with STREAMS client capability (2026-05-07 13:23:50 +0300)
>
> are available in the Git repository at:
>
> https://gitlab.freedesktop.org/linux-media/users/uvc.git tags/next-media-uvc-20260511
>
> for you to fetch changes up to 0f20f81dfe4f0358eccd584ad21f967a4f9a5083:
>
> media: uvcvideo: Introduce allow_privacy_override module parameter (2026-05-11 10:58:24 +0200)
>
> ----------------------------------------------------------------
> Improvements to the uvcvideo driver:
>
> - Fix frame-sequence-numbers / SOF detection in some corner cases
> - Add support for Logitech custom focus, tilt and pan controls without
> needing to use userspace control mapping (without uvcdynctrl)
> - Disallow userspace to override the privacy LED on Logitech cameras
Note I got a CI failure messages for this due to a single checkpatch
warning about a single commit message line with some example python
code in the commit message being too long.
From my pov this is still ready for merging.
Regards,
Hans
>
> ----------------------------------------------------------------
> Ricardo Ribalda (5):
> media: uvcvideo: Fix sequence number when no EOF
> media: uvcvideo: Fix buffer sequence in frame gaps
> media: uvcvideo: Import standard controls from uvcdynctrl
> media: uvcvideo: Announce deprecation intentions for UVCIOC_CTRL_MAP
> media: uvcvideo: Introduce allow_privacy_override module parameter
>
> .../userspace-api/media/drivers/uvcvideo.rst | 2 +
> drivers/media/usb/uvc/uvc_ctrl.c | 212 +++++++++++++++++++++
> drivers/media/usb/uvc/uvc_driver.c | 4 +
> drivers/media/usb/uvc/uvc_v4l2.c | 11 ++
> drivers/media/usb/uvc/uvc_video.c | 109 ++++++-----
> drivers/media/usb/uvc/uvcvideo.h | 2 +
> include/linux/usb/uvc.h | 10 +
> 7 files changed, 301 insertions(+), 49 deletions(-)
>
> Regards,
>
> Hans
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-05-11 15:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-11 12:21 [GIT PULL for 7.2] uvcvideo changes Hans de Goede
2026-05-11 15:30 ` Hans de Goede
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox