diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2011-05-16 09:20:06 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2011-05-26 11:55:02 +0200 |
commit | 227ebeb5353681b206a74db44530e60a46c24275 (patch) | |
tree | c925cca7c80d852d1b728affd65c485b0021ee47 /qemu-thread-posix.h | |
parent | 7a8fc83f3469188ef03ea0c1ac9d2ff0dcc36637 (diff) | |
download | qemu-227ebeb5353681b206a74db44530e60a46c24275.zip |
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>
Diffstat (limited to 'qemu-thread-posix.h')
0 files changed, 0 insertions, 0 deletions