Module Name: src Committed By: aymeric Date: Thu Jul 11 19:46:44 UTC 2013
Modified Files: src/sys/dev/usb: usbdi.c Log Message: In usbd_transfer(), abort the xfer if it is interrupted by a signal while in progress. This prevents that xfer from being freed while still on queue, and ensuing panic(). To generate a diff of this commit: cvs rdiff -u -r1.153 -r1.154 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.