Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Awesome job! #27

Open
leonelhs opened this issue Mar 31, 2022 · 2 comments
Open

Awesome job! #27

leonelhs opened this issue Mar 31, 2022 · 2 comments

Comments

@leonelhs
Copy link

Awesome job also it works on MacOS.

Thanks a lot.

@ab77
Copy link

ab77 commented Mar 1, 2023

@leonelhs in case you still have your macOS notes, I am trying to use a cheap CH341 (from AliExpress circa 2023) to detect on macOS Ventura (X64) and this is as far as I get:

$ sudo ./ch341prog  -i
libusb: info [darwin_detach_kernel_driver] no capture entitlements. may not be able to detach the kernel driver for this device
libusb: info [darwin_claim_interface] no interface found; setting configuration: 1
libusb: info [darwin_claim_interface] interface not found
Failed to claim interface 0: 'Input/output error'

$ sudo ./ch341prog  -i
Device reported its revision [4.03]
Chip not found or missed in ch341a. Check connection

$ sudo ./ch341prog  -i
Device reported its revision [4.03]
Chip not found or missed in ch341a. Check connection
...

The same cycle repeats after unplugging/replugging the programmer. I am wondering if this is a macOS issue. I have libusb 1.0.26.

Here are the debug logs for first execution (if you have time to compare with yours?):

$ LIBUSB_DEBUG=100 sudo -E ./ch341prog  -i

