]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix support for LIBUSB_HOTPLUG_ENUMERATE in libusb. Currently all
authorhselasky <hselasky@FreeBSD.org>
Wed, 26 Jun 2019 11:28:08 +0000 (11:28 +0000)
committerhselasky <hselasky@FreeBSD.org>
Wed, 26 Jun 2019 11:28:08 +0000 (11:28 +0000)
commit57256ca53ed9ab8fd9a5fddaf8429252278a4975
treecb99e8ebec3ce0afa10cd99eee13a53af0236036
parent14e63f898b16382f4577cfea211a7fb5ad7983e9
Fix support for LIBUSB_HOTPLUG_ENUMERATE in libusb. Currently all
devices are enumerated regardless of of the LIBUSB_HOTPLUG_ENUMERATE
flag. Make sure when the flag is not specified no arrival events are
generated for currently enumerated devices.

MFC after: 3 days
Sponsored by: Mellanox Technologies
lib/libusb/libusb10.h
lib/libusb/libusb10_hotplug.c