https://bugzilla.kernel.org/show_bug.cgi?id=193571 --- Comment #11 from Leif Liddy (leif.liddy@xxxxxxxxx) --- Here's an easy method to reset the bluetooth adapter without having to know the usb address for it. **just need the vendor and product id. #!/usr/bin/python from usb.core import find as finddev dev = finddev(idVendor=0x0cf3, idProduct=0xe300) dev.reset() **requires pyusb to run -- 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