[timestamp] [threadID] facility level [function call] <message>
--------------------------------------------------------------------------------
[ 0.000011] [00127fcc] libusb: debug [libusb_init] created default context
[ 0.000026] [00127fcc] libusb: debug [libusb_init] libusb v1.0.26.11724
[ 0.000044] [00127fcc] libusb: debug [usbi_add_event_source] add fd 3 events 1
[ 0.000240] [00127fcc] libusb: debug [darwin_get_cached_device] could not get connected port number
[ 0.000246] [00127fcc] libusb: debug [darwin_get_cached_device] finding cached device for sessionID 0x0
[ 0.000266] [00127fcc] libusb: debug [darwin_get_cached_device] caching new device with sessionID 0x0
[ 0.002662] [00127fcc] libusb: debug [darwin_cache_device_descriptor] cached device descriptor:
[ 0.002669] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   bDescriptorType:    0x01
[ 0.002671] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   bcdUSB:             0x0100
[ 0.002673] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   bDeviceClass:       0x09
[ 0.002674] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   bDeviceSubClass:    0xff
[ 0.002676] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   bDeviceProtocol:    0x03
[ 0.002678] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   bMaxPacketSize0:    0x08
[ 0.002680] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   idVendor:           0x05ac
[ 0.002682] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   idProduct:          0x8007
[ 0.002683] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   bcdDevice:          0x0198
[ 0.002685] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   iManufacturer:      0x00
[ 0.002687] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   iProduct:           0x00
[ 0.002688] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   iSerialNumber:      0x00
[ 0.002690] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   bNumConfigurations: 0x01
[ 0.002755] [00127fcc] libusb: debug [darwin_get_cached_device] could not get connected port number
[ 0.002759] [00127fcc] libusb: debug [darwin_get_cached_device] finding cached device for sessionID 0x0
[ 0.002779] [00127fcc] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x0/0x0 against cached device with sessionID/locationID 0x0/0x80000000
[ 0.002782] [00127fcc] libusb: debug [darwin_get_cached_device] using cached device for device
[ 0.002835] [00127fcc] libusb: debug [darwin_get_cached_device] could not get connected port number
[ 0.002839] [00127fcc] libusb: debug [darwin_get_cached_device] finding cached device for sessionID 0x0
[ 0.002857] [00127fcc] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x0/0x14000000 against cached device with sessionID/locationID 0x0/0x80000000
[ 0.002860] [00127fcc] libusb: debug [darwin_get_cached_device] using cached device for device
[ 0.002911] [00127fcc] libusb: debug [darwin_get_cached_device] could not get connected port number
[ 0.002915] [00127fcc] libusb: debug [darwin_get_cached_device] finding cached device for sessionID 0x0
[ 0.002933] [00127fcc] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x0/0x1000000 against cached device with sessionID/locationID 0x0/0x80000000
[ 0.002935] [00127fcc] libusb: debug [darwin_get_cached_device] using cached device for device
[ 0.003006] [00127fcc] libusb: debug [darwin_get_cached_device] finding cached device for sessionID 0x4c0eac45
[ 0.003037] [00127fcc] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x4c0eac45/0x80800000 against cached device with sessionID/locationID 0x0/0x80000000
[ 0.003040] [00127fcc] libusb: debug [darwin_get_cached_device] caching new device with sessionID 0x4c0eac45
[ 0.004537] [00127fcc] libusb: debug [darwin_cache_device_descriptor] cached device descriptor:
[ 0.004544] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   bDescriptorType:    0x01
[ 0.004547] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   bcdUSB:             0x0200
[ 0.004548] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   bDeviceClass:       0x00
[ 0.004550] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   bDeviceSubClass:    0x00
[ 0.004552] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   bDeviceProtocol:    0x00
[ 0.004553] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   bMaxPacketSize0:    0x40
[ 0.004555] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   idVendor:           0x05ac
[ 0.004556] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   idProduct:          0x8104
[ 0.004558] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   bcdDevice:          0x0214
[ 0.004560] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   iManufacturer:      0x01
[ 0.004561] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   iProduct:           0x00
[ 0.004563] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   iSerialNumber:      0x02
[ 0.004564] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   bNumConfigurations: 0x01
[ 0.004589] [00127fcc] libusb: debug [darwin_check_configuration] active config: 1, first config: 1
[ 0.004592] [00127fcc] libusb: debug [process_new_device] allocating new device in context 0x7fdd35f04630 for with session 0x4c0eac45
[ 0.004596] [00127fcc] libusb: debug [process_new_device] found device with address 4 port = 8 parent = 0x0 at 0x60000029c23a
[ 0.004674] [00127fcc] libusb: debug [darwin_get_cached_device] finding cached device for sessionID 0x4c0f234b
[ 0.004709] [00127fcc] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x4c0f234b/0x80400000 against cached device with sessionID/locationID 0x4c0eac45/0x80800000
[ 0.004713] [00127fcc] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x4c0f234b/0x80400000 against cached device with sessionID/locationID 0x0/0x80000000
[ 0.004725] [00127fcc] libusb: debug [darwin_get_cached_device] caching new device with sessionID 0x4c0f234b
[ 0.004997] [00127fcc] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.005213] [00127fcc] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.005419] [00127fcc] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.005621] [00127fcc] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.005821] [00127fcc] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.005839] [00127fcc] libusb: debug [darwin_device_from_service] could not set up plugin for service: out of resources
[ 0.005912] [00127fcc] libusb: debug [darwin_get_cached_device] finding cached device for sessionID 0x4cc70a25
[ 0.005947] [00127fcc] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x4cc70a25/0x80100000 against cached device with sessionID/locationID 0x4c0eac45/0x80800000
[ 0.005958] [00127fcc] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x4cc70a25/0x80100000 against cached device with sessionID/locationID 0x0/0x80000000
[ 0.005961] [00127fcc] libusb: debug [darwin_get_cached_device] caching new device with sessionID 0x4cc70a25
[ 0.006147] [00127fcc] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.006348] [00127fcc] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.006552] [00127fcc] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.006748] [00127fcc] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.006981] [00127fcc] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.006997] [00127fcc] libusb: debug [darwin_device_from_service] could not set up plugin for service: out of resources
[ 0.007076] [00127fcc] libusb: debug [darwin_get_cached_device] finding cached device for sessionID 0x4d8f6060
[ 0.007113] [00127fcc] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x4d8f6060/0x80200000 against cached device with sessionID/locationID 0x4c0eac45/0x80800000
[ 0.007116] [00127fcc] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x4d8f6060/0x80200000 against cached device with sessionID/locationID 0x0/0x80000000
[ 0.007119] [00127fcc] libusb: debug [darwin_get_cached_device] caching new device with sessionID 0x4d8f6060
[ 0.007299] [00127fcc] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.007496] [00127fcc] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.007689] [00127fcc] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.007883] [00127fcc] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.008076] [00127fcc] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.008091] [00127fcc] libusb: debug [darwin_device_from_service] could not set up plugin for service: out of resources
[ 0.008176] [00127fcc] libusb: debug [darwin_get_cached_device] finding cached device for sessionID 0x4d5870f8
[ 0.008210] [00127fcc] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x4d5870f8/0x80600000 against cached device with sessionID/locationID 0x4c0eac45/0x80800000
[ 0.008214] [00127fcc] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x4d5870f8/0x80600000 against cached device with sessionID/locationID 0x0/0x80000000
[ 0.008226] [00127fcc] libusb: debug [darwin_get_cached_device] caching new device with sessionID 0x4d5870f8
[ 0.008535] [00127fcc] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.008778] [00127fcc] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.008997] [00127fcc] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.009270] [00127fcc] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.009480] [00127fcc] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.009496] [00127fcc] libusb: debug [darwin_device_from_service] could not set up plugin for service: out of resources
[ 0.009570] [00127fcc] libusb: debug [darwin_get_cached_device] finding cached device for sessionID 0x4cc74e2d
[ 0.009604] [00127fcc] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x4cc74e2d/0x80700000 against cached device with sessionID/locationID 0x4c0eac45/0x80800000
[ 0.009608] [00127fcc] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x4cc74e2d/0x80700000 against cached device with sessionID/locationID 0x0/0x80000000
[ 0.009618] [00127fcc] libusb: debug [darwin_get_cached_device] caching new device with sessionID 0x4cc74e2d
[ 0.009825] [00127fcc] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.010033] [00127fcc] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.010238] [00127fcc] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.010435] [00127fcc] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.010630] [00127fcc] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.010645] [00127fcc] libusb: debug [darwin_device_from_service] could not set up plugin for service: out of resources
[ 0.010718] [00127fcc] libusb: debug [darwin_get_cached_device] finding cached device for sessionID 0x4cef303f
[ 0.010751] [00127fcc] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x4cef303f/0x80300000 against cached device with sessionID/locationID 0x4c0eac45/0x80800000
[ 0.010755] [00127fcc] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x4cef303f/0x80300000 against cached device with sessionID/locationID 0x0/0x80000000
[ 0.010767] [00127fcc] libusb: debug [darwin_get_cached_device] caching new device with sessionID 0x4cef303f
[ 0.010948] [00127fcc] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.011143] [00127fcc] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.011343] [00127fcc] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.011537] [00127fcc] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.011729] [00127fcc] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.011745] [00127fcc] libusb: debug [darwin_device_from_service] could not set up plugin for service: out of resources
[ 0.011854] [00127fcc] libusb: debug [darwin_get_cached_device] finding cached device for sessionID 0x77f5aac0766b
[ 0.011886] [00127fcc] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x77f5aac0766b/0x80500000 against cached device with sessionID/locationID 0x4c0eac45/0x80800000
[ 0.011890] [00127fcc] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x77f5aac0766b/0x80500000 against cached device with sessionID/locationID 0x0/0x80000000
[ 0.011893] [00127fcc] libusb: debug [darwin_get_cached_device] caching new device with sessionID 0x77f5aac0766b
[ 0.012071] [00127fcc] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.012292] [00127fcc] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.012490] [00127fcc] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.012684] [00127fcc] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.012878] [00127fcc] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.012893] [00127fcc] libusb: debug [darwin_device_from_service] could not set up plugin for service: out of resources
[ 0.012965] [00127fcc] libusb: debug [darwin_get_cached_device] finding cached device for sessionID 0x789273fc0cc7
[ 0.012999] [00127fcc] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x789273fc0cc7/0x14400000 against cached device with sessionID/locationID 0x4c0eac45/0x80800000
[ 0.013002] [00127fcc] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x789273fc0cc7/0x14400000 against cached device with sessionID/locationID 0x0/0x80000000
[ 0.013012] [00127fcc] libusb: debug [darwin_get_cached_device] caching new device with sessionID 0x789273fc0cc7
[ 0.013444] [00127fcc] libusb: debug [darwin_cache_device_descriptor] cached device descriptor:
[ 0.013450] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   bDescriptorType:    0x01
[ 0.013452] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   bcdUSB:             0x0210
[ 0.013462] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   bDeviceClass:       0x09
[ 0.013465] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   bDeviceSubClass:    0x00
[ 0.013466] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   bDeviceProtocol:    0x02
[ 0.013469] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   bMaxPacketSize0:    0x40
[ 0.013471] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   idVendor:           0x05ac
[ 0.013472] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   idProduct:          0x1017
[ 0.013475] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   bcdDevice:          0x4206
[ 0.013477] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   iManufacturer:      0x01
[ 0.013478] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   iProduct:           0x02
[ 0.013481] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   iSerialNumber:      0x03
[ 0.013482] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   bNumConfigurations: 0x01
[ 0.013518] [00127fcc] libusb: debug [darwin_check_configuration] active config: 1, first config: 1
[ 0.013521] [00127fcc] libusb: debug [process_new_device] allocating new device in context 0x7fdd35f04630 for with session 0x789273fc0cc7
[ 0.013524] [00127fcc] libusb: debug [process_new_device] found device with address 1 port = 4 parent = 0x0 at 0x60000029c43a
[ 0.013599] [00127fcc] libusb: debug [darwin_get_cached_device] finding cached device for sessionID 0x789275047bab
[ 0.013638] [00127fcc] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x789275047bab/0x200000 against cached device with sessionID/locationID 0x789273fc0cc7/0x14400000
[ 0.013641] [00127fcc] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x789275047bab/0x200000 against cached device with sessionID/locationID 0x4c0eac45/0x80800000
[ 0.013644] [00127fcc] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x789275047bab/0x200000 against cached device with sessionID/locationID 0x0/0x80000000
[ 0.013646] [00127fcc] libusb: debug [darwin_get_cached_device] caching new device with sessionID 0x789275047bab
[ 0.014071] [00127fcc] libusb: debug [darwin_cache_device_descriptor] cached device descriptor:
[ 0.014077] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   bDescriptorType:    0x01
[ 0.014079] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   bcdUSB:             0x0320
[ 0.014082] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   bDeviceClass:       0x09
[ 0.014083] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   bDeviceSubClass:    0x00
[ 0.014086] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   bDeviceProtocol:    0x03
[ 0.014087] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   bMaxPacketSize0:    0x09
[ 0.014089] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   idVendor:           0x05ac
[ 0.014091] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   idProduct:          0x1018
[ 0.014093] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   bcdDevice:          0x4206
[ 0.014095] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   iManufacturer:      0x01
[ 0.014096] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   iProduct:           0x02
[ 0.014099] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   iSerialNumber:      0x03
[ 0.014100] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   bNumConfigurations: 0x01
[ 0.014119] [00127fcc] libusb: debug [darwin_check_configuration] active config: 1, first config: 1
[ 0.014122] [00127fcc] libusb: debug [process_new_device] allocating new device in context 0x7fdd35f04630 for with session 0x789275047bab
[ 0.014125] [00127fcc] libusb: debug [process_new_device] found device with address 1 port = 2 parent = 0x0 at 0x60000029c53a
[ 0.014203] [00127fcc] libusb: debug [darwin_get_cached_device] finding cached device for sessionID 0x789284de5e28
[ 0.014240] [00127fcc] libusb: debug [darwin_get_cached_device] parent sessionID: 0x789273fc0cc7
[ 0.014244] [00127fcc] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x789284de5e28/0x14420000 against cached device with sessionID/locationID 0x789275047bab/0x200000
[ 0.014246] [00127fcc] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x789284de5e28/0x14420000 against cached device with sessionID/locationID 0x789273fc0cc7/0x14400000
[ 0.014248] [00127fcc] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x789284de5e28/0x14420000 against cached device with sessionID/locationID 0x4c0eac45/0x80800000
[ 0.014251] [00127fcc] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x789284de5e28/0x14420000 against cached device with sessionID/locationID 0x0/0x80000000
[ 0.014260] [00127fcc] libusb: debug [darwin_get_cached_device] caching new device with sessionID 0x789284de5e28
[ 0.014722] [00127fcc] libusb: debug [darwin_cache_device_descriptor] cached device descriptor:
[ 0.014728] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   bDescriptorType:    0x01
[ 0.014730] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   bcdUSB:             0x0201
[ 0.014732] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   bDeviceClass:       0x00
[ 0.014734] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   bDeviceSubClass:    0x00
[ 0.014736] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   bDeviceProtocol:    0x00
[ 0.014738] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   bMaxPacketSize0:    0x08
[ 0.014739] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   idVendor:           0x05ac
[ 0.014741] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   idProduct:          0x1463
[ 0.014743] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   bcdDevice:          0x4206
[ 0.014746] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   iManufacturer:      0x01
[ 0.014747] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   iProduct:           0x02
[ 0.014749] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   iSerialNumber:      0x03
[ 0.014751] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   bNumConfigurations: 0x01
[ 0.014770] [00127fcc] libusb: debug [darwin_check_configuration] active config: 1, first config: 1
[ 0.014776] [00127fcc] libusb: debug [process_new_device] allocating new device in context 0x7fdd35f04630 for with session 0x789284de5e28
[ 0.014779] [00127fcc] libusb: debug [process_new_device] found device with address 2 port = 2 parent = 0x60000089c1e0 at 0x600000298c3a
[ 0.014868] [00127fcc] libusb: debug [darwin_get_cached_device] finding cached device for sessionID 0x7bb0508d21e9
[ 0.014903] [00127fcc] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x7bb0508d21e9/0x14100000 against cached device with sessionID/locationID 0x789284de5e28/0x14420000
[ 0.014906] [00127fcc] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x7bb0508d21e9/0x14100000 against cached device with sessionID/locationID 0x789275047bab/0x200000
[ 0.014909] [00127fcc] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x7bb0508d21e9/0x14100000 against cached device with sessionID/locationID 0x789273fc0cc7/0x14400000
[ 0.014911] [00127fcc] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x7bb0508d21e9/0x14100000 against cached device with sessionID/locationID 0x4c0eac45/0x80800000
[ 0.014913] [00127fcc] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x7bb0508d21e9/0x14100000 against cached device with sessionID/locationID 0x0/0x80000000
[ 0.014916] [00127fcc] libusb: debug [darwin_get_cached_device] caching new device with sessionID 0x7bb0508d21e9
[ 0.015297] [00127fcc] libusb: debug [darwin_cache_device_descriptor] cached device descriptor:
[ 0.015303] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   bDescriptorType:    0x01
[ 0.015305] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   bcdUSB:             0x0110
[ 0.015307] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   bDeviceClass:       0xff
[ 0.015309] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   bDeviceSubClass:    0x00
[ 0.015310] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   bDeviceProtocol:    0x02
[ 0.015312] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   bMaxPacketSize0:    0x08
[ 0.015315] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   idVendor:           0x1a86
[ 0.015317] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   idProduct:          0x5512
[ 0.015318] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   bcdDevice:          0x0304
[ 0.015320] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   iManufacturer:      0x00
[ 0.015321] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   iProduct:           0x02
[ 0.015323] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   iSerialNumber:      0x00
[ 0.015325] [00127fcc] libusb: debug [darwin_cache_device_descriptor]   bNumConfigurations: 0x01
[ 0.015356] [00127fcc] libusb: debug [darwin_check_configuration] active config: 0, first config: 1
[ 0.015359] [00127fcc] libusb: debug [process_new_device] allocating new device in context 0x7fdd35f04630 for with session 0x7bb0508d21e9
[ 0.015362] [00127fcc] libusb: debug [process_new_device] found device with address 20 port = 1 parent = 0x0 at 0x600000298d3a
[ 0.015407] [00127fcd] libusb: debug [darwin_event_thread_main] creating hotplug event source
[ 0.015579] [00127fcd] libusb: debug [darwin_event_thread_main] darwin event thread ready to receive events
[ 0.015603] [00127fcc] libusb: debug [libusb_get_device_list]  
[ 0.015623] [00127fcc] libusb: debug [libusb_get_device_descriptor]  
[ 0.015626] [00127fcc] libusb: debug [libusb_open] open 20.20
[ 0.015695] [00127fcc] libusb: debug [darwin_open] device open for access
[ 0.015700] [00127fcc] libusb: debug [libusb_kernel_driver_active] interface 0
[ 0.015830] [00127fcc] libusb: debug [libusb_detach_kernel_driver] interface 0
[ 0.015835] [00127fcc] libusb: debug [darwin_detach_kernel_driver] attempting to detach kernel driver from device
[ 0.015860] [00127fcc] libusb: info [darwin_detach_kernel_driver] no capture entitlements. may not be able to detach the kernel driver for this device
[ 0.016178] [00127fcc] libusb: debug [darwin_reenumerate_device] darwin/reenumerate_device: restoring state...
[ 0.016193] [00127fcc] libusb: debug [darwin_open] device open for access
[ 0.016195] [00127fcc] libusb: debug [darwin_restore_state] darwin/restore_state: reclaiming interfaces
[ 0.016197] [00127fcc] libusb: debug [darwin_restore_state] darwin/restore_state: device state restored
[ 0.016199] [00127fcc] libusb: debug [libusb_claim_interface] interface 0
[ 0.016213] [00127fcc] libusb: info [darwin_claim_interface] no interface found; setting configuration: 1
[ 0.078160] [00127fcc] libusb: info [darwin_claim_interface] interface not found
Failed to claim interface 0: 'Input/output error'
[ 0.078189] [00127fcc] libusb: debug [libusb_close]  

