That patch fix bug https://bugzilla.kernel.org/show_bug.cgi?id=60901 for my
Roper Class 1 dongle
Signed-off-by: Aleksei Volkov <info@xxxxxxx>
--- linux-4.0.0-gentoo/drivers/bluetooth/btusb.c.orig 2015-05-01 12:06:59.000000000 +0300
+++ linux-4.0.0-gentoo/drivers/bluetooth/btusb.c 2015-05-01 12:02:00.000000000 +0300
@@ -254,6 +254,7 @@ static const struct usb_device_id blackl
/* Roper Class 1 Bluetooth Dongle (Silicon Wave based) */
{ USB_DEVICE(0x1300, 0x0001), .driver_info = BTUSB_SWAVE },
+ { USB_DEVICE(0x1310, 0x0001), .driver_info = BTUSB_SWAVE },
/* Digianswer devices */
{ USB_DEVICE(0x08fd, 0x0001), .driver_info = BTUSB_DIGIANSWER },