https://bugzilla.kernel.org/show_bug.cgi?id=60901 Christophe PEREZ <chris@xxxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|CODE_FIX |--- --- Comment #22 from Christophe PEREZ <chris@xxxxxxxxxx> --- Kernel 4.0.5 doesn't workd for me. I always need to patch with : --- net/bluetooth/hci_core.c.orig 2015-08-08 18:22:36.000000000 -0400 +++ net/bluetooth/hci_core.c 2015-08-08 18:25:15.000000000 -0400 @@ -594,7 +594,7 @@ * the driver can quirk the behavior and skip reading the local * supported commands. */ - if (hdev->hci_ver > BLUETOOTH_VER_1_1 && + if (hdev->manufacturer != 11 && hdev->manufacturer != 31 && hdev->hci_ver > BLUETOOTH_VER_1_1 && !test_bit(HCI_QUIRK_BROKEN_LOCAL_COMMANDS, &hdev->quirks)) hci_req_add(req, HCI_OP_READ_LOCAL_COMMANDS, 0, NULL); to make it work :( -- 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