https://bugzilla.kernel.org/show_bug.cgi?id=64671 Leif Liddy <leif.liddy@xxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |leif.liddy@xxxxxxxxx --- Comment #5 from Leif Liddy <leif.liddy@xxxxxxxxx> --- Have you tried resetting the usb port? Fixed an issue on my laptop where the bluetooth controller wouldn't work after suspend+resume. Was receiving the same sort of timeout errors. Worth a shot in any case. #!/usr/bin/python from usb.core import find as finddev dev = finddev(idVendor=0x13d3, idProduct=0x3362) dev.reset() **I wouldn't normally post a python script, but in this case, it's much simpler then the corresponding shell script would be **requires pyusb to run. "pip install pyusb" or "dnf install pyusb" -- 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