diff options
author | Daniel Drake <dsd@gentoo.org> | 2008-03-09 16:27:06 +0000 |
---|---|---|
committer | Daniel Drake <dsd@gentoo.org> | 2008-03-09 16:27:42 +0000 |
commit | 9e89d1aa82cbe7e21672ee3e2e545238fffc5318 (patch) | |
tree | 6566ed3770479fa873a863b12ac949b576823d58 /TODO | |
parent | 283ae96c3ccbcee1c3950fce18ae47093ae8200e (diff) | |
download | libusb-9e89d1aa82cbe7e21672ee3e2e545238fffc5318.tar.gz |
Rename descriptor-getting functions
Based on feedback from Tim Roberts
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |