Sonatique

Results 97 comments of Sonatique

@mcuee : yes, great I will apply https://github.com/libusb/libusb/commit/5f9abfbe27e060eadd3c1062a925fba47786bc2a to hotplugtests, good idea. I think it makes sense to add it right here. EDIT: done. Regarding 2) Actually until November 11,...

@mcuee : thanks for these additional tests. I'll try to understand what happens.

@mcuee > Device detached: 0000:0000 I found the cause of it (remove event pending to be processed when program starts, context list first filled by this event handling, missing some...

@tormodvolden Hi, Here is what I can say as of now: 1) The sentence “unsupported API call for” is generic (I mean: statically defined in a constant string) and will...

@mcuee : you may want to try if #1452 helps here.

@mcuee could you repeat the experiment with the last instrumented code of e393d8e that I mentioned here: https://github.com/libusb/libusb/pull/1406#issuecomment-1923828942 printf are in the common hotplug code that is used by Darwin...

@mcuee : that is interesting. I pushed a little fix along the way in my debug branch (added the lock to prevent background hot plug thread to concurrently modify device...

@tormodvolden : let me explain: What @mcuee is referring to is not yet in #1452 . It happens that I made a special debug commit with lots of printf for...

@tormodvolden the fix is now included in #1452

> It will be good to provide this function. For other OS, we can returen a generic name. Hello @mcuee : do you know if someone is working on this?