Documentation work
[platform/upstream/libusb.git] / TODO
1 for 1.0
2 =======
3 fixme review
4 review functionality missing over 0.1
5 endianness of control setup, issues when resubmitting transfers
6 serialization of handle_events
7 internal docs for OS porters
8 configuration handling
9 check which messages are sent during open, claim interface, close, release
10
11 1.0 API style/naming points to reconsider
12 =========================================
13 typedef _cb or _cb_fn or _cb_t?
14
15 for 1.1 or future
16 ==================
17 optional timerfd support (runtime detection)
18 notifications of hotplugged/unplugged devices
19 use poll() rather than select()?
20 offer API to create/destroy handle_events thread
21 isochronous sync I/O?