]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
USB: ezcap401 needs USB_QUIRK_NO_BOS to function on 10gbs usb speed
authorVyacheslav Vahnenko <vahnenko2003@gmail.com>
Fri, 13 Mar 2026 12:36:38 +0000 (15:36 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 13 Mar 2026 17:19:07 +0000 (18:19 +0100)
commitd0d9b1f4f5391e6a00cee81d73ed2e8f98446d5f
tree7ac6bf46f6656d953990ba0bc931942979c1f20b
parent8345b1539faa49fcf9c9439c3cbd97dac6eca171
USB: ezcap401 needs USB_QUIRK_NO_BOS to function on 10gbs usb speed

Add USB_QUIRK_NO_BOS for ezcap401 capture card, without it dmesg will show
"unable to get BOS descriptor or descriptor too short" and "unable to
read config index 0 descriptor/start: -71" errors and device will not
able to work at full speed at 10gbs

Signed-off-by: Vyacheslav Vahnenko <vahnenko2003@gmail.com>
Cc: stable <stable@kernel.org>
Link: https://patch.msgid.link/20260313123638.20481-1-vahnenko2003@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/quirks.c