We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cca4fe3 commit 181a263Copy full SHA for 181a263
drivers/bluetooth/btusb.c
@@ -483,6 +483,9 @@ static const struct usb_device_id quirks_table[] = {
483
{ USB_DEVICE(0x13d3, 0x3549), .driver_info = BTUSB_REALTEK |
484
BTUSB_WIDEBAND_SPEECH },
485
486
+ /* Realtek 8851BE Bluetooth devices */
487
+ { USB_DEVICE(0x13d3, 0x3600), .driver_info = BTUSB_REALTEK },
488
+
489
/* Realtek 8852AE Bluetooth devices */
490
{ USB_DEVICE(0x0bda, 0x2852), .driver_info = BTUSB_REALTEK |
491
0 commit comments