https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254314

--- Comment #9 from Oleksii Samorukov <[email protected]> ---
The problem is that the USB stack expects the bus to be enumerated already.
When we detach the device, it resets it to 0, and when devctl enables it, it
calls probe on an un-initialized bus. So yes, it's broken for every USB device
with devctl disable/enable. Also, if I enable it with usbconfig reset,
everything works as expected, since the bus is enumerated again.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to