... and subsequent executions:

[timestamp] [threadID] facility level [function call] <message>
--------------------------------------------------------------------------------
[ 0.000012] [0012807b] libusb: debug [libusb_init] created default context
[ 0.000018] [0012807b] libusb: debug [libusb_init] libusb v1.0.26.11724
[ 0.000033] [0012807b] libusb: debug [usbi_add_event_source] add fd 3 events 1
[ 0.000231] [0012807b] libusb: debug [darwin_get_cached_device] could not get connected port number
[ 0.000237] [0012807b] libusb: debug [darwin_get_cached_device] finding cached device for sessionID 0x0
[ 0.000258] [0012807b] libusb: debug [darwin_get_cached_device] caching new device with sessionID 0x0
[ 0.003157] [0012807b] libusb: debug [darwin_cache_device_descriptor] cached device descriptor:
[ 0.003166] [0012807b] libusb: debug [darwin_cache_device_descriptor]   bDescriptorType:    0x01
[ 0.003169] [0012807b] libusb: debug [darwin_cache_device_descriptor]   bcdUSB:             0x0100
[ 0.003170] [0012807b] libusb: debug [darwin_cache_device_descriptor]   bDeviceClass:       0x09
[ 0.003172] [0012807b] libusb: debug [darwin_cache_device_descriptor]   bDeviceSubClass:    0xff
[ 0.003174] [0012807b] libusb: debug [darwin_cache_device_descriptor]   bDeviceProtocol:    0x03
[ 0.003176] [0012807b] libusb: debug [darwin_cache_device_descriptor]   bMaxPacketSize0:    0x08
[ 0.003177] [0012807b] libusb: debug [darwin_cache_device_descriptor]   idVendor:           0x05ac
[ 0.003179] [0012807b] libusb: debug [darwin_cache_device_descriptor]   idProduct:          0x8007
[ 0.003181] [0012807b] libusb: debug [darwin_cache_device_descriptor]   bcdDevice:          0x0198
[ 0.003182] [0012807b] libusb: debug [darwin_cache_device_descriptor]   iManufacturer:      0x00
[ 0.003184] [0012807b] libusb: debug [darwin_cache_device_descriptor]   iProduct:           0x00
[ 0.003186] [0012807b] libusb: debug [darwin_cache_device_descriptor]   iSerialNumber:      0x00
[ 0.003187] [0012807b] libusb: debug [darwin_cache_device_descriptor]   bNumConfigurations: 0x01
[ 0.003258] [0012807b] libusb: debug [darwin_get_cached_device] could not get connected port number
[ 0.003262] [0012807b] libusb: debug [darwin_get_cached_device] finding cached device for sessionID 0x0
[ 0.003282] [0012807b] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x0/0x0 against cached device with sessionID/locationID 0x0/0x80000000
[ 0.003285] [0012807b] libusb: debug [darwin_get_cached_device] using cached device for device
[ 0.003338] [0012807b] libusb: debug [darwin_get_cached_device] could not get connected port number
[ 0.003342] [0012807b] libusb: debug [darwin_get_cached_device] finding cached device for sessionID 0x0
[ 0.003361] [0012807b] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x0/0x14000000 against cached device with sessionID/locationID 0x0/0x80000000
[ 0.003363] [0012807b] libusb: debug [darwin_get_cached_device] using cached device for device
[ 0.003415] [0012807b] libusb: debug [darwin_get_cached_device] could not get connected port number
[ 0.003418] [0012807b] libusb: debug [darwin_get_cached_device] finding cached device for sessionID 0x0
[ 0.003436] [0012807b] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x0/0x1000000 against cached device with sessionID/locationID 0x0/0x80000000
[ 0.003439] [0012807b] libusb: debug [darwin_get_cached_device] using cached device for device
[ 0.003512] [0012807b] libusb: debug [darwin_get_cached_device] finding cached device for sessionID 0x4c0eac45
[ 0.003544] [0012807b] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x4c0eac45/0x80800000 against cached device with sessionID/locationID 0x0/0x80000000
[ 0.003546] [0012807b] libusb: debug [darwin_get_cached_device] caching new device with sessionID 0x4c0eac45
[ 0.005072] [0012807b] libusb: debug [darwin_cache_device_descriptor] cached device descriptor:
[ 0.005079] [0012807b] libusb: debug [darwin_cache_device_descriptor]   bDescriptorType:    0x01
[ 0.005081] [0012807b] libusb: debug [darwin_cache_device_descriptor]   bcdUSB:             0x0200
[ 0.005083] [0012807b] libusb: debug [darwin_cache_device_descriptor]   bDeviceClass:       0x00
[ 0.005085] [0012807b] libusb: debug [darwin_cache_device_descriptor]   bDeviceSubClass:    0x00
[ 0.005086] [0012807b] libusb: debug [darwin_cache_device_descriptor]   bDeviceProtocol:    0x00
[ 0.005088] [0012807b] libusb: debug [darwin_cache_device_descriptor]   bMaxPacketSize0:    0x40
[ 0.005090] [0012807b] libusb: debug [darwin_cache_device_descriptor]   idVendor:           0x05ac
[ 0.005091] [0012807b] libusb: debug [darwin_cache_device_descriptor]   idProduct:          0x8104
[ 0.005106] [0012807b] libusb: debug [darwin_cache_device_descriptor]   bcdDevice:          0x0214
[ 0.005112] [0012807b] libusb: debug [darwin_cache_device_descriptor]   iManufacturer:      0x01
[ 0.005122] [0012807b] libusb: debug [darwin_cache_device_descriptor]   iProduct:           0x00
[ 0.005128] [0012807b] libusb: debug [darwin_cache_device_descriptor]   iSerialNumber:      0x02
[ 0.005130] [0012807b] libusb: debug [darwin_cache_device_descriptor]   bNumConfigurations: 0x01
[ 0.005167] [0012807b] libusb: debug [darwin_check_configuration] active config: 1, first config: 1
[ 0.005171] [0012807b] libusb: debug [process_new_device] allocating new device in context 0x7f8b80f04630 for with session 0x4c0eac45
[ 0.005180] [0012807b] libusb: debug [process_new_device] found device with address 4 port = 8 parent = 0x0 at 0x6000028dc23a
[ 0.005294] [0012807b] libusb: debug [darwin_get_cached_device] finding cached device for sessionID 0x4c0f234b
[ 0.005331] [0012807b] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x4c0f234b/0x80400000 against cached device with sessionID/locationID 0x4c0eac45/0x80800000
[ 0.005334] [0012807b] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x4c0f234b/0x80400000 against cached device with sessionID/locationID 0x0/0x80000000
[ 0.005336] [0012807b] libusb: debug [darwin_get_cached_device] caching new device with sessionID 0x4c0f234b
[ 0.005584] [0012807b] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.005796] [0012807b] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.006001] [0012807b] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.006203] [0012807b] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.006401] [0012807b] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.006418] [0012807b] libusb: debug [darwin_device_from_service] could not set up plugin for service: out of resources
[ 0.006489] [0012807b] libusb: debug [darwin_get_cached_device] finding cached device for sessionID 0x4cc70a25
[ 0.006523] [0012807b] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x4cc70a25/0x80100000 against cached device with sessionID/locationID 0x4c0eac45/0x80800000
[ 0.006525] [0012807b] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x4cc70a25/0x80100000 against cached device with sessionID/locationID 0x0/0x80000000
[ 0.006533] [0012807b] libusb: debug [darwin_get_cached_device] caching new device with sessionID 0x4cc70a25
[ 0.006714] [0012807b] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.006911] [0012807b] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.007107] [0012807b] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.007308] [0012807b] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.007504] [0012807b] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.007521] [0012807b] libusb: debug [darwin_device_from_service] could not set up plugin for service: out of resources
[ 0.007630] [0012807b] libusb: debug [darwin_get_cached_device] finding cached device for sessionID 0x4d8f6060
[ 0.007672] [0012807b] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x4d8f6060/0x80200000 against cached device with sessionID/locationID 0x4c0eac45/0x80800000
[ 0.007675] [0012807b] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x4d8f6060/0x80200000 against cached device with sessionID/locationID 0x0/0x80000000
[ 0.007687] [0012807b] libusb: debug [darwin_get_cached_device] caching new device with sessionID 0x4d8f6060
[ 0.007910] [0012807b] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.008122] [0012807b] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.008328] [0012807b] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.008524] [0012807b] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.008802] [0012807b] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.008824] [0012807b] libusb: debug [darwin_device_from_service] could not set up plugin for service: out of resources
[ 0.008901] [0012807b] libusb: debug [darwin_get_cached_device] finding cached device for sessionID 0x4d5870f8
[ 0.008937] [0012807b] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x4d5870f8/0x80600000 against cached device with sessionID/locationID 0x4c0eac45/0x80800000
[ 0.008941] [0012807b] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x4d5870f8/0x80600000 against cached device with sessionID/locationID 0x0/0x80000000
[ 0.008952] [0012807b] libusb: debug [darwin_get_cached_device] caching new device with sessionID 0x4d5870f8
[ 0.009175] [0012807b] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.009374] [0012807b] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.009571] [0012807b] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.009772] [0012807b] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.010003] [0012807b] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.010018] [0012807b] libusb: debug [darwin_device_from_service] could not set up plugin for service: out of resources
[ 0.010095] [0012807b] libusb: debug [darwin_get_cached_device] finding cached device for sessionID 0x4cc74e2d
[ 0.010128] [0012807b] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x4cc74e2d/0x80700000 against cached device with sessionID/locationID 0x4c0eac45/0x80800000
[ 0.010132] [0012807b] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x4cc74e2d/0x80700000 against cached device with sessionID/locationID 0x0/0x80000000
[ 0.010134] [0012807b] libusb: debug [darwin_get_cached_device] caching new device with sessionID 0x4cc74e2d
[ 0.010333] [0012807b] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.010540] [0012807b] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.010743] [0012807b] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.010945] [0012807b] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.011145] [0012807b] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.011160] [0012807b] libusb: debug [darwin_device_from_service] could not set up plugin for service: out of resources
[ 0.011234] [0012807b] libusb: debug [darwin_get_cached_device] finding cached device for sessionID 0x4cef303f
[ 0.011268] [0012807b] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x4cef303f/0x80300000 against cached device with sessionID/locationID 0x4c0eac45/0x80800000
[ 0.011272] [0012807b] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x4cef303f/0x80300000 against cached device with sessionID/locationID 0x0/0x80000000
[ 0.011282] [0012807b] libusb: debug [darwin_get_cached_device] caching new device with sessionID 0x4cef303f
[ 0.011482] [0012807b] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.011678] [0012807b] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.011918] [0012807b] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.012119] [0012807b] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.012335] [0012807b] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.012350] [0012807b] libusb: debug [darwin_device_from_service] could not set up plugin for service: out of resources
[ 0.012425] [0012807b] libusb: debug [darwin_get_cached_device] finding cached device for sessionID 0x77f5aac0766b
[ 0.012460] [0012807b] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x77f5aac0766b/0x80500000 against cached device with sessionID/locationID 0x4c0eac45/0x80800000
[ 0.012463] [0012807b] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x77f5aac0766b/0x80500000 against cached device with sessionID/locationID 0x0/0x80000000
[ 0.012465] [0012807b] libusb: debug [darwin_get_cached_device] caching new device with sessionID 0x77f5aac0766b
[ 0.012648] [0012807b] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.012845] [0012807b] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.013040] [0012807b] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.013237] [0012807b] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.013464] [0012807b] libusb: debug [darwin_device_from_service] set up plugin for service retry: out of resources
[ 0.013485] [0012807b] libusb: debug [darwin_device_from_service] could not set up plugin for service: out of resources
[ 0.013567] [0012807b] libusb: debug [darwin_get_cached_device] finding cached device for sessionID 0x789273fc0cc7
[ 0.013601] [0012807b] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x789273fc0cc7/0x14400000 against cached device with sessionID/locationID 0x4c0eac45/0x80800000
[ 0.013604] [0012807b] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x789273fc0cc7/0x14400000 against cached device with sessionID/locationID 0x0/0x80000000
[ 0.013606] [0012807b] libusb: debug [darwin_get_cached_device] caching new device with sessionID 0x789273fc0cc7
[ 0.014036] [0012807b] libusb: debug [darwin_cache_device_descriptor] cached device descriptor:
[ 0.014042] [0012807b] libusb: debug [darwin_cache_device_descriptor]   bDescriptorType:    0x01
[ 0.014044] [0012807b] libusb: debug [darwin_cache_device_descriptor]   bcdUSB:             0x0210
[ 0.014054] [0012807b] libusb: debug [darwin_cache_device_descriptor]   bDeviceClass:       0x09
[ 0.014057] [0012807b] libusb: debug [darwin_cache_device_descriptor]   bDeviceSubClass:    0x00
[ 0.014058] [0012807b] libusb: debug [darwin_cache_device_descriptor]   bDeviceProtocol:    0x02
[ 0.014061] [0012807b] libusb: debug [darwin_cache_device_descriptor]   bMaxPacketSize0:    0x40
[ 0.014063] [0012807b] libusb: debug [darwin_cache_device_descriptor]   idVendor:           0x05ac
[ 0.014064] [0012807b] libusb: debug [darwin_cache_device_descriptor]   idProduct:          0x1017
[ 0.014075] [0012807b] libusb: debug [darwin_cache_device_descriptor]   bcdDevice:          0x4206
[ 0.014078] [0012807b] libusb: debug [darwin_cache_device_descriptor]   iManufacturer:      0x01
[ 0.014081] [0012807b] libusb: debug [darwin_cache_device_descriptor]   iProduct:           0x02
[ 0.014082] [0012807b] libusb: debug [darwin_cache_device_descriptor]   iSerialNumber:      0x03
[ 0.014085] [0012807b] libusb: debug [darwin_cache_device_descriptor]   bNumConfigurations: 0x01
[ 0.014108] [0012807b] libusb: debug [darwin_check_configuration] active config: 1, first config: 1
[ 0.014111] [0012807b] libusb: debug [process_new_device] allocating new device in context 0x7f8b80f04630 for with session 0x789273fc0cc7
[ 0.014114] [0012807b] libusb: debug [process_new_device] found device with address 1 port = 4 parent = 0x0 at 0x6000028d40ba
[ 0.014187] [0012807b] libusb: debug [darwin_get_cached_device] finding cached device for sessionID 0x789275047bab
[ 0.014225] [0012807b] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x789275047bab/0x200000 against cached device with sessionID/locationID 0x789273fc0cc7/0x14400000
[ 0.014228] [0012807b] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x789275047bab/0x200000 against cached device with sessionID/locationID 0x4c0eac45/0x80800000
[ 0.014230] [0012807b] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x789275047bab/0x200000 against cached device with sessionID/locationID 0x0/0x80000000
[ 0.014233] [0012807b] libusb: debug [darwin_get_cached_device] caching new device with sessionID 0x789275047bab
[ 0.014627] [0012807b] libusb: debug [darwin_cache_device_descriptor] cached device descriptor:
[ 0.014633] [0012807b] libusb: debug [darwin_cache_device_descriptor]   bDescriptorType:    0x01
[ 0.014635] [0012807b] libusb: debug [darwin_cache_device_descriptor]   bcdUSB:             0x0320
[ 0.014637] [0012807b] libusb: debug [darwin_cache_device_descriptor]   bDeviceClass:       0x09
[ 0.014638] [0012807b] libusb: debug [darwin_cache_device_descriptor]   bDeviceSubClass:    0x00
[ 0.014640] [0012807b] libusb: debug [darwin_cache_device_descriptor]   bDeviceProtocol:    0x03
[ 0.014642] [0012807b] libusb: debug [darwin_cache_device_descriptor]   bMaxPacketSize0:    0x09
[ 0.014644] [0012807b] libusb: debug [darwin_cache_device_descriptor]   idVendor:           0x05ac
[ 0.014645] [0012807b] libusb: debug [darwin_cache_device_descriptor]   idProduct:          0x1018
[ 0.014648] [0012807b] libusb: debug [darwin_cache_device_descriptor]   bcdDevice:          0x4206
[ 0.014650] [0012807b] libusb: debug [darwin_cache_device_descriptor]   iManufacturer:      0x01
[ 0.014651] [0012807b] libusb: debug [darwin_cache_device_descriptor]   iProduct:           0x02
[ 0.014653] [0012807b] libusb: debug [darwin_cache_device_descriptor]   iSerialNumber:      0x03
[ 0.014655] [0012807b] libusb: debug [darwin_cache_device_descriptor]   bNumConfigurations: 0x01
[ 0.014674] [0012807b] libusb: debug [darwin_check_configuration] active config: 1, first config: 1
[ 0.014677] [0012807b] libusb: debug [process_new_device] allocating new device in context 0x7f8b80f04630 for with session 0x789275047bab
[ 0.014681] [0012807b] libusb: debug [process_new_device] found device with address 1 port = 2 parent = 0x0 at 0x6000028d41ba
[ 0.014757] [0012807b] libusb: debug [darwin_get_cached_device] finding cached device for sessionID 0x789284de5e28
[ 0.014792] [0012807b] libusb: debug [darwin_get_cached_device] parent sessionID: 0x789273fc0cc7
[ 0.014796] [0012807b] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x789284de5e28/0x14420000 against cached device with sessionID/locationID 0x789275047bab/0x200000
[ 0.014799] [0012807b] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x789284de5e28/0x14420000 against cached device with sessionID/locationID 0x789273fc0cc7/0x14400000
[ 0.014801] [0012807b] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x789284de5e28/0x14420000 against cached device with sessionID/locationID 0x4c0eac45/0x80800000
[ 0.014813] [0012807b] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x789284de5e28/0x14420000 against cached device with sessionID/locationID 0x0/0x80000000
[ 0.014818] [0012807b] libusb: debug [darwin_get_cached_device] caching new device with sessionID 0x789284de5e28
[ 0.015307] [0012807b] libusb: debug [darwin_cache_device_descriptor] cached device descriptor:
[ 0.015313] [0012807b] libusb: debug [darwin_cache_device_descriptor]   bDescriptorType:    0x01
[ 0.015315] [0012807b] libusb: debug [darwin_cache_device_descriptor]   bcdUSB:             0x0201
[ 0.015324] [0012807b] libusb: debug [darwin_cache_device_descriptor]   bDeviceClass:       0x00
[ 0.015327] [0012807b] libusb: debug [darwin_cache_device_descriptor]   bDeviceSubClass:    0x00
[ 0.015329] [0012807b] libusb: debug [darwin_cache_device_descriptor]   bDeviceProtocol:    0x00
[ 0.015332] [0012807b] libusb: debug [darwin_cache_device_descriptor]   bMaxPacketSize0:    0x08
[ 0.015333] [0012807b] libusb: debug [darwin_cache_device_descriptor]   idVendor:           0x05ac
[ 0.015335] [0012807b] libusb: debug [darwin_cache_device_descriptor]   idProduct:          0x1463
[ 0.015337] [0012807b] libusb: debug [darwin_cache_device_descriptor]   bcdDevice:          0x4206
[ 0.015339] [0012807b] libusb: debug [darwin_cache_device_descriptor]   iManufacturer:      0x01
[ 0.015340] [0012807b] libusb: debug [darwin_cache_device_descriptor]   iProduct:           0x02
[ 0.015342] [0012807b] libusb: debug [darwin_cache_device_descriptor]   iSerialNumber:      0x03
[ 0.015344] [0012807b] libusb: debug [darwin_cache_device_descriptor]   bNumConfigurations: 0x01
[ 0.015364] [0012807b] libusb: debug [darwin_check_configuration] active config: 1, first config: 1
[ 0.015367] [0012807b] libusb: debug [process_new_device] allocating new device in context 0x7f8b80f04630 for with session 0x789284de5e28
[ 0.015372] [0012807b] libusb: debug [process_new_device] found device with address 2 port = 2 parent = 0x6000022d4000 at 0x6000028d8c3a
[ 0.015464] [0012807b] libusb: debug [darwin_get_cached_device] finding cached device for sessionID 0x7bb0508d21e9
[ 0.015499] [0012807b] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x7bb0508d21e9/0x14100000 against cached device with sessionID/locationID 0x789284de5e28/0x14420000
[ 0.015502] [0012807b] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x7bb0508d21e9/0x14100000 against cached device with sessionID/locationID 0x789275047bab/0x200000
[ 0.015506] [0012807b] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x7bb0508d21e9/0x14100000 against cached device with sessionID/locationID 0x789273fc0cc7/0x14400000
[ 0.015508] [0012807b] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x7bb0508d21e9/0x14100000 against cached device with sessionID/locationID 0x4c0eac45/0x80800000
[ 0.015510] [0012807b] libusb: debug [darwin_get_cached_device] matching sessionID/locationID 0x7bb0508d21e9/0x14100000 against cached device with sessionID/locationID 0x0/0x80000000
[ 0.015512] [0012807b] libusb: debug [darwin_get_cached_device] caching new device with sessionID 0x7bb0508d21e9
[ 0.015916] [0012807b] libusb: debug [darwin_cache_device_descriptor] cached device descriptor:
[ 0.015922] [0012807b] libusb: debug [darwin_cache_device_descriptor]   bDescriptorType:    0x01
[ 0.015924] [0012807b] libusb: debug [darwin_cache_device_descriptor]   bcdUSB:             0x0110
[ 0.015926] [0012807b] libusb: debug [darwin_cache_device_descriptor]   bDeviceClass:       0xff
[ 0.015928] [0012807b] libusb: debug [darwin_cache_device_descriptor]   bDeviceSubClass:    0x00
[ 0.015930] [0012807b] libusb: debug [darwin_cache_device_descriptor]   bDeviceProtocol:    0x02
[ 0.015932] [0012807b] libusb: debug [darwin_cache_device_descriptor]   bMaxPacketSize0:    0x08
[ 0.015933] [0012807b] libusb: debug [darwin_cache_device_descriptor]   idVendor:           0x1a86
[ 0.015944] [0012807b] libusb: debug [darwin_cache_device_descriptor]   idProduct:          0x5512
[ 0.015947] [0012807b] libusb: debug [darwin_cache_device_descriptor]   bcdDevice:          0x0304
[ 0.015948] [0012807b] libusb: debug [darwin_cache_device_descriptor]   iManufacturer:      0x00
[ 0.015951] [0012807b] libusb: debug [darwin_cache_device_descriptor]   iProduct:           0x02
[ 0.015952] [0012807b] libusb: debug [darwin_cache_device_descriptor]   iSerialNumber:      0x00
[ 0.015954] [0012807b] libusb: debug [darwin_cache_device_descriptor]   bNumConfigurations: 0x01
[ 0.015979] [0012807b] libusb: debug [darwin_check_configuration] active config: 1, first config: 1
[ 0.015981] [0012807b] libusb: debug [process_new_device] allocating new device in context 0x7f8b80f04630 for with session 0x7bb0508d21e9
[ 0.015984] [0012807b] libusb: debug [process_new_device] found device with address 20 port = 1 parent = 0x0 at 0x6000028d8d3a
[ 0.016031] [0012807c] libusb: debug [darwin_event_thread_main] creating hotplug event source
[ 0.016214] [0012807c] libusb: debug [darwin_event_thread_main] darwin event thread ready to receive events
[ 0.016236] [0012807b] libusb: debug [libusb_get_device_list]  
[ 0.016262] [0012807b] libusb: debug [libusb_get_device_descriptor]  
[ 0.016266] [0012807b] libusb: debug [libusb_open] open 20.20
[ 0.016329] [0012807b] libusb: debug [darwin_open] device open for access
[ 0.016334] [0012807b] libusb: debug [libusb_kernel_driver_active] interface 0
[ 0.016437] [0012807b] libusb: debug [libusb_claim_interface] interface 0
[ 0.017409] [0012807b] libusb: debug [get_endpoints] building table of endpoints.
[ 0.017669] [0012807b] libusb: debug [get_endpoints] interface: 0 pipe 1: dir: 1 number: 2
[ 0.017863] [0012807b] libusb: debug [get_endpoints] interface: 0 pipe 2: dir: 0 number: 2
[ 0.018041] [0012807b] libusb: debug [get_endpoints] interface: 0 pipe 3: dir: 1 number: 1
[ 0.018072] [0012807b] libusb: debug [darwin_claim_interface] interface opened
[ 0.018076] [0012807b] libusb: debug [libusb_submit_transfer] transfer 0x7f8b81c043f0
[ 0.018098] [0012807b] libusb: debug [libusb_get_next_timeout] no URB with timeout or all handled by OS; no timeout!
[ 0.018102] [0012807b] libusb: debug [libusb_handle_events_timeout_completed] doing our own event handling
[ 0.018105] [0012807b] libusb: debug [handle_events] event sources modified, reallocating event data
[ 0.018104] [0012807c] libusb: debug [darwin_async_io_callback] an async io operation has completed
[ 0.018115] [0012807b] libusb: debug [usbi_wait_for_events] poll() 1 fds with timeout in 60000ms
[ 0.018137] [0012807b] libusb: debug [usbi_wait_for_events] poll() returned 1
[ 0.018142] [0012807b] libusb: debug [handle_event_trigger] event triggered
[ 0.018144] [0012807b] libusb: debug [darwin_handle_transfer_completion] handling transfer completion type control with kernel status 0
[ 0.018146] [0012807b] libusb: debug [usbi_handle_transfer_completion] transfer 0x7f8b81c043f0 has callback 0x104f80224
[ 0.018149] [0012807b] libusb: debug [sync_transfer_cb] actual_length=18
[ 0.018152] [0012807b] libusb: debug [libusb_free_transfer] transfer 0x7f8b81c043f0
[ 0.018164] [0012807b] libusb: debug [libusb_submit_transfer] transfer 0x7f8b80f05100
[ 0.018166] [0012807b] libusb: debug [ep_to_pipeRef] converting ep address 0x02 to pipeRef and interface
[ 0.018168] [0012807b] libusb: debug [ep_to_pipeRef] pipe 2 on interface 0 matches
[ 0.018216] [0012807b] libusb: debug [libusb_get_next_timeout] no URB with timeout or all handled by OS; no timeout!
[ 0.018220] [0012807b] libusb: debug [libusb_handle_events_timeout_completed] doing our own event handling
[ 0.018221] [0012807b] libusb: debug [usbi_wait_for_events] poll() 1 fds with timeout in 60000ms
[ 0.018272] [0012807c] libusb: debug [darwin_async_io_callback] an async io operation has completed
[ 0.018285] [0012807b] libusb: debug [usbi_wait_for_events] poll() returned 1
[ 0.018290] [0012807b] libusb: debug [handle_event_trigger] event triggered
[ 0.018292] [0012807b] libusb: debug [darwin_handle_transfer_completion] handling transfer completion type bulk with kernel status 0
[ 0.018294] [0012807b] libusb: debug [usbi_handle_transfer_completion] transfer 0x7f8b80f05100 has callback 0x104f80224
[ 0.018297] [0012807b] libusb: debug [sync_transfer_cb] actual_length=3
[ 0.018301] [0012807b] libusb: debug [libusb_free_transfer] transfer 0x7f8b80f05100
[ 0.018305] [0012807b] libusb: debug [libusb_submit_transfer] transfer 0x7f8b81a04150
[ 0.018308] [0012807b] libusb: debug [ep_to_pipeRef] converting ep address 0x02 to pipeRef and interface
[ 0.018310] [0012807b] libusb: debug [ep_to_pipeRef] pipe 2 on interface 0 matches
[ 0.018353] [0012807b] libusb: debug [libusb_get_next_timeout] no URB with timeout or all handled by OS; no timeout!
[ 0.018357] [0012807b] libusb: debug [libusb_handle_events_timeout_completed] doing our own event handling
[ 0.018359] [0012807b] libusb: debug [usbi_wait_for_events] poll() 1 fds with timeout in 60000ms
[ 0.018397] [0012807c] libusb: debug [darwin_async_io_callback] an async io operation has completed
[ 0.018408] [0012807b] libusb: debug [usbi_wait_for_events] poll() returned 1
[ 0.018412] [0012807b] libusb: debug [handle_event_trigger] event triggered
[ 0.018414] [0012807b] libusb: debug [darwin_handle_transfer_completion] handling transfer completion type bulk with kernel status 0
[ 0.018416] [0012807b] libusb: debug [usbi_handle_transfer_completion] transfer 0x7f8b81a04150 has callback 0x104f80224
[ 0.018418] [0012807b] libusb: debug [sync_transfer_cb] actual_length=4
[ 0.018421] [0012807b] libusb: debug [libusb_free_transfer] transfer 0x7f8b81a04150
[ 0.018425] [0012807b] libusb: debug [libusb_submit_transfer] transfer 0x7f8b81a04150
[ 0.018428] [0012807b] libusb: debug [ep_to_pipeRef] converting ep address 0x02 to pipeRef and interface
[ 0.018429] [0012807b] libusb: debug [ep_to_pipeRef] pipe 2 on interface 0 matches
[ 0.018461] [0012807b] libusb: debug [libusb_get_next_timeout] no URB with timeout or all handled by OS; no timeout!
[ 0.018465] [0012807b] libusb: debug [libusb_handle_events_timeout_completed] doing our own event handling
[ 0.018467] [0012807b] libusb: debug [usbi_wait_for_events] poll() 1 fds with timeout in 60000ms
[ 0.018523] [0012807c] libusb: debug [darwin_async_io_callback] an async io operation has completed
[ 0.018533] [0012807b] libusb: debug [usbi_wait_for_events] poll() returned 1
[ 0.018539] [0012807b] libusb: debug [handle_event_trigger] event triggered
[ 0.018541] [0012807b] libusb: debug [darwin_handle_transfer_completion] handling transfer completion type bulk with kernel status 0
[ 0.018543] [0012807b] libusb: debug [usbi_handle_transfer_completion] transfer 0x7f8b81a04150 has callback 0x104f80224
[ 0.018546] [0012807b] libusb: debug [sync_transfer_cb] actual_length=32
[ 0.018549] [0012807b] libusb: debug [libusb_free_transfer] transfer 0x7f8b81a04150
[ 0.018553] [0012807b] libusb: debug [libusb_submit_transfer] transfer 0x7f8b80f05100
[ 0.018555] [0012807b] libusb: debug [ep_to_pipeRef] converting ep address 0x82 to pipeRef and interface
[ 0.018558] [0012807b] libusb: debug [ep_to_pipeRef] pipe 1 on interface 0 matches
[ 0.018595] [0012807b] libusb: debug [libusb_get_next_timeout] no URB with timeout or all handled by OS; no timeout!
[ 0.018599] [0012807b] libusb: debug [libusb_handle_events_timeout_completed] doing our own event handling
[ 0.018601] [0012807b] libusb: debug [usbi_wait_for_events] poll() 1 fds with timeout in 60000ms
[ 0.018792] [0012807c] libusb: debug [darwin_async_io_callback] an async io operation has completed
[ 0.018802] [0012807b] libusb: debug [usbi_wait_for_events] poll() returned 1
[ 0.018806] [0012807b] libusb: debug [handle_event_trigger] event triggered
[ 0.018808] [0012807b] libusb: debug [darwin_handle_transfer_completion] handling transfer completion type bulk with kernel status 0
[ 0.018810] [0012807b] libusb: debug [usbi_handle_transfer_completion] transfer 0x7f8b80f05100 has callback 0x104f80224
[ 0.018813] [0012807b] libusb: debug [sync_transfer_cb] actual_length=31
[ 0.018816] [0012807b] libusb: debug [libusb_free_transfer] transfer 0x7f8b80f05100
[ 0.018820] [0012807b] libusb: debug [libusb_submit_transfer] transfer 0x7f8b80f05100
[ 0.018822] [0012807b] libusb: debug [ep_to_pipeRef] converting ep address 0x02 to pipeRef and interface
[ 0.018825] [0012807b] libusb: debug [ep_to_pipeRef] pipe 2 on interface 0 matches
[ 0.018858] [0012807b] libusb: debug [libusb_get_next_timeout] no URB with timeout or all handled by OS; no timeout!
[ 0.018861] [0012807b] libusb: debug [libusb_handle_events_timeout_completed] doing our own event handling
[ 0.018863] [0012807b] libusb: debug [usbi_wait_for_events] poll() 1 fds with timeout in 60000ms
[ 0.018920] [0012807c] libusb: debug [darwin_async_io_callback] an async io operation has completed
[ 0.018931] [0012807b] libusb: debug [usbi_wait_for_events] poll() returned 1
[ 0.018935] [0012807b] libusb: debug [handle_event_trigger] event triggered
[ 0.018937] [0012807b] libusb: debug [darwin_handle_transfer_completion] handling transfer completion type bulk with kernel status 0
[ 0.018939] [0012807b] libusb: debug [usbi_handle_transfer_completion] transfer 0x7f8b80f05100 has callback 0x104f80224
[ 0.018942] [0012807b] libusb: debug [sync_transfer_cb] actual_length=32
[ 0.018946] [0012807b] libusb: debug [libusb_free_transfer] transfer 0x7f8b80f05100
[ 0.018950] [0012807b] libusb: debug [libusb_submit_transfer] transfer 0x7f8b81904150
[ 0.018952] [0012807b] libusb: debug [ep_to_pipeRef] converting ep address 0x82 to pipeRef and interface
[ 0.018954] [0012807b] libusb: debug [ep_to_pipeRef] pipe 1 on interface 0 matches
[ 0.018996] [0012807b] libusb: debug [libusb_get_next_timeout] no URB with timeout or all handled by OS; no timeout!
[ 0.019000] [0012807b] libusb: debug [libusb_handle_events_timeout_completed] doing our own event handling
[ 0.019003] [0012807b] libusb: debug [usbi_wait_for_events] poll() 1 fds with timeout in 60000ms
[ 0.019179] [0012807c] libusb: debug [darwin_async_io_callback] an async io operation has completed
[ 0.019188] [0012807b] libusb: debug [usbi_wait_for_events] poll() returned 1
[ 0.019192] [0012807b] libusb: debug [handle_event_trigger] event triggered
[ 0.019194] [0012807b] libusb: debug [darwin_handle_transfer_completion] handling transfer completion type bulk with kernel status 0
[ 0.019196] [0012807b] libusb: debug [usbi_handle_transfer_completion] transfer 0x7f8b81904150 has callback 0x104f80224
[ 0.019199] [0012807b] libusb: debug [sync_transfer_cb] actual_length=31
[ 0.019202] [0012807b] libusb: debug [libusb_free_transfer] transfer 0x7f8b81904150
[ 0.019206] [0012807b] libusb: debug [libusb_submit_transfer] transfer 0x7f8b80f05100
[ 0.019208] [0012807b] libusb: debug [ep_to_pipeRef] converting ep address 0x02 to pipeRef and interface
[ 0.019210] [0012807b] libusb: debug [ep_to_pipeRef] pipe 2 on interface 0 matches
[ 0.019256] [0012807b] libusb: debug [libusb_get_next_timeout] no URB with timeout or all handled by OS; no timeout!
[ 0.019260] [0012807b] libusb: debug [libusb_handle_events_timeout_completed] doing our own event handling
[ 0.019262] [0012807b] libusb: debug [usbi_wait_for_events] poll() 1 fds with timeout in 60000ms
[ 0.019303] [0012807c] libusb: debug [darwin_async_io_callback] an async io operation has completed
[ 0.019311] [0012807b] libusb: debug [usbi_wait_for_events] poll() returned 1
[ 0.019315] [0012807b] libusb: debug [handle_event_trigger] event triggered
[ 0.019317] [0012807b] libusb: debug [darwin_handle_transfer_completion] handling transfer completion type bulk with kernel status 0
[ 0.019319] [0012807b] libusb: debug [usbi_handle_transfer_completion] transfer 0x7f8b80f05100 has callback 0x104f80224
[ 0.019321] [0012807b] libusb: debug [sync_transfer_cb] actual_length=21
[ 0.019324] [0012807b] libusb: debug [libusb_free_transfer] transfer 0x7f8b80f05100
[ 0.019327] [0012807b] libusb: debug [libusb_submit_transfer] transfer 0x7f8b80f05100
[ 0.019329] [0012807b] libusb: debug [ep_to_pipeRef] converting ep address 0x82 to pipeRef and interface
[ 0.019331] [0012807b] libusb: debug [ep_to_pipeRef] pipe 1 on interface 0 matches
[ 0.019359] [0012807b] libusb: debug [libusb_get_next_timeout] no URB with timeout or all handled by OS; no timeout!
[ 0.019362] [0012807b] libusb: debug [libusb_handle_events_timeout_completed] doing our own event handling
[ 0.019364] [0012807b] libusb: debug [usbi_wait_for_events] poll() 1 fds with timeout in 60000ms
[ 0.019471] [0012807c] libusb: debug [darwin_async_io_callback] an async io operation has completed
[ 0.019480] [0012807b] libusb: debug [usbi_wait_for_events] poll() returned 1
[ 0.019484] [0012807b] libusb: debug [handle_event_trigger] event triggered
[ 0.019486] [0012807b] libusb: debug [darwin_handle_transfer_completion] handling transfer completion type bulk with kernel status 0
[ 0.019488] [0012807b] libusb: debug [usbi_handle_transfer_completion] transfer 0x7f8b80f05100 has callback 0x104f80224
[ 0.019491] [0012807b] libusb: debug [sync_transfer_cb] actual_length=20
[ 0.019494] [0012807b] libusb: debug [libusb_free_transfer] transfer 0x7f8b80f05100
[ 0.019497] [0012807b] libusb: debug [libusb_submit_transfer] transfer 0x7f8b81904150
[ 0.019499] [0012807b] libusb: debug [ep_to_pipeRef] converting ep address 0x02 to pipeRef and interface
[ 0.019507] [0012807b] libusb: debug [ep_to_pipeRef] pipe 2 on interface 0 matches
[ 0.019540] [0012807b] libusb: debug [libusb_get_next_timeout] no URB with timeout or all handled by OS; no timeout!
[ 0.019543] [0012807b] libusb: debug [libusb_handle_events_timeout_completed] doing our own event handling
[ 0.019545] [0012807b] libusb: debug [usbi_wait_for_events] poll() 1 fds with timeout in 60000ms
[ 0.019581] [0012807c] libusb: debug [darwin_async_io_callback] an async io operation has completed
[ 0.019589] [0012807b] libusb: debug [usbi_wait_for_events] poll() returned 1
[ 0.019593] [0012807b] libusb: debug [handle_event_trigger] event triggered
[ 0.019595] [0012807b] libusb: debug [darwin_handle_transfer_completion] handling transfer completion type bulk with kernel status 0
[ 0.019597] [0012807b] libusb: debug [usbi_handle_transfer_completion] transfer 0x7f8b81904150 has callback 0x104f80224
[ 0.019599] [0012807b] libusb: debug [sync_transfer_cb] actual_length=3
[ 0.019602] [0012807b] libusb: debug [libusb_free_transfer] transfer 0x7f8b81904150
Device reported its revision [4.03]
Chip not found or missed in ch341a. Check connection

Hoping it's something simple..

cc @Zensey

@ab77
Copy link

ab77 commented Mar 1, 2023

Just had a closer look at the chip and it is WCH341B (not A), though it was sold as ch341a. :/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants