I'm trying to update my project which uses libusbx 1.0.12 to 1.0.14 but I'm experiencing some problem which where not present before. For instance in my application I'm discovering all the devices with a known VID PID, opening them to read some more information and then closing them again. After discovering is done I try to open the device again but using the latest version of libusbx I get LIBUSB_ERROR_ACCESS. It seams that the close is not performed correctly. Below the trace log:

[timestamp] [threadID] facility level [function call] <message>
--------------------------------------------------------------------------------
[ 0.003001] [000017f0] libusbx: debug [libusb_get_device_list]
[ 0.006001] [000017f0] libusbx: debug [windows_get_device_list] allocating new device for session [29E] [ 0.006001] [000017f0] libusbx: debug [windows_get_device_list] allocating new device for session [1EA]
[ 0.010001] [000017f0] libusbx: debug [get_api_type] driver(s): usbhub
[ 0.011001] [000017f0] libusbx: debug [get_api_type] matched driver name against HUB API API [ 0.011001] [000017f0] libusbx: debug [windows_get_device_list] allocating new device for session [338]
[ 0.011001] [000017f0] libusbx: debug [get_api_type] driver(s): usbhub
[ 0.011001] [000017f0] libusbx: debug [get_api_type] matched driver name against HUB API API [ 0.011001] [000017f0] libusbx: debug [windows_get_device_list] allocating new device for session [23A]
[ 0.012001] [000017f0] libusbx: debug [get_api_type] driver(s): usbhub
[ 0.012001] [000017f0] libusbx: debug [get_api_type] matched driver name against HUB API API [ 0.012001] [000017f0] libusbx: debug [windows_get_device_list] allocating new device for session [BF]
[ 0.013001] [000017f0] libusbx: debug [get_api_type] driver(s): usbhub
[ 0.013001] [000017f0] libusbx: debug [get_api_type] matched driver name against HUB API API [ 0.013001] [000017f0] libusbx: debug [windows_get_device_list] allocating new device for session [143]
[ 0.013001] [000017f0] libusbx: debug [get_api_type] driver(s): usbhub
[ 0.013001] [000017f0] libusbx: debug [get_api_type] matched driver name against HUB API API [ 0.013001] [000017f0] libusbx: debug [windows_get_device_list] allocating new device for session [144]
[ 0.014001] [000017f0] libusbx: debug [get_api_type] driver(s): usbhub
[ 0.014001] [000017f0] libusbx: debug [get_api_type] matched driver name against HUB API API [ 0.014001] [000017f0] libusbx: debug [windows_get_device_list] allocating new device for session [145]
[ 0.014001] [000017f0] libusbx: debug [get_api_type] driver(s): usbhub
[ 0.014001] [000017f0] libusbx: debug [get_api_type] matched driver name against HUB API API [ 0.014001] [000017f0] libusbx: debug [windows_get_device_list] allocating new device for session [124]
[ 0.015001] [000017f0] libusbx: debug [get_api_type] driver(s): usbhub
[ 0.015001] [000017f0] libusbx: debug [get_api_type] matched driver name against HUB API API [ 0.015001] [000017f0] libusbx: debug [windows_get_device_list] allocating new device for session [212] [ 0.021002] [000017f0] libusbx: debug [windows_get_device_list] found existing device for session [338] (0.0) [ 0.021002] [000017f0] libusbx: debug [init_device] (bus: 2, addr: 1, depth: 0, port: 0): '\\.\USB#ROOT_HUB20#4&1EEC9EEC&0' [ 0.021002] [000017f0] libusbx: debug [windows_get_device_list] found existing device for session [23A] (0.0) [ 0.021002] [000017f0] libusbx: debug [init_device] (bus: 1, addr: 1, depth: 0, port: 0): '\\.\USB#ROOT_HUB20#4&42FDCE6&0' [ 0.100006] [000017f0] libusbx: debug [windows_get_device_list] allocating new device for session [1E1] [ 0.101006] [000017f0] libusbx: debug [init_device] got bus number from ancestor #2 [ 0.101006] [000017f0] libusbx: debug [init_device] found 1 configurations (active conf: 1) [ 0.172010] [000017f0] libusbx: debug [cache_config_descriptors] cached config descriptor 0 (bConfigurationValue=1, 349 bytes) [ 0.172010] [000017f0] libusbx: debug [init_device] (bus: 1, addr: 3, depth: 1, port: 5): '\\.\USB#VID_0402&PID_9665#6&CFD999F&0&5' [ 0.174010] [000017f0] libusbx: debug [windows_get_device_list] allocating new device for session [383] [ 0.175010] [000017f0] libusbx: debug [init_device] got bus number from ancestor #4 [ 0.175010] [000017f0] libusbx: debug [init_device] found 1 configurations (active conf: 1) [ 0.177010] [000017f0] libusbx: debug [cache_config_descriptors] cached config descriptor 0 (bConfigurationValue=1, 55 bytes) [ 0.177010] [000017f0] libusbx: debug [init_device] (bus: 2, addr: 8, depth: 1, port: 1): '\\.\USB#VID_0403&PID_CFF8#T172DHYA' [ 0.179011] [000017f0] libusbx: debug [windows_get_device_list] allocating new device for session [AD] [ 0.179011] [000017f0] libusbx: debug [init_device] found 1 configurations (active conf: 1) [ 0.182011] [000017f0] libusbx: debug [cache_config_descriptors] cached config descriptor 0 (bConfigurationValue=1, 34 bytes) [ 0.182011] [000017f0] libusbx: debug [init_device] (bus: 2, addr: 10, depth: 1, port: 3): '\\.\USB#VID_046D&PID_C03E#8&4579FB&0&3' [ 0.183011] [000017f0] libusbx: debug [windows_get_device_list] found existing device for session [BF] (0.0) [ 0.183011] [000017f0] libusbx: debug [init_device] got bus number from ancestor #2 [ 0.183011] [000017f0] libusbx: debug [init_device] found 1 configurations (active conf: 1) [ 0.183011] [000017f0] libusbx: debug [cache_config_descriptors] cached config descriptor 0 (bConfigurationValue=1, 25 bytes) [ 0.184011] [000017f0] libusbx: debug [init_device] (bus: 2, addr: 4, depth: 1, port: 2): '\\.\USB#VID_058F&PID_6254#6&39685615&0&2' [ 0.184011] [000017f0] libusbx: debug [windows_get_device_list] found existing device for session [143] (0.0) [ 0.184011] [000017f0] libusbx: debug [init_device] found 1 configurations (active conf: 1) [ 0.185011] [000017f0] libusbx: info [cache_config_descriptors] could not access configuration descriptor (dummy) for '\\.\USB#VID_058F&PID_6254#7&132A1C36&0&2': [31] A device attached to the system is not functioning. [ 0.185011] [000017f0] libusbx: debug [init_device] (bus: 2, addr: 5, depth: 2, port: 2): '\\.\USB#VID_058F&PID_6254#7&132A1C36&0&2' [ 0.185011] [000017f0] libusbx: debug [windows_get_device_list] found existing device for session [144] (0.0) [ 0.185011] [000017f0] libusbx: debug [init_device] found 1 configurations (active conf: 1) [ 0.186011] [000017f0] libusbx: info [cache_config_descriptors] could not access configuration descriptor (dummy) for '\\.\USB#VID_058F&PID_6254#7&132A1C36&0&3': [31] A device attached to the system is not functioning. [ 0.186011] [000017f0] libusbx: debug [init_device] (bus: 2, addr: 6, depth: 2, port: 3): '\\.\USB#VID_058F&PID_6254#7&132A1C36&0&3' [ 0.186011] [000017f0] libusbx: debug [windows_get_device_list] found existing device for session [145] (2.0) [ 0.186011] [000017f0] libusbx: debug [init_device] found 1 configurations (active conf: 1) [ 0.187011] [000017f0] libusbx: debug [cache_config_descriptors] cached config descriptor 0 (bConfigurationValue=1, 25 bytes) [ 0.187011] [000017f0] libusbx: debug [init_device] (bus: 2, addr: 7, depth: 2, port: 4): '\\.\USB#VID_058F&PID_6254#7&132A1C36&0&4' [ 0.187011] [000017f0] libusbx: debug [discovered_devs_append] need to increase capacity [ 0.187011] [000017f0] libusbx: debug [windows_get_device_list] allocating new device for session [D5] [ 0.187011] [000017f0] libusbx: debug [init_device] found 1 configurations (active conf: 1) [ 0.188011] [000017f0] libusbx: debug [cache_config_descriptors] cached config descriptor 0 (bConfigurationValue=1, 32 bytes) [ 0.188011] [000017f0] libusbx: debug [init_device] (bus: 2, addr: 3, depth: 1, port: 6): '\\.\USB#VID_058F&PID_6366#058F63666433' [ 0.188011] [000017f0] libusbx: debug [windows_get_device_list] extra GUID: {3AED4D41-39EA-42D6-8D66-CF132F03EBD0} [ 0.188011] [000017f0] libusbx: debug [windows_get_device_list] allocating new device for session [2B0] [ 0.188011] [000017f0] libusbx: debug [init_device] found 1 configurations (active conf: 1) [ 0.189011] [000017f0] libusbx: debug [cache_config_descriptors] cached config descriptor 0 (bConfigurationValue=1, 32 bytes) [ 0.189011] [000017f0] libusbx: debug [init_device] (bus: 1, addr: 4, depth: 1, port: 2): '\\.\USB#VID_1FC9&PID_7701#6&CFD999F&0&2' [ 0.189011] [000017f0] libusbx: debug [windows_get_device_list] allocating new device for session [41] [ 0.189011] [000017f0] libusbx: debug [init_device] found 1 configurations (active conf: 1) [ 0.192011] [000017f0] libusbx: debug [cache_config_descriptors] cached config descriptor 0 (bConfigurationValue=1, 34 bytes) [ 0.193011] [000017f0] libusbx: debug [init_device] (bus: 2, addr: 9, depth: 3, port: 2): '\\.\USB#VID_413C&PID_2003#8&4579FB&0&2' [ 0.193011] [000017f0] libusbx: debug [windows_get_device_list] found existing device for session [124] (1.0) [ 0.193011] [000017f0] libusbx: debug [init_device] found 1 configurations (active conf: 1) [ 0.194011] [000017f0] libusbx: debug [cache_config_descriptors] cached config descriptor 0 (bConfigurationValue=1, 25 bytes) [ 0.194011] [000017f0] libusbx: debug [init_device] (bus: 1, addr: 2, depth: 1, port: 1): '\\.\USB#VID_8087&PID_0020#5&292F3DA0&0&1' [ 0.194011] [000017f0] libusbx: debug [windows_get_device_list] found existing device for session [212] (2.0) [ 0.195011] [000017f0] libusbx: debug [init_device] found 1 configurations (active conf: 1) [ 0.195011] [000017f0] libusbx: debug [cache_config_descriptors] cached config descriptor 0 (bConfigurationValue=1, 25 bytes) [ 0.195011] [000017f0] libusbx: debug [init_device] (bus: 2, addr: 2, depth: 1, port: 1): '\\.\USB#VID_8087&PID_0020#5&3798E0E3&0&1'
[ 0.200012] [000017f0] libusbx: debug [get_api_type] driver(s): usbccgp
[ 0.200012] [000017f0] libusbx: debug [get_api_type] matched driver name against Composite API API [ 0.200012] [000017f0] libusbx: debug [windows_get_device_list] found existing device for session [1E1] (1.3)
[ 0.200012] [000017f0] libusbx: debug [get_api_type] driver(s): usbccgp
[ 0.201012] [000017f0] libusbx: debug [get_api_type] matched driver name against Composite API API [ 0.201012] [000017f0] libusbx: debug [windows_get_device_list] found existing device for session [383] (2.8)
[ 0.201012] [000017f0] libusbx: debug [get_api_type] driver(s): HidUsb
[ 0.201012] [000017f0] libusbx: debug [get_api_type] matched driver name against HID API API [ 0.201012] [000017f0] libusbx: debug [windows_get_device_list] found existing device for session [AD] (2.10)
[ 0.201012] [000017f0] libusbx: debug [get_api_type] driver(s): USBSTOR
[ 0.201012] [000017f0] libusbx: debug [windows_get_device_list] found existing device for session [D5] (2.3)
[ 0.202012] [000017f0] libusbx: debug [get_api_type] driver(s): WinUSB
[ 0.202012] [000017f0] libusbx: debug [get_api_type] upper filter driver(s): libusb0 [ 0.202012] [000017f0] libusbx: debug [get_api_type] matched driver name against WinUSB API [ 0.202012] [000017f0] libusbx: debug [windows_get_device_list] found existing device for session [2B0] (1.4)
[ 0.202012] [000017f0] libusbx: debug [get_api_type] driver(s): HidUsb
[ 0.202012] [000017f0] libusbx: debug [get_api_type] matched driver name against HID API API [ 0.202012] [000017f0] libusbx: debug [windows_get_device_list] found existing device for session [41] (2.9) [ 0.203012] [000017f0] libusbx: debug [windows_get_device_list] setting HID interface for [AD]: [ 0.203012] [000017f0] libusbx: debug [set_hid_interface] interface[0] = \\.\HID#VID_046D&PID_C03E#9&4DF08A7&0&0000#{4D1E55B2-F16F-11CF-88CB-001111000030} [ 0.203012] [000017f0] libusbx: debug [windows_get_device_list] setting HID interface for [41]: [ 0.203012] [000017f0] libusbx: debug [set_hid_interface] interface[0] = \\.\HID#VID_413C&PID_2003#9&35E1D397&0&0000#{4D1E55B2-F16F-11CF-88CB-001111000030}
[ 0.203012] [000017f0] libusbx: debug [get_api_type] driver(s): WinUSB
[ 0.203012] [000017f0] libusbx: debug [get_api_type] upper filter driver(s): libusb0 [ 0.203012] [000017f0] libusbx: debug [get_api_type] matched driver name against WinUSB API [ 0.203012] [000017f0] libusbx: debug [libusb_unref_device] destroy device 1.0 [ 0.203012] [000017f0] libusbx: debug [libusb_unref_device] destroy device 2.0
[ 0.209012] [000017f0] libusbx: debug [libusb_get_device_descriptor]
[ 0.210012] [000017f0] libusbx: debug [libusb_get_device_descriptor]
[ 0.210012] [000017f0] libusbx: debug [libusb_get_device_descriptor]
[ 0.211012] [000017f0] libusbx: debug [libusb_get_device_descriptor]
[ 0.212012] [000017f0] libusbx: debug [libusb_get_device_descriptor]
[ 0.212012] [000017f0] libusbx: debug [libusb_get_device_descriptor]
[ 0.213013] [000017f0] libusbx: debug [libusb_get_device_descriptor]
[ 0.213013] [000017f0] libusbx: debug [libusb_get_device_descriptor]
[ 0.214013] [000017f0] libusbx: debug [libusb_get_device_descriptor]
[ 0.215013] [000017f0] libusbx: debug [libusb_get_device_descriptor]
[ 0.216013] [000017f0] libusbx: debug [libusb_get_device_descriptor]
[ 0.216013] [000017f0] libusbx: debug [libusb_open] open 1.4
[ 0.216013] [000017f0] libusbx: debug [libusb_set_configuration] configuration 1
[ 0.216013] [000017f0] libusbx: debug [libusb_claim_interface] interface 0
[ 0.216013] [000017f0] libusbx: debug [winusbx_claim_interface] claimed interface 0
[ 0.216013] [000017f0] libusbx: debug [libusb_get_config_descriptor] index 0
[ 0.216013] [000017f0] libusbx: debug [windows_assign_endpoints] (re)assigned endpoint 02 to interface 0 [ 0.216013] [000017f0] libusbx: debug [windows_assign_endpoints] (re)assigned endpoint 82 to interface 0 [ 0.216013] [000017f0] libusbx: debug [auto_claim] auto-claimed interface 0 for control request [ 0.216013] [000017f0] libusbx: debug [winusbx_submit_control_transfer] will use interface 0
[ 0.216013] [000017f0] libusbx: debug [usbi_add_pollfd] add fd 4 events 1
[ 0.216013] [000017f0] libusbx: debug [libusb_get_next_timeout] next timeout in 1.000000s [ 0.216013] [000017f0] libusbx: debug [libusb_handle_events_timeout_completed] doing our own event handling [ 0.216013] [000017f0] libusbx: debug [handle_events] poll() 2 fds with timeout in 1000ms
[ 0.216013] [000017f0] libusbx: debug [handle_events] poll() returned 1
[ 0.216013] [000017f0] libusbx: debug [windows_handle_events] checking fd 3 with revents = 0000 [ 0.216013] [000017f0] libusbx: debug [windows_handle_events] checking fd 4 with revents = 0001
[ 0.216013] [000017f0] libusbx: debug [usbi_remove_pollfd] remove fd 4
[ 0.216013] [000017f0] libusbx: debug [windows_transfer_callback] handling I/O completion with errcode 0
[ 0.216013] [000017f0] libusbx: debug [libusb_release_interface] interface 0
[ 0.216013] [000017f0] libusbx: debug [auto_release] auto-released interface 0 [ 0.216013] [000017f0] libusbx: debug [usbi_handle_transfer_completion] transfer 0000000007BE4B60 has callback 000000006B6056B0
[ 0.216013] [000017f0] libusbx: debug [ctrl_transfer_cb] actual_length=0
[ 0.216013] [000017f0] libusbx: debug [libusb_claim_interface] interface 0
[ 0.216013] [000017f0] libusbx: debug [winusbx_claim_interface] claimed interface 0
[ 0.216013] [000017f0] libusbx: debug [libusb_get_config_descriptor] index 0
[ 0.216013] [000017f0] libusbx: debug [windows_assign_endpoints] (re)assigned endpoint 02 to interface 0 [ 0.216013] [000017f0] libusbx: debug [windows_assign_endpoints] (re)assigned endpoint 82 to interface 0 [ 0.219013] [000017f0] libusbx: debug [winusbx_submit_bulk_transfer] matched endpoint 02 with interface 0 [ 0.219013] [000017f0] libusbx: debug [winusbx_submit_bulk_transfer] writing 4 bytes
[ 0.219013] [000017f0] libusbx: debug [usbi_add_pollfd] add fd 4 events 4
[ 0.219013] [000017f0] libusbx: debug [libusb_get_next_timeout] next timeout in 0.099615s [ 0.219013] [000017f0] libusbx: debug [libusb_handle_events_timeout_completed] doing our own event handling [ 0.219013] [000017f0] libusbx: debug [handle_events] poll() 2 fds with timeout in 100ms
[ 0.219013] [000017f0] libusbx: debug [handle_events] poll() returned 1
[ 0.219013] [000017f0] libusbx: debug [windows_handle_events] checking fd 3 with revents = 0000 [ 0.219013] [000017f0] libusbx: debug [windows_handle_events] checking fd 4 with revents = 0004
[ 0.219013] [000017f0] libusbx: debug [usbi_remove_pollfd] remove fd 4
[ 0.219013] [000017f0] libusbx: debug [windows_transfer_callback] handling I/O completion with errcode 0 [ 0.219013] [000017f0] libusbx: debug [usbi_handle_transfer_completion] transfer 0000000007BE4B60 has callback 000000006B605670
[ 0.219013] [000017f0] libusbx: debug [bulk_transfer_cb] actual_length=4
[ 0.219013] [000017f0] libusbx: debug [winusbx_submit_bulk_transfer] matched endpoint 82 with interface 0 [ 0.219013] [000017f0] libusbx: debug [winusbx_submit_bulk_transfer] reading 64 bytes
[ 0.219013] [000017f0] libusbx: debug [usbi_add_pollfd] add fd 4 events 1
[ 0.220013] [000017f0] libusbx: debug [libusb_get_next_timeout] next timeout in 0.100000s [ 0.220013] [000017f0] libusbx: debug [libusb_handle_events_timeout_completed] doing our own event handling [ 0.220013] [000017f0] libusbx: debug [handle_events] poll() 2 fds with timeout in 100ms
[ 0.320019] [000017f0] libusbx: debug [handle_events] poll() returned 0
[ 0.320019] [000017f0] libusbx: debug [libusb_cancel_transfer]
[ 0.320019] [000017f0] libusbx: debug [winusbx_abort_transfers] will use interface 0 [ 0.320019] [000017f0] libusbx: debug [libusb_get_next_timeout] no URB with timeout or all handled by OS; no timeout! [ 0.320019] [000017f0] libusbx: debug [libusb_handle_events_timeout_completed] doing our own event handling [ 0.320019] [000017f0] libusbx: debug [handle_events] poll() 2 fds with timeout in 60000ms
[ 0.320019] [000017f0] libusbx: debug [handle_events] poll() returned 1
[ 0.320019] [000017f0] libusbx: debug [windows_handle_events] checking fd 3 with revents = 0000 [ 0.320019] [000017f0] libusbx: debug [windows_handle_events] checking fd 4 with revents = 0001
[ 0.320019] [000017f0] libusbx: debug [usbi_remove_pollfd] remove fd 4
[ 0.320019] [000017f0] libusbx: debug [windows_transfer_callback] handling I/O completion with errcode 995 [ 0.320019] [000017f0] libusbx: debug [windows_transfer_callback] detected timeout [ 0.320019] [000017f0] libusbx: debug [usbi_handle_transfer_completion] transfer 0000000007BE4B60 has callback 000000006B605670
[ 0.320019] [000017f0] libusbx: debug [bulk_transfer_cb] actual_length=0
[ 0.320019] [000017f0] libusbx: debug [winusbx_submit_bulk_transfer] matched endpoint 02 with interface 0 [ 0.320019] [000017f0] libusbx: debug [winusbx_submit_bulk_transfer] writing 4 bytes
[ 0.320019] [000017f0] libusbx: debug [usbi_add_pollfd] add fd 4 events 4
[ 0.320019] [000017f0] libusbx: debug [libusb_get_next_timeout] next timeout in 1.000000s [ 0.320019] [000017f0] libusbx: debug [libusb_handle_events_timeout_completed] doing our own event handling [ 0.320019] [000017f0] libusbx: debug [handle_events] poll() 2 fds with timeout in 1000ms
[ 0.320019] [000017f0] libusbx: debug [handle_events] poll() returned 1
[ 0.320019] [000017f0] libusbx: debug [windows_handle_events] checking fd 3 with revents = 0000 [ 0.320019] [000017f0] libusbx: debug [windows_handle_events] checking fd 4 with revents = 0004
[ 0.320019] [000017f0] libusbx: debug [usbi_remove_pollfd] remove fd 4
[ 0.320019] [000017f0] libusbx: debug [windows_transfer_callback] handling I/O completion with errcode 0 [ 0.320019] [000017f0] libusbx: debug [usbi_handle_transfer_completion] transfer 0000000007BE4B60 has callback 000000006B605670
[ 0.320019] [000017f0] libusbx: debug [bulk_transfer_cb] actual_length=4
[ 0.321019] [000017f0] libusbx: debug [winusbx_submit_bulk_transfer] matched endpoint 82 with interface 0 [ 0.321019] [000017f0] libusbx: debug [winusbx_submit_bulk_transfer] reading 64 bytes
[ 0.321019] [000017f0] libusbx: debug [usbi_add_pollfd] add fd 4 events 1
[ 0.321019] [000017f0] libusbx: debug [libusb_get_next_timeout] next timeout in 0.100000s [ 0.321019] [000017f0] libusbx: debug [libusb_handle_events_timeout_completed] doing our own event handling [ 0.321019] [000017f0] libusbx: debug [handle_events] poll() 2 fds with timeout in 100ms
[ 0.325019] [000017f0] libusbx: debug [handle_events] poll() returned 1
[ 0.325019] [000017f0] libusbx: debug [windows_handle_events] checking fd 3 with revents = 0000 [ 0.325019] [000017f0] libusbx: debug [windows_handle_events] checking fd 4 with revents = 0001
[ 0.325019] [000017f0] libusbx: debug [usbi_remove_pollfd] remove fd 4
[ 0.325019] [000017f0] libusbx: debug [windows_transfer_callback] handling I/O completion with errcode 0 [ 0.325019] [000017f0] libusbx: debug [usbi_handle_transfer_completion] transfer 0000000007BE4B60 has callback 000000006B605670
[ 0.325019] [000017f0] libusbx: debug [bulk_transfer_cb] actual_length=45
[ 0.325019] [000017f0] libusbx: debug [libusb_close]
[ 0.328019] [000017f0] libusbx: debug [libusb_get_device_descriptor]
[ 0.328019] [000017f0] libusbx: debug [libusb_get_device_descriptor]
[ 0.329019] [000017f0] libusbx: debug [libusb_get_device_descriptor]
[ 6.258358] [00001bf4] libusbx: debug [libusb_get_device_list]
[ 6.261358] [00001bf4] libusbx: debug [windows_get_device_list] allocating new device for session [29E] [ 6.261358] [00001bf4] libusbx: debug [windows_get_device_list] allocating new device for session [1EA]
[ 6.269359] [00001bf4] libusbx: debug [get_api_type] driver(s): usbhub
[ 6.269359] [00001bf4] libusbx: debug [get_api_type] matched driver name against HUB API API [ 6.269359] [00001bf4] libusbx: debug [windows_get_device_list] found existing device for session [338] (2.1)
[ 6.270359] [00001bf4] libusbx: debug [get_api_type] driver(s): usbhub
[ 6.270359] [00001bf4] libusbx: debug [get_api_type] matched driver name against HUB API API [ 6.270359] [00001bf4] libusbx: debug [windows_get_device_list] found existing device for session [23A] (1.1)
[ 6.271359] [00001bf4] libusbx: debug [get_api_type] driver(s): usbhub
[ 6.271359] [00001bf4] libusbx: debug [get_api_type] matched driver name against HUB API API [ 6.271359] [00001bf4] libusbx: debug [windows_get_device_list] found existing device for session [BF] (2.4)
[ 6.271359] [00001bf4] libusbx: debug [get_api_type] driver(s): usbhub
[ 6.272359] [00001bf4] libusbx: debug [get_api_type] matched driver name against HUB API API [ 6.272359] [00001bf4] libusbx: debug [windows_get_device_list] found existing device for session [143] (2.5)
[ 6.272359] [00001bf4] libusbx: debug [get_api_type] driver(s): usbhub
[ 6.273359] [00001bf4] libusbx: debug [get_api_type] matched driver name against HUB API API [ 6.273359] [00001bf4] libusbx: debug [windows_get_device_list] found existing device for session [144] (2.6)
[ 6.273359] [00001bf4] libusbx: debug [get_api_type] driver(s): usbhub
[ 6.273359] [00001bf4] libusbx: debug [get_api_type] matched driver name against HUB API API [ 6.273359] [00001bf4] libusbx: debug [windows_get_device_list] found existing device for session [145] (2.7)
[ 6.274359] [00001bf4] libusbx: debug [get_api_type] driver(s): usbhub
[ 6.274359] [00001bf4] libusbx: debug [get_api_type] matched driver name against HUB API API [ 6.274359] [00001bf4] libusbx: debug [windows_get_device_list] found existing device for session [124] (1.2)
[ 6.274359] [00001bf4] libusbx: debug [get_api_type] driver(s): usbhub
[ 6.275359] [00001bf4] libusbx: debug [get_api_type] matched driver name against HUB API API [ 6.275359] [00001bf4] libusbx: debug [windows_get_device_list] found existing device for session [212] (2.2) [ 6.280360] [00001bf4] libusbx: debug [windows_get_device_list] found existing device for session [338] (2.1) [ 6.280360] [00001bf4] libusbx: debug [windows_get_device_list] found existing device for session [23A] (1.1) [ 6.360364] [00001bf4] libusbx: debug [windows_get_device_list] found existing device for session [1E1] (1.3) [ 6.361364] [00001bf4] libusbx: debug [windows_get_device_list] found existing device for session [383] (2.8) [ 6.363364] [00001bf4] libusbx: debug [windows_get_device_list] found existing device for session [AD] (2.10) [ 6.363364] [00001bf4] libusbx: debug [windows_get_device_list] found existing device for session [BF] (2.4) [ 6.364364] [00001bf4] libusbx: debug [windows_get_device_list] found existing device for session [143] (2.5) [ 6.365364] [00001bf4] libusbx: debug [windows_get_device_list] found existing device for session [144] (2.6) [ 6.365364] [00001bf4] libusbx: debug [windows_get_device_list] found existing device for session [145] (2.7) [ 6.365364] [00001bf4] libusbx: debug [discovered_devs_append] need to increase capacity [ 6.366364] [00001bf4] libusbx: debug [windows_get_device_list] found existing device for session [D5] (2.3) [ 6.366364] [00001bf4] libusbx: debug [windows_get_device_list] extra GUID: {3AED4D41-39EA-42D6-8D66-CF132F03EBD0} [ 6.366364] [00001bf4] libusbx: debug [windows_get_device_list] found existing device for session [2B0] (1.4) [ 6.366364] [00001bf4] libusbx: debug [windows_get_device_list] found existing device for session [41] (2.9)

------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
libusbx-devel mailing list
libusbx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libusbx-devel

Reply via email to