svn commit: r188984 - head/share/man/man4
Andrew Thompson
thompsa at FreeBSD.org
Mon Feb 23 19:40:10 PST 2009
Author: thompsa
Date: Tue Feb 24 03:40:09 2009
New Revision: 188984
URL: http://svn.freebsd.org/changeset/base/188984
Log:
MFp4 //depot/projects/usb at 157855
Document short_frames_ok.
Submitted by: Hans Petter Selasky
Modified:
head/share/man/man4/usb2_core.4
Modified: head/share/man/man4/usb2_core.4
==============================================================================
--- head/share/man/man4/usb2_core.4 Tue Feb 24 03:39:13 2009 (r188983)
+++ head/share/man/man4/usb2_core.4 Tue Feb 24 03:40:09 2009 (r188984)
@@ -23,7 +23,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd September 20, 2008
+.Dd February 17, 2009
.Dt USB2_CORE 4
.Os
.
@@ -459,6 +459,11 @@ operation.
This flag allows the received transfer length, "xfer->actlen" to be
less than "xfer->sumlen" upon completion of a transfer. This flag can
be changed during operation.
+.It short_frames_ok
+This flag allows the reception of multiple short USB frames. This flag
+only has effect for BULK and INTERRUPT endpoints and if the number of
+frames received is greater than 1. This flag can be changed during
+operation.
.It pipe_bof
This flag causes a failing USB transfer to remain first in the PIPE
queue except in the case of "xfer->error" equal to
More information about the svn-src-head
mailing list