summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2014-05-19 11:51:45 +0200
committerHans de Goede <hdegoede@redhat.com>2014-05-19 11:51:45 +0200
commita41fde74bdf52654f2f80c5ebb31ae8e4b54458e (patch)
treee63d56c851ba5c1ca2789ee959658e11b6506436
parentb5cf2a7eb35c2396686a3eb73c4ddd932d2e4b8c (diff)
Update ChangeLog and usb-redirection-protocol.txt
Landing the necessary kernel and libusbn changes for bulk stream support has taken a while, so update the dates. Also add a few missing changes to the ChangeLog. Signed-off-by: Hans de Goede <hdegoede@redhat.com>
-rw-r--r--ChangeLog9
-rw-r--r--usb-redirection-protocol.txt4
2 files changed, 8 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 08684d9..131c3ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
-usbredir-0.7 16 October 2013
-------------------------------
+usbredir-0.7 19 May 2014
+--------------------------
-usbredirproto:
-the usb_redir_ep_info_header has been extended with a max_streams field,
this is only send / received if both sides have usb_redir_cap_bulk_streams
@@ -15,7 +15,10 @@ usbredir-0.7 16 October 2013
in one usbredirparser_do_read call
-usbredirhost:
-use libusb_set_auto_detach_kernel_driver when available
- -add support for bulk streams, this only gets enabled with libusbx >= 1.0.18
+ -add support for bulk streams, this only gets enabled with libusbx >= 1.0.19
+ -stop iso / bulk streams on reset
+ -make cancellation handeling more robust
+ -reset device on release
-usbredirserver:
-listen to both ipv4 and ipv6 addresses on ipv6 capable systems
diff --git a/usb-redirection-protocol.txt b/usb-redirection-protocol.txt
index 1aa47a1..60069b3 100644
--- a/usb-redirection-protocol.txt
+++ b/usb-redirection-protocol.txt
@@ -1,4 +1,4 @@
-USB Network Redirection protocol description version 0.6 (13 December 2012)
+USB Network Redirection protocol description version 0.7 (19 May 2014)
Revisions
---------
@@ -82,7 +82,7 @@ Version 0.6, released 13 December 2012
usb_redir_bulk_receiving_status, usb_redir_buffered_bulk_packet
New capability: usb_redir_cap_bulk_receiving
-Version 0.7, released 16 October 2013
+Version 0.7, released 19 May 2014
- The usb_redir_ep_info_header has been extended with a max_streams field
This is only send / received if both sides have the
usb_redir_cap_bulk_streams capability.