Date: Tue, 24 Feb 2009 03:40:10 +0000 (UTC) From: Andrew Thompson <thompsa@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r188984 - head/share/man/man4 Message-ID: <200902240340.n1O3eAIA049656@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902240340.n1O3eAIA049656>