Linux: use read-only access to enumerate devices and descriptors
[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 doxygen warnings
7 serialization of handle_events
8 0.1 compat layer
9 internal docs for OS porters
10 passing of "access denied" error code from op_open
11
12 1.0 API style/naming points to reconsider
13 =========================================
14 typedef _cb or _cb_fn or _cb_t?
15
16 for 1.1 or future
17 ==================
18 optional timerfd support (runtime detection)
19 notifications of hotplugged/unplugged devices
20 use poll() rather than select()?
21 offer API to create/destroy handle_events thread
22 isochronous sync I/O?