Hi Takashi, > 0489:e031 needs BTUSB_BCM_PATCHRAM, too. for the ones that require patching, we prefer to include the instructions on how to get the firmware into the commit log. Also please include /sys/kernel/debug/usb/devices section for this. It is good to have them for reference. > Bugzilla: https://bugzilla.opensuse.org/show_bug.cgi?id=911311 > Cc: <stable@xxxxxxxxxxxxxxx> > Signed-off-by: Takashi Iwai <tiwai@xxxxxxx> > --- > drivers/bluetooth/btusb.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c > index 19cf2cf22e87..a6f8182e6d3a 100644 > --- a/drivers/bluetooth/btusb.c > +++ b/drivers/bluetooth/btusb.c > @@ -108,6 +108,8 @@ static const struct usb_device_id btusb_table[] = { > { USB_DEVICE(0x413c, 0x8197) }, > { USB_DEVICE(0x13d3, 0x3404), > .driver_info = BTUSB_BCM_PATCHRAM }, > + { USB_DEVICE(0x13d3, 0xe031), > + .driver_info = BTUSB_BCM_PATCHRAM }, I wonder if we should just start using USB_VENDOR_AND_INTERFACE_INFO() for this one like we have done for other Broadcom based Bluetooth dongles. > /* Foxconn - Hon Hai */ > { USB_VENDOR_AND_INTERFACE_INFO(0x0489, 0xff, 0x01, 0x01), 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