summaryrefslogtreecommitdiffstats
path: root/lib/libusb
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2012-06-02 08:47:26 +0000
committerjoel <joel@FreeBSD.org>2012-06-02 08:47:26 +0000
commitb9a2e94d1d31da7ab851cfc90183f8f5a9a7a5bb (patch)
tree9a7ad4b9911b70d7cea7162197e15d6d6ef1c70b /lib/libusb
parent8461de2f4cb1ec93e0aa111f814c4112d6de2283 (diff)
downloadFreeBSD-src-b9a2e94d1d31da7ab851cfc90183f8f5a9a7a5bb.zip
FreeBSD-src-b9a2e94d1d31da7ab851cfc90183f8f5a9a7a5bb.tar.gz
mdoc: minor Bl improvements.
Diffstat (limited to 'lib/libusb')
-rw-r--r--lib/libusb/libusb20.39
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/libusb/libusb20.3 b/lib/libusb/libusb20.3
index 2253ece..c9bf902 100644
--- a/lib/libusb/libusb20.3
+++ b/lib/libusb/libusb20.3
@@ -401,7 +401,7 @@ The callback type is defined by libusb20_tr_callback_t.
.
.Fn libusb20_tr_set_flags
is used to set various USB flags for the given USB transfer.
-.Bl -tag
+.Bl -tag -width "LIBUSB20_TRANSFER_SINGLE_SHORT_NOT_OK"
.It LIBUSB20_TRANSFER_SINGLE_SHORT_NOT_OK
Report a short frame as error.
.It LIBUSB20_TRANSFER_MULTI_SHORT_NOT_OK
@@ -709,13 +709,14 @@ This function returns zero if the device is still connected else a LIBUSB20_ERRO
sets the power mode of the USB device.
.
Valid power modes:
-.Bl -tag
+.Bl -tag -width "LIBUSB20_POWER_OFF"
.It LIBUSB20_POWER_OFF
.It LIBUSB20_POWER_ON
.It LIBUSB20_POWER_SAVE
.It LIBUSB20_POWER_SUSPEND
.It LIBUSB20_POWER_RESUME
.El
+.Pp
.
This function returns zero on success else a LIBUSB20_ERROR value is
returned.
@@ -793,7 +794,7 @@ Valid bus numbers start at zero.
returns the current operation mode of the USB entity.
.
Valid return values are:
-.Bl -tag
+.Bl -tag -width "LIBUSB20_MODE_DEVICE"
.It LIBUSB20_MODE_HOST
.It LIBUSB20_MODE_DEVICE
.El
@@ -803,7 +804,7 @@ Valid return values are:
.Fn libusb20_dev_get_speed
returns the current speed of the given USB device.
.
-.Bl -tag
+.Bl -tag -width "LIBUSB20_SPEED_VARIABLE"
.It LIBUSB20_SPEED_UNKNOWN
.It LIBUSB20_SPEED_LOW
.It LIBUSB20_SPEED_FULL
OpenPOWER on IntegriCloud