]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
USB: add QUIRK_NO_BOS for video capture several devices
authorA1RM4X <dev@a1rm4x.com>
Wed, 4 Feb 2026 19:26:48 +0000 (14:26 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Feb 2026 19:08:06 +0000 (20:08 +0100)
commit93cd0d664661f58f7e7bed7373714ab2ace41734
treec207f82dd302fc235ffe4e6a8fa3510d045fc6c9
parent6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f
USB: add QUIRK_NO_BOS for video capture several devices

Several USB capture devices also need the USB_QUIRK_NO_BOS set for them
to work properly, odds are they are all the same chip inside, just
different vendor/product ids.

This fixes up:
  - ASUS TUF 4K PRO
  - Avermedia Live Gamer Ultra 2.1 (GC553G2)
  - UGREEN 35871
to now run at full speed (10 Gbps/4K 60 fps mode.)

Link: https://lore.kernel.org/r/CACy+XB-f-51xGpNQFCSm5pE_momTQLu=BaZggHYU1DiDmFX=ug@mail.gmail.com
Cc: stable <stable@kernel.org>
Signed-off-by: A1RM4X <dev@a1rm4x.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/quirks.c