summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDaniel Drake <dsd@gentoo.org>2008-03-09 16:27:06 +0000
committerDaniel Drake <dsd@gentoo.org>2008-03-09 16:27:42 +0000
commit9e89d1aa82cbe7e21672ee3e2e545238fffc5318 (patch)
tree6566ed3770479fa873a863b12ac949b576823d58 /TODO
parent283ae96c3ccbcee1c3950fce18ae47093ae8200e (diff)
downloadlibusb-9e89d1aa82cbe7e21672ee3e2e545238fffc5318.tar.gz
Rename descriptor-getting functions
Based on feedback from Tim Roberts
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO b/TODO
index 4957b0c..f58873d 100644
--- a/TODO
+++ b/TODO
@@ -7,16 +7,15 @@ thread safety
abstraction for cross-platform-ness
error codes
fixme review
+review functionality missing over 0.1
add some libusb_transfer flags:
- treat short transfers as errors
- unlink behaviour control
- - setup packet prepends data (no copying needed)
- update timeout with time remaining
1.0 API style/naming points to reconsider
=========================================
-config struct/function naming
typedef _cb or _cb_fn or _cb_t?
typedef as-is or pointers? libusb_dev_t rather than libusb_dev *?
@@ -25,3 +24,4 @@ for 1.1 or future
optional timerfd support (runtime detection)
notifications of hotplugged/unplugged devices
use poll() rather than select()?
+offer API to create/destroy handle_events thread