summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDaniel Drake <dsd@gentoo.org>2008-03-25 16:24:30 +0000
committerDaniel Drake <dsd@gentoo.org>2008-03-30 22:17:34 +0100
commit211f80c9f2a4a58cd2bbf5b7751f45089c8961e7 (patch)
treeebeb072dd0d3c20883e956e2b727ffe55d019597 /TODO
parentb1ade6fca668d8aa156d5b5bf3a933f116144dc2 (diff)
downloadlibusb-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--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index ed8ace8..f02ea3a 100644
--- a/TODO
+++ b/TODO
@@ -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
=========================================