[Qemu-devel] [PATCH 10/18] usb-linux: track aurbs in list

2011-05-23 Thread Gerd Hoffmann
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 --- usb-linux.c | 18 +++--- 1 files changed, 11 insertions(+), 7 deletions(-) di

[Qemu-devel] [PATCH 10/18] usb-linux: track aurbs in list

2011-05-16 Thread Gerd Hoffmann
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 --- usb-linux.c | 18 +++--- 1 files changed, 11 insertions(+), 7 deletions(-) di