We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dee1535 commit 9a92373Copy full SHA for 9a92373
drivers/bluetooth/btusb.c
@@ -569,6 +569,8 @@ static const struct usb_device_id blacklist_table[] = {
569
BTUSB_WIDEBAND_SPEECH },
570
{ USB_DEVICE(0x0cb5, 0xc547), .driver_info = BTUSB_REALTEK |
571
572
+ { USB_DEVICE(0x0489, 0xe125), .driver_info = BTUSB_REALTEK |
573
+ BTUSB_WIDEBAND_SPEECH },
574
575
/* Silicon Wave based devices */
576
{ USB_DEVICE(0x0c10, 0x0000), .driver_info = BTUSB_SWAVE },
0 commit comments