Daniel Drake | e583100 | 2008-01-30 13:24:54 +0000 | [diff] [blame] | 1 | for 1.0 |
| 2 | ======= |
Daniel Drake | d21ebe4 | 2008-03-08 12:48:35 +0000 | [diff] [blame] | 3 | fixme review |
Daniel Drake | 9e89d1a | 2008-03-09 16:27:06 +0000 | [diff] [blame] | 4 | review functionality missing over 0.1 |
Daniel Drake | ead09cd | 2008-03-15 16:35:12 +0000 | [diff] [blame] | 5 | endianness of control setup, issues when resubmitting transfers |
Daniel Drake | ead09cd | 2008-03-15 16:35:12 +0000 | [diff] [blame] | 6 | doxygen warnings |
Daniel Drake | e12618c | 2008-04-19 16:17:53 +0100 | [diff] [blame] | 7 | serialization of handle_events |
Daniel Drake | e20f828 | 2008-05-02 17:33:52 +0100 | [diff] [blame^] | 8 | 0.1 compat layer |
| 9 | internal docs for OS porters |
Daniel Drake | dcd5e00 | 2008-01-04 01:19:07 +0000 | [diff] [blame] | 10 | |
Daniel Drake | 66348c9 | 2008-03-09 00:58:09 +0000 | [diff] [blame] | 11 | 1.0 API style/naming points to reconsider |
| 12 | ========================================= |
Daniel Drake | 66348c9 | 2008-03-09 00:58:09 +0000 | [diff] [blame] | 13 | typedef _cb or _cb_fn or _cb_t? |
Daniel Drake | 66348c9 | 2008-03-09 00:58:09 +0000 | [diff] [blame] | 14 | |
Daniel Drake | e583100 | 2008-01-30 13:24:54 +0000 | [diff] [blame] | 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()? |
Daniel Drake | 9e89d1a | 2008-03-09 16:27:06 +0000 | [diff] [blame] | 20 | offer API to create/destroy handle_events thread |
Daniel Drake | ad6e2b7 | 2008-04-11 21:40:07 +0100 | [diff] [blame] | 21 | isochronous sync I/O? |