Message ID | 283C6F6C7E72DF06+20240729034247.16448-3-xuerpeng@uniontech.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [6.1,1/3] Bluetooth: Add device 13d3:3572 IMC Networks Bluetooth Radio | expand |
On Mon, Jul 29, 2024 at 11:42:32AM +0800, Erpeng Xu wrote: > From: WangYuli <wangyuli@uniontech.com> > > commit 601b68544c21333cfcf1db15075cc17e0329b843 upstrem > Not a valid git id.
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index 9d21b7dd3e83..e18ebbc5aa8e 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c @@ -547,6 +547,8 @@ static const struct usb_device_id blacklist_table[] = { BTUSB_WIDEBAND_SPEECH }, { USB_DEVICE(0x13d3, 0x3572), .driver_info = BTUSB_REALTEK | BTUSB_WIDEBAND_SPEECH }, + { USB_DEVICE(0x13d3, 0x3591), .driver_info = BTUSB_REALTEK | + BTUSB_WIDEBAND_SPEECH }, { USB_DEVICE(0x0489, 0xe125), .driver_info = BTUSB_REALTEK | BTUSB_WIDEBAND_SPEECH },