commit | 227ebeb5353681b206a74db44530e60a46c24275 | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Mon May 16 09:20:06 2011 +0200 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Thu May 26 11:55:02 2011 +0200 |
tree | c925cca7c80d852d1b728affd65c485b0021ee47 | |
parent | 7a8fc83f3469188ef03ea0c1ac9d2ff0dcc36637 [diff] |
usb-linux: walk async urb list in cancel Lookup async urbs which are to be canceled using the linked list instead of the direct opaque pointer. There are two reasons we are doing that: First, to avoid the opaque poiner to the callback, which is needed for upcoming cleanups. Second, because we might need multiple urbs per request for highspeed support, so a single opaque pointer doesn't cut it any more anyway. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>