linux-msm / qdl

BSD 3-Clause "New" or "Revised" License
196 stars 76 forks source link

[proposal] libusb async API #45

Open jwinarske opened 1 year ago

jwinarske commented 1 year ago

I am proposing a port that uses libusb and it's async API.

This has a number of benefits:

  1. Enables multiple bulk transfers in flight to best leverage the available USB bandwidth
  2. Platform agnostic. Mac/Windows/Linux

Are you open to a PR for this?