commit | 6343e8bf09de16ab4dcae2c6ca1a0e8dbd4dd770 | [log] [tgz] |
---|---|---|
author | Hans de Goede <hdegoede@redhat.com> | Wed Oct 09 17:19:26 2013 +0200 |
committer | Sarah Sharp <sarah.a.sharp@linux.intel.com> | Tue Mar 04 15:38:03 2014 -0800 |
tree | ad0ffaaeee9723f382a12220d87152582d241a59 | |
parent | 8d4f70b2fa52ca80f74faebc2471f74ee374cf61 [diff] |
usb-core: Free bulk streams on interface release Documentation/usb/bulk-streams.txt says: All stream IDs will be deallocated when the driver releases the interface, to ensure that drivers that don't support streams will be able to use the endpoint This commit actually implements this. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>