summaryrefslogtreecommitdiff
path: root/TODO
blob: 76f6c8fcc590c3a3e58c5384d6cbd0c065a2f880 (plain)
1
2
3
4
5
6
7
8
9
* do endian conversion in usbredirparser where necessary
  * update serialize format (comment only) to be little endian, and also do
    endian conversion there so be -> le and visa versa serialisation becomes
    possible
* check length against max packet size
* check caps for relevant callbacks in parser
* cancel pending packets / active streams before reset?
* add a queue_buf call to parser, use it in host to avoid memcpy of
  "in" bulk transfers