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 d8daa39 commit c757701Copy full SHA for c757701
drivers/bluetooth/btusb.c
@@ -530,6 +530,8 @@ static const struct usb_device_id blacklist_table[] = {
530
BTUSB_WIDEBAND_SPEECH },
531
{ USB_DEVICE(0x0bda, 0x8771), .driver_info = BTUSB_REALTEK |
532
533
+ { USB_DEVICE(0x7392, 0xc611), .driver_info = BTUSB_REALTEK |
534
+ BTUSB_WIDEBAND_SPEECH },
535
536
/* Additional Realtek 8821AE Bluetooth devices */
537
{ USB_DEVICE(0x0b05, 0x17dc), .driver_info = BTUSB_REALTEK },
0 commit comments