lock flying_transfers during transfer removal
[platform/upstream/libusb.git] / TODO
1 for 1.0
2 =======
3 error codes
4 fixme review
5 review functionality missing over 0.1
6 endianness of control setup, issues when resubmitting transfers
7 doxygen warnings
8
9 1.0 API style/naming points to reconsider
10 =========================================
11 typedef _cb or _cb_fn or _cb_t?
12
13 for 1.1 or future
14 ==================
15 optional timerfd support (runtime detection)
16 notifications of hotplugged/unplugged devices
17 use poll() rather than select()?
18 offer API to create/destroy handle_events thread
19 isochronous sync I/O?