https://bugzilla.kernel.org/show_bug.cgi?id=60901 Yury Afanasyev <yury.af@xxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |yury.af@xxxxxxxxx --- Comment #5 from Yury Afanasyev <yury.af@xxxxxxxxx> --- Hi, I've got the same issue and the patch provided is not working for me because of different ID. I did executed same commands as described in comments above and got same results, however my device has ID=31, and not 11: --- hci_core.c 2013-09-03 04:46:10.000000000 +0800 +++ hci_core.c.patched 2013-10-13 16:27:15.559095546 +0800 @@ -516,7 +516,7 @@ static void hci_init2_req(struct hci_req /* AVM Berlin (31), aka "BlueFRITZ!", doesn't support the read * local supported commands HCI command. */ - if (hdev->manufacturer != 31 && hdev->hci_ver > BLUETOOTH_VER_1_1) + if (hdev->manufacturer != 31 && hdev->manufacturer != 11 && hdev->hci_ver > BLUETOOTH_VER_1_1) hci_req_add(req, HCI_OP_READ_LOCAL_COMMANDS, 0, NULL); if (lmp_ssp_capable(hdev)) { I've tested my changes and they work fine. Please include this in next kernel release if possible. Many thanks! -- 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