]> git.ipfire.org Git - thirdparty/linux.git/commit
usb: core: add USB_QUIRK_NO_BOS for devices that hang on BOS descriptor
authorJohannes Brüderl <johannes.bruederl@gmail.com>
Sun, 7 Dec 2025 09:02:20 +0000 (10:02 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 7 Jan 2026 16:07:00 +0000 (17:07 +0100)
commit2740ac33c87b3d0dfa022efd6ba04c6261b1abbd
treeb83b0c6bfc5123b61d7246e4712448deb71984aa
parent1d32389dc52f6e0305228988243b61cbe687414d
usb: core: add USB_QUIRK_NO_BOS for devices that hang on BOS descriptor

Add USB_QUIRK_NO_BOS quirk flag to skip requesting the BOS descriptor
for devices that cannot handle it.

Add Elgato 4K X (0fd9:009b) to the quirk table. This device hangs when
the BOS descriptor is requested at SuperSpeed Plus (10Gbps).

Link: https://bugzilla.kernel.org/show_bug.cgi?id=220027
Cc: stable <stable@kernel.org>
Signed-off-by: Johannes Brüderl <johannes.bruederl@gmail.com>
Link: https://patch.msgid.link/20251207090220.14807-1-johannes.bruederl@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/config.c
drivers/usb/core/quirks.c
include/linux/usb/quirks.h