summaryrefslogtreecommitdiff
path: root/usb-redirection-protocol.txt
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2012-03-06 13:18:59 +0100
committerHans de Goede <hdegoede@redhat.com>2012-03-06 15:42:20 +0100
commit5c25d7aa72112ce5eea54f37180158cf0ae65c12 (patch)
tree2e3b37b1efa27ae7c5abff2e1162007ece4fe152 /usb-redirection-protocol.txt
parent76f91a7613ec8bc6f3610cbecc74881b09316dba (diff)
Add usb_redir_babble status code
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'usb-redirection-protocol.txt')
-rw-r--r--usb-redirection-protocol.txt13
1 files changed, 10 insertions, 3 deletions
diff --git a/usb-redirection-protocol.txt b/usb-redirection-protocol.txt
index 081508a..bdfe337 100644
--- a/usb-redirection-protocol.txt
+++ b/usb-redirection-protocol.txt
@@ -1,4 +1,4 @@
-USB Network Redirection protocol description version 0.4 (22 February 2012)
+USB Network Redirection protocol description version 0.4.2 (6 March 2012)
Revisions
---------
@@ -59,8 +59,14 @@ Version 0.4, released 22 February 2012
- Add an usb_redir_device_disconnect_ack packet and
an usb_redir_cap_device_disconnect_ack capability flag
-USB redirerection protocol version 0.4
---------------------------------------
+Version 0.4.1, released 25 February 2012
+- No protocol changes
+
+Version 0.4.2, released 6 March 2012
+- Add usb_redir_babble status code
+
+USB redirerection protocol version 0.4.2
+----------------------------------------
The protocol described in this document is meant for tunneling usb transfers
to a single usb device. Note: not an entire hub, only a single device.
@@ -174,6 +180,7 @@ enum {
usb_redir_ioerror, /* IO error */
usb_redir_stall, /* Stalled */
usb_redir_timeout, /* Request timed out */
+ usb_redir_babble, /* The device has "babbled" */
};
Note that in future versions there may be additional status codes to signal