
20 Apr
2011
20 Apr
'11
10:07 a.m.
On 20 April 2011 14:10, Bas van Dijk
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