https://bugzilla.kernel.org/show_bug.cgi?id=208965 Steeve McCauley (steeve.mccauley@xxxxxxxxx) changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |steeve.mccauley@xxxxxxxxx --- Comment #39 from Steeve McCauley (steeve.mccauley@xxxxxxxxx) --- Also confirming that the patch works for the realtek 8761b usb bluetooth adaptor, on all 5.9.x kernels I've patched and tested, including some fedora kernels, cd ~/rpmbuild/BUILD/kernel-5.9.fc32/linux-5.9.8-100.fc32.x86_64/net/bluetooth/ $ diff -u hci_core.c~ hci_core.c --- hci_core.c~ 2020-11-17 16:36:11.387834274 -0500 +++ hci_core.c 2020-11-26 06:35:22.422411928 -0500 @@ -763,7 +763,7 @@ hci_req_add(req, HCI_OP_LE_CLEAR_RESOLV_LIST, 0, NULL); } - if (hdev->commands[35] & 0x40) { + if (hdev->commands[35] & 0x04) { __le16 rpa_timeout = cpu_to_le16(hdev->rpa_timeout); /* Set RPA timeout */ -- You are receiving this mail because: You are the assignee for the bug.