commit | 72391da50621c9f11bb8c57193ab2d1ad8bc5ad8 | [log] [tgz] |
---|---|---|
author | Hans de Goede <hdegoede@redhat.com> | Tue Nov 19 14:36:58 2013 +0100 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Tue Nov 26 09:21:17 2013 +0100 |
tree | 64d2a2e2f454fdbe0da521e715e8ddf312951c90 | |
parent | 3b444eadf7726d976be4ac89e8e742cb7eb7a5ee [diff] |
xhci: Call usb_device_alloc/free_streams Note this code is not as KISS as I would like, the reason for this is that the Linux kernel interface wants streams on eps belonging to one interface to be allocated in one call. Things will also work if we do this one ep at a time (as long as all eps support the same amount of streams), but lets stick to the kernel API. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>