Subject: CVS commit: [netbsd-2-0] src/sys/dev/usb
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 07/23/2004 15:46:54
Module Name:	src
Committed By:	tron
Date:		Fri Jul 23 15:46:54 UTC 2004

Modified Files:
	src/sys/dev/usb [netbsd-2-0]: usbdi.c

Log Message:
Pull up revision 1.104 (requested by mycroft in ticket #688):
ugen_isoc_rintr() may recycle the xfer immediately.  Therefore, we avoid
touching the xfer after calling the callback in usb_transfer_complete().
From PR 25960.


To generate a diff of this commit:
cvs rdiff -r1.103 -r1.103.8.1 src/sys/dev/usb/usbdi.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.