summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2012-03-06 14:47:13 +0100
committerHans de Goede <hdegoede@redhat.com>2012-03-06 15:42:20 +0100
commitd7f30101ecb3493985e3e155c8c4e7169d3f6a8a (patch)
treeb20b5028fd8d17a15d2377d1765adbfc4c76398e /ChangeLog
parent5c25d7aa72112ce5eea54f37180158cf0ae65c12 (diff)
Extend the usb_redir_ep_info packet header with a max_packet_size field
This new field is only send / received if both sides have the (new) usb_redir_cap_ep_info_max_packet_size capability. Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 26f84bc..36e8cd2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,11 @@ usbredir-0.4.2 6 March 2012
---------------------------
-Add usb_redir_babble status code
+-usbredirparser:
+ -extend the usb_redir_ep_info packet header with a max_packet_size field
+ This new field is only send / received if both sides have the (new)
+ usb_redir_cap_ep_info_max_packet_size capability
+
-usbredirhost:
-Ensure we always re-attach kernel drivers on cleanup
-Make set_config handling more robust