Message ID | F2FCAA7252DFAEDC+20240729032444.15274-1-xuerpeng@uniontech.com |
---|---|
State | New |
Headers | show |
Series | [6.6,1/3] Bluetooth: Add device 13d3:3572 IMC Networks Bluetooth Radio | expand |
On Mon, Jul 29, 2024 at 11:22:52AM +0800, Erpeng Xu wrote: > From: Jagan Teki <jagan@edgeble.ai> > > commit c3df5671c937a21b8e6cf4798bf6450f12cb3a98 upstream Not a valid git id :(
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index 7c271f55a9b4..e5b757dc8a54 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c @@ -551,6 +551,8 @@ static const struct usb_device_id quirks_table[] = { BTUSB_WIDEBAND_SPEECH }, { USB_DEVICE(0x13d3, 0x3571), .driver_info = BTUSB_REALTEK | BTUSB_WIDEBAND_SPEECH }, + { USB_DEVICE(0x13d3, 0x3572), .driver_info = BTUSB_REALTEK | + BTUSB_WIDEBAND_SPEECH }, /* Realtek Bluetooth devices */ { USB_VENDOR_AND_INTERFACE_INFO(0x0bda, 0xe0, 0x01, 0x01),