summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2011-06-09 11:55:50 +0200
committerHans de Goede <hdegoede@redhat.com>2011-06-09 11:55:50 +0200
commit2a837d795e024764dc504f728da4113a0aa4a8ae (patch)
treee46c8cdc2f098a1a0e33c474ed2c1e0af3159b48 /TODO
parent2570b0ad87296b75573eb128e1dcb21872b1a97f (diff)
Drop usb_redir_disconnected status
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
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index 583f4d2..3023301 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,4 @@
* do endian conversion in usbredirparser where necessary
* check length against max packet size
* check caps for relevant callbacks in parser
+* be smarter with iso buffering / make configurable (in qemu)