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 2e7ed5f commit d1a5a7eCopy full SHA for d1a5a7e
drivers/bluetooth/btusb.c
@@ -542,6 +542,8 @@ static const struct usb_device_id quirks_table[] = {
542
/* Realtek 8852BE Bluetooth devices */
543
{ USB_DEVICE(0x0cb8, 0xc559), .driver_info = BTUSB_REALTEK |
544
BTUSB_WIDEBAND_SPEECH },
545
+ { USB_DEVICE(0x0bda, 0x4853), .driver_info = BTUSB_REALTEK |
546
+ BTUSB_WIDEBAND_SPEECH },
547
{ USB_DEVICE(0x0bda, 0x887b), .driver_info = BTUSB_REALTEK |
548
549
{ USB_DEVICE(0x0bda, 0xb85b), .driver_info = BTUSB_REALTEK |
0 commit comments