mcuee / libusbk

libusbk official github repo
74 stars 36 forks source link

(untested) Use overlapped from caller in LUsb0_ControlTransfer #34

Open tormodvolden opened 2 years ago

tormodvolden commented 2 years ago

This is the alternative mentioned in #33. I don't think it has any advantage as-is, but it is maybe a longer step in the right direction towards proper async support (which requires a solution for the lifetime of the out buffer).

The same explanation and disclaimer in #33 applies here.

mcuee commented 2 years ago

@TravisRo Please take a look at this when you got the time. Thanks.