Home
last modified time | relevance | path

Searched hist:"6343 e8bf09de16ab4dcae2c6ca1a0e8dbd4dd770" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/usb/core/
H A Ddriver.cdiff 6343e8bf09de16ab4dcae2c6ca1a0e8dbd4dd770 Wed Oct 09 10:19:26 CDT 2013 Hans de Goede <hdegoede@redhat.com> 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>