PERFORCE change 165422 for review

Sylvestre Gallon syl at FreeBSD.org
Mon Jun 29 18:44:09 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=165422

Change 165422 by syl at syl_atuin on 2009/06/29 18:43:49

	Add a libusb20_tr_close() call into completion.

Affected files ...

.. //depot/projects/soc2009/syl_usb/src/lib/libusb/libusb10.c#51 edit
.. //depot/projects/soc2009/syl_usb/src/lib/libusb/libusb10_io.c#19 edit

Differences ...

==== //depot/projects/soc2009/syl_usb/src/lib/libusb/libusb10.c#51 (text+ko) ====


==== //depot/projects/soc2009/syl_usb/src/lib/libusb/libusb10_io.c#19 (text+ko) ====

@@ -125,6 +125,8 @@
 	if (xfer->flags & LIBUSB_TRANSFER_FREE_TRANSFER)
 		libusb_free_transfer(xfer);
 
+	DPRINTF(ctx, LIBUSB_DEBUG_TRANSFER, "LIBUSB20_TR_CLOSE");
+	libusb20_tr_close(xfer->os_priv); 
 	pthread_mutex_lock(&ctx->event_waiters_lock);
 	pthread_cond_broadcast(&ctx->event_waiters_cond);
 	pthread_mutex_unlock(&ctx->event_waiters_lock);


More information about the p4-projects mailing list