https://bugzilla.kernel.org/show_bug.cgi?id=51831 Summary: bluetooth stopped work Product: Drivers Version: 2.5 Kernel Version: 3.7-rc8 Platform: All OS/Version: Linux Tree: Mainline Status: NEW Severity: normal Priority: P1 Component: Bluetooth AssignedTo: linux-bluetooth@xxxxxxxxxxxxxxx ReportedBy: info@xxxxxxx CC: info@xxxxxxx Regression: No Created an attachment (id=89471) --> (https://bugzilla.kernel.org/attachment.cgi?id=89471) fix for ID 1310:0001 Roper Class 1 Bluetooth Dongle my bluetooth dongle (ID 1310:0001 Roper Class 1 Bluetooth Dongle) stopped work in kernel-2.6.39 (kernel-2.6.38 all work fine). Now i test kernel-3.7-rc8 - nothing change, but ... for kernel-2.6.39 my bluetooth work with remark, in net/bluetooth/hci_core.c:106 if (test_bit(HCI_INIT, &hdev->flags) && hdev->init_last_cmd != cmd) return; by //if (test_bit(HCI_INIT, &hdev->flags) && hdev->init_last_cmd != cmd) //return; All work good - I test it on 2.6.39 In the kernel-3.7-rc8 i use these attached patch and after this patch my ID 1310:0001 Roper Class 1 Bluetooth Dongle initing and work properly. no "timeout 110" more and i can use my bluetooth dongle. -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email ------- 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