summaryrefslogtreecommitdiff
path: root/usb-redirection-protocol.txt
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2011-02-04 13:54:48 +0100
committerHans de Goede <hdegoede@redhat.com>2011-02-04 13:54:48 +0100
commitda1c8d68e34a3df891c77b18cfb2a3016772c6ba (patch)
treea2ac4b2c8fae9ba598472c3a2bc9613167c03048 /usb-redirection-protocol.txt
parenta8ffb3d4af46446eff8c8fb83ed204fd6f7f0ee1 (diff)
Add interval to endpoint info packet
Diffstat (limited to 'usb-redirection-protocol.txt')
-rw-r--r--usb-redirection-protocol.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/usb-redirection-protocol.txt b/usb-redirection-protocol.txt
index 3911ed5..2d92bab 100644
--- a/usb-redirection-protocol.txt
+++ b/usb-redirection-protocol.txt
@@ -155,15 +155,16 @@ usb_redir_header.id: 0 (always as this is an unsolicited packet)
struct usb_redir_ep_info_header {
uint8_t type[32];
+ uint8_t interval[32];
uint8_t interface[32];
}
No packet type specific additional data.
-This packet gets send by the usb-host to let the usb-guest know the type of
-and to which interface they belong for all possible endpoints, first 0-15 out,
-then 0-15 in. This gets send after a (successful) initial connection, reset,
-set_config and set_alt_setting.
+This packet gets send by the usb-host to let the usb-guest know the endpoint
+type, interval and interface it belongs to for all possible endpoints,
+first 0-15 out, then 0-15 in. This gets send after a (successful) initial
+connection, reset, set_config and set_alt_setting.
usb_redir_reset
---------------