At Wed, 7 Jan 2015 15:15:49 -0800, Marcel Holtmann wrote: > > 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. I'm merely delegating the fix from bugzilla, so I'll ask it on Bugzilla and report back. Alternatively, feel free to join https://bugzilla.opensuse.org/show_bug.cgi?id=911311 so that you can get the information with less latency. thanks, Takashi -- 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