diff options
author | Daniel Drake <dsd@gentoo.org> | 2008-03-25 16:24:30 +0000 |
---|---|---|
committer | Daniel Drake <dsd@gentoo.org> | 2008-03-30 22:17:34 +0100 |
commit | 211f80c9f2a4a58cd2bbf5b7751f45089c8961e7 (patch) | |
tree | ebeb072dd0d3c20883e956e2b727ffe55d019597 /TODO | |
parent | b1ade6fca668d8aa156d5b5bf3a933f116144dc2 (diff) | |
download | libusb-211f80c9f2a4a58cd2bbf5b7751f45089c8961e7.tar.gz |
Isochronous endpoint I/O
Due to variable-sized structures, this involved changing allocation
mechanism. All transfers must now be allocated and freed through
libusb.
A synchronous function is missing, and I could do with writing a few
more helper functions to simplify things.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,6 @@ for 1.0 ======= cancellation race concerns - better tracking of kernel feedback? -isochronous endpoint I/O thread safety error codes fixme review @@ -11,6 +10,7 @@ rename poll to handle_events make libusb_get_pollfds return const? doxygen warnings make descriptor things const? +isochronous sync I/O? 1.0 API style/naming points to reconsider ========================================= |