Date: Wed, 12 Dec 2007 20:55:20 GMT From: Hans Petter Selasky <hselasky@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 130732 for review Message-ID: <200712122055.lBCKtK8V059878@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=130732 Change 130732 by hselasky@hselasky_laptop001 on 2007/12/12 20:54:23 Update documentation. Affected files ... .. //depot/projects/usb/src/sys/dev/usb/README#28 edit Differences ... ==== //depot/projects/usb/src/sys/dev/usb/README#28 (text+ko) ==== @@ -370,6 +370,14 @@ Setting this flag causes the USBD_NO_PIPE error to be ignored. This flag can not be changed during operation. + stall_pipe + Setting this flag will cause STALL pids to be sent to the + endpoint belonging to this transfer before the transfer is + started. The transfer is started at the moment the host issues + a clear-stall command on the STALL'ed endpoint. This flag can + be changed during operation. This flag does only have effect + in USB device mode. + - The "bufsize" field sets the total buffer size in bytes. If this field is zero, "wMaxPacketSize" will be used, multiplied by the "frames" field if the transfer type is ISOCHRONOUS. This is useful for
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712122055.lBCKtK8V059878>