https://bugzilla.kernel.org/show_bug.cgi?id=60901 --- Comment #20 from mastervolkov <info@xxxxxxx> --- On compliance http://permalink.gmane.org/gmane.linux.bluez.kernel/61883 that 0x1300 instead of 0x1310 is a typo. Can be simply used as: --- drivers/bluetooth/btusb.c_ORIG 2015-05-01 12:06:59.000000000 +0300 +++ drivers/bluetooth/btusb.c 2015-05-01 12:02:00.000000000 +0300 @@ -254,6 +254,6 @@ /* 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 }, -- You are receiving this mail because: You are the assignee for the bug. -- 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