Package: src:linux
Version: 7.0.13-1
Severity: wishlist
X-Debbugs-Cc: [email protected]
Dear Maintainer,
The TP-Link UB600 (Bluetooth 6.0 Nano USB Adapter) is not usable on current
Debian kernels. The device enumerates and btusb binds it via the generic
Bluetooth class match, but no vendor (Realtek) firmware is loaded, so the
radio is non-functional: it cannot scan for, or be discovered by, other
devices.
Tested, identical behaviour on: 7.0.13-1, 7.0.12+deb14.1, 6.18.12, 6.18.5.
CONFIG_BT_HCIBTUSB_RTL=y on all of them.
The USB ID 37ad:0600 is not present in btusb's device table ("modinfo btusb"
lists no entry for it), so no vendor quirk / firmware loader (BTUSB_REALTEK)
is applied and btrtl is never invoked.
Request: add device support for the TP-Link UB600 (USB 37ad:0600) to
drivers/bluetooth/btusb.c with the appropriate Realtek quirk, and ship the
matching firmware in firmware-realtek / linux-firmware if not already
present.
--- lsusb -d 37ad:0600 ---
ID 37ad:0600 TP-Link Bluetooth USB Adapter
bcdUSB 1.10; bDeviceClass 224 Wireless / SubClass 1 RF / Protocol 1
Bluetooth
idVendor 0x37ad, idProduct 0x0600, bcdDevice 2.00
iProduct "TP-Link Bluetooth USB Adapter"
--- dmesg (on plug-in) ---
usb 1-12: New USB device found, idVendor=37ad, idProduct=0600,
bcdDevice=2.00
usb 1-12: Product: TP-Link Bluetooth USB Adapter
Bluetooth: MGMT ver 1.23
(no "Bluetooth: hci0: RTL: loading rtl_bt/..." line ever appears)
--- uname -a ---
Linux mahur 7.0.13+deb14-amd64 #1 SMP PREEMPT_DYNAMIC Debian 7.0.13-1
(2026-06-19) x86_64 GNU/Linux