https://bugzilla.kernel.org/show_bug.cgi?id=60901 --- Comment #11 from mastervolkov <info@xxxxxxx> --- After sed -i 's|.*HCI_OP_READ_LOCAL_COMMANDS.*|do{}while(0);|g' net/bluetooth/hci_core.c my dongle "ID 1310:0001 Roper Class 1 Bluetooth Dongle" works now too. And after - 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) my dongle "ID 1310:0001 Roper Class 1 Bluetooth Dongle" works too. -- 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