Maciej T. Nowak
Maciej T. Nowak
Another 👍 from me. I found out about EmmyLua in IntelliJ and VS Code and I really, really like it. I would like also to be able to build some...
I ran into this issue (or something that looks like this) today with latest libusb release (1.0.22). I was going to try patches from @mawillia but before applying them I...
The checks are there but all lead to the same result: error code and session close. That way you don't know if you messed up with parameters which is easy...
I forked this repository and added test to it. Tag matching release 2.3.0 is there. Latest commit: https://github.com/Novakov/promise/commit/9ba6fbda4472d1448663e5937428596fd30ad22c (2020-01-08)
Naive thought: `WinUSB_Initialize` call is delayed until `winusbx_claim_interface`, so between calls to `libusb_open` and `libusb_claim_interface` child composite device is opened (so not accessible to other applications) but not usb-initialized (so...
I already tried, it does not help alone but I think it might be required to fix this issue. In essence: * https://github.com/libusb/libusb/pull/965 allows libusb to understand association between IAD...
I implemented something very quick and ridden with printf and TODO but I would like to share progress with you as I'm only scratching the surface of libusb source code:...
@mcuee submitted. Seems to be working fine and implementation is not hacky. Still some more testing to do but for now I'm optimistic about it
I'm satisfied with current implemention. It's get a little tricky but reasonable. From my perspective it would be nice to get some feedback from someone with better understanding of libusb...
I finally managed to properly test these changes - things are working correctly, see test report linked in PR description.