[PATCH v2 0/2] media: uvcvideo: Automatically handle invalid uvc_versions

Ricardo Ribalda posted 2 patches 2 weeks ago
There is a newer version of this series
drivers/media/usb/uvc/uvc_driver.c | 22 +++++++++++++++----
drivers/media/usb/uvc/uvc_video.c  | 44 ++++++++++++++++++++++++++------------
drivers/media/usb/uvc/uvcvideo.h   |  1 +
3 files changed, 49 insertions(+), 18 deletions(-)
[PATCH v2 0/2] media: uvcvideo: Automatically handle invalid uvc_versions
Posted by Ricardo Ribalda 2 weeks ago
This series changes the way we handle invalid uvc_versions. Instead of
just failing it will try to continue probing.

Now that we are at it, add a quirk to fix an Avermedia device affected
by this error.

Why keep using the quirk? Because I think it is more correct to handle
them that way and the quirk system can give us an idea of what vendors
are more respectful with the spec.

Thanks!

Signed-off-by: Ricardo Ribalda <ribalda@chromium.org>
---
Changes in v2:
- Add quirk for Avermedia
- Change the way the compliance error message is printed and cache
  ctrl_size
- Link to v1: https://lore.kernel.org/r/20260907-uvc-version-v1-1-34e45dfe04de@chromium.org

---
Ricardo Ribalda (2):
      media: uvcvideo: Force UVC version for Avermedia GC515
      media: uvcvideo: Automatically handle cameras with invalid uvc_version

 drivers/media/usb/uvc/uvc_driver.c | 22 +++++++++++++++----
 drivers/media/usb/uvc/uvc_video.c  | 44 ++++++++++++++++++++++++++------------
 drivers/media/usb/uvc/uvcvideo.h   |  1 +
 3 files changed, 49 insertions(+), 18 deletions(-)
---
base-commit: 27953c044974baf7e24dee3e9342fe0103dea80c
change-id: 20260907-uvc-version-aedefc4384ce

Best regards,
-- 
Ricardo Ribalda <ribalda@chromium.org>