Hi Wen-chien, > This device needs an external firmware to make HSP and HFP work. > > Signed-off-by: Wen-chien Jesse Sung <jesse.sung@xxxxxxxxxxxxx> > --- > drivers/bluetooth/btusb.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c > index 5b8e029..c92f59f 100644 > --- a/drivers/bluetooth/btusb.c > +++ b/drivers/bluetooth/btusb.c > @@ -105,7 +105,8 @@ static const struct usb_device_id btusb_table[] = { > { USB_DEVICE(0x04ca, 0x2003) }, > { USB_DEVICE(0x0b05, 0x17b5) }, > { USB_DEVICE(0x0b05, 0x17cb) }, > - { USB_DEVICE(0x413c, 0x8197) }, > + { USB_DEVICE(0x413c, 0x8197), > + .driver_info = BTUSB_BCM_PATCHRAM }, > > /* Foxconn - Hon Hai */ > { USB_VENDOR_AND_INTERFACE_INFO(0x0489, 0xff, 0x01, 0x01), so here as well picking USB_VENDOR_AND_INTERFACE_INFO is a good idea. However we might need use the blacklist entries to mark these devices fail if there is no firmware. Regards Marcel -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html