]> git.proxmox.com Git - qemu.git/commit
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)
commit7a8fc83f3469188ef03ea0c1ac9d2ff0dcc36637
tree26b3d50032c204db2a3ad0b8d5e80e3f19af1be3
parent9056a2972a9e935198e518c37365513a199ae3d0
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