summaryrefslogtreecommitdiff
path: root/TODO
AgeCommit message (Collapse)AuthorFilesLines
2012-09-19Make usbredir*_has_data_to_write return the write queue depthHans de Goede1-1/+0
Instead of only returning 0 or 1, this can be used for flowcontrol purposes. Signed-off-by: Hans de Goede <hdegoede@redhat.com>
2012-07-06usbredirhost: Properly log an error when the initial device reset failsHans de Goede1-0/+1
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
2012-01-03Prepare for 0.3.2 releaseusbredir-0.3.2Hans de Goede1-2/+0
-Distribute the protocol doc and README.multi-thread -Don't distribute the .pc files, they are generated by configure -Update the TODO file Signed-off-by: Hans de Goede <hdegoede@redhat.com>
2011-08-24Update TODOHans de Goede1-0/+1
2011-08-24libusbredir*: Add (limited) multi-threading supportHans de Goede1-0/+3
2011-07-13Add device / interface class infoHans de Goede1-2/+0
And add a new usb_redir_interface_info packet type which contains the interface info.
2011-06-29Rename device_info -> device_connect, device_disconnected -> device_disconnectHans de Goede1-0/+2
And document how a single usbredirproto connection may be reused for a newly plugged in / re-plugged device.
2011-06-09Drop usb_redir_disconnected statusHans de Goede1-0/+1
Drop usb_redir_disconnected status, instead the usb-host should always send a usb_redir_device_disconnected packet on device disconnection. The reason behind this is that having to handle disconnection from data packet handlers make things unnecessarily hard for the usb-guest
2011-03-03spiceredirproto: pack structsHans de Goede1-4/+0
2011-02-03Initial git import of usbredir stuffHans de Goede1-0/+7