summaryrefslogtreecommitdiffstats
path: root/share/man/man9/usbdi.9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9/usbdi.9')
-rw-r--r--share/man/man9/usbdi.912
1 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man9/usbdi.9 b/share/man/man9/usbdi.9
index c04c946..03cc305 100644
--- a/share/man/man9/usbdi.9
+++ b/share/man/man9/usbdi.9
@@ -435,7 +435,7 @@ The value of this field is given in milliseconds and is independent of
device speed.
.
Depending on the endpoint type, this field has different meaning:
-.Bl -tag
+.Bl -tag -width "UE_ISOCHRONOUS"
.It UE_INTERRUPT
"0" use the default interrupt interval based on endpoint descriptor.
"Else" use the given value for polling rate.
@@ -461,7 +461,7 @@ timeout of 250ms will be used.
.Fa frames
field sets the maximum number of frames. If zero is specified it will
yield the following results:
-.Bl -tag
+.Bl -tag -width "UE_INTERRUPT"
.It UE_BULK
xfer->nframes = 1;
.It UE_INTERRUPT
@@ -487,7 +487,7 @@ be used when setting up the given USB transfer.
.Fa flags
field has type "struct usb_xfer_flags" and allows one to set initial
flags an USB transfer. Valid flags are:
-.Bl -tag
+.Bl -tag -width "force_short_xfer"
.It force_short_xfer
This flag forces the last transmitted USB packet to be short. A short
packet has a length of less than "xfer->max_packet_size", which
@@ -507,7 +507,7 @@ This flag causes a failing USB transfer to remain first in the PIPE
queue except in the case of "xfer->error" equal to
"USB_ERR_CANCELLED". No other USB transfers in the affected PIPE queue
will be started until either:
-.Bl -tag
+.Bl -tag -width "1"
.It 1
The failing USB transfer is stopped using "usbd_transfer_stop()".
.It 2
@@ -524,7 +524,7 @@ executed on the USB control endpoint.
.
This flag can be changed during operation.
.Pp
-"BOF" is short for "Block On Failure"
+"BOF" is short for "Block On Failure".
.Pp
NOTE: This flag should be set on all BULK and INTERRUPT USB transfers
which use an endpoint that can be shared between userland and kernel.
@@ -574,7 +574,7 @@ flag can not be changed during operation.
.
.
.It stall_pipe
-.Bl -tag
+.Bl -tag -width "Device Side Mode"
.It Device Side Mode
Setting this flag will cause STALL pids to be sent to the endpoint
belonging to this transfer before the transfer is started.
OpenPOWER on IntegriCloud