usb-linux: track aurbs in list
authorGerd Hoffmann <kraxel@redhat.com>
Mon, 16 May 2011 07:13:05 +0000 (09:13 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 26 May 2011 09:55:02 +0000 (11:55 +0200)
commitc77c9941c1a18b43599a47e4b94ba57562be268f
tree26b3d50032c204db2a3ad0b8d5e80e3f19af1be3
parenta1f8b44f13c7897114b16e5a807a85d941561978
usb-linux: track aurbs in list

This patch adds code to track all async urbs in a linked list,
so we can find them without having to pass around a opaque
pointer to them.  Prerequisite for the cleanups.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
usb-linux.c