[Bug 219220] syscalls (ioctls) on USB devices are very slow
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri May 19 10:24:59 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219220
--- Comment #35 from Hans Petter Selasky <hselasky at FreeBSD.org> ---
Hi,
Each USB device instance has a global SX lock. This lock is held during detach.
usbconfig also acquire this lock. If the USB detach cannot complete, because
character devices towards user-space cannot be destroyed, because user-space
apps via libusb keep file /dev/ugenX.Y handles open, then enumeration will
appear frozen until this situation is resolved?
Is that more clear?
--HPS
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-usb
mailing list