[Spice-devel] Usb redirection

Jackson jyhyen at gmail.com
Tue Jan 1 23:49:47 PST 2013


P.S
   In libusb
int usbi_handle_transfer_completion(...)
{
...
if (transfer->callback)
		transfer->callback(transfer);
...
}

this transfer->callback always jump to usbredirhost.c
static void usbredirhost_control_packet_complete()



More information about the Spice-devel mailing list