[Haskell-cafe] Need comments on a libusb asynchronous select/poll loop
Bas van Dijk
v.dijk.bas at gmail.com
Wed Apr 20 16:07:56 CEST 2011
On 20 April 2011 14:10, Bas van Dijk <v.dijk.bas at gmail.com> wrote:
> I haven't implemented asynchronous transfers yet that actually
> transfer user data...
And now I have:
asynchronously implemented readControl and writeControl:
https://github.com/basvandijk/usb/blob/async/System/USB/Internal.hs#L1360
Next up are readBulk, writeBulk, readInterrupt and writeInterrupt.
When that's done I will begin with isochronous transfers.
Bas
More information about the Haskell-Cafe
mailing list