Add transfer flags
[platform/upstream/libusb.git] / TODO
1 for 1.0
2 =======
3 cancellation race concerns - better tracking of kernel feedback?
4 API docs
5 isochronous endpoint I/O
6 thread safety
7 abstraction for cross-platform-ness
8 error codes
9 fixme review
10 review functionality missing over 0.1
11
12 1.0 API style/naming points to reconsider
13 =========================================
14 typedef _cb or _cb_fn or _cb_t?
15 typedef as-is or pointers? libusb_dev_t rather than libusb_dev *?
16
17 for 1.1 or future
18 ==================
19 optional timerfd support (runtime detection)
20 notifications of hotplugged/unplugged devices
21 use poll() rather than select()?
22 offer API to create/destroy handle_events thread