Documentation work
[platform/upstream/libusb.git] / TODO
1 for 1.0
2 =======
3 review functionality missing over 0.1
4 serialization of handle_events
5 internal docs for OS porters
6 hot-unplugging
7
8 1.0 API style/naming points to reconsider
9 =========================================
10 typedef _cb or _cb_fn or _cb_t?
11
12 for 1.1 or future
13 ==================
14 optional timerfd support (runtime detection)
15 notifications of hotplugged/unplugged devices
16 use poll() rather than select()?
17 offer API to create/destroy handle_events thread
18 isochronous sync I/O?