2 .\" Copyright (c) 2008 Hans Petter Selasky
4 .\" All rights reserved.
6 .\" Redistribution and use in source and binary forms, with or without
7 .\" modification, are permitted provided that the following conditions
9 .\" 1. Redistributions of source code must retain the above copyright
10 .\" notice, this list of conditions and the following disclaimer.
11 .\" 2. Redistributions in binary form must reproduce the above copyright
12 .\" notice, this list of conditions and the following disclaimer in the
13 .\" documentation and/or other materials provided with the distribution.
15 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
16 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
19 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27 .\" $FreeBSD: head/lib/libusb/libusb20.3 276294 2014-12-27 08:31:52Z joel $
35 .Nd "USB access library"
48 .Fn libusb20_tr_close "struct libusb20_transfer *xfer"
50 .Fn libusb20_tr_open "struct libusb20_transfer *xfer" "uint32_t max_buf_size" "uint32_t max_frame_count" "uint8_t ep_no"
52 .Fn libusb20_tr_open_stream "struct libusb20_transfer *xfer" "uint32_t max_buf_size" "uint32_t max_frame_count" "uint8_t ep_no" "uint16_t stream_id"
53 .Ft struct libusb20_transfer*
54 .Fn libusb20_tr_get_pointer "struct libusb20_device *pdev" "uint16_t tr_index"
56 .Fn libusb20_tr_get_time_complete "struct libusb20_transfer *xfer"
58 .Fn libusb20_tr_get_actual_frames "struct libusb20_transfer *xfer"
60 .Fn libusb20_tr_get_actual_length "struct libusb20_transfer *xfer"
62 .Fn libusb20_tr_get_max_frames "struct libusb20_transfer *xfer"
64 .Fn libusb20_tr_get_max_packet_length "struct libusb20_transfer *xfer"
66 .Fn libusb20_tr_get_max_total_length "struct libusb20_transfer *xfer"
68 .Fn libusb20_tr_get_status "struct libusb20_transfer *xfer"
70 .Fn libusb20_tr_pending "struct libusb20_transfer *xfer"
72 .Fn libusb20_tr_callback_wrapper "struct libusb20_transfer *xfer"
74 .Fn libusb20_tr_clear_stall_sync "struct libusb20_transfer *xfer"
76 .Fn libusb20_tr_drain "struct libusb20_transfer *xfer"
78 .Fn libusb20_tr_set_buffer "struct libusb20_transfer *xfer" "void *buffer" "uint16_t fr_index"
80 .Fn libusb20_tr_set_callback "struct libusb20_transfer *xfer" "libusb20_tr_callback_t *cb"
82 .Fn libusb20_tr_set_flags "struct libusb20_transfer *xfer" "uint8_t flags"
84 .Fn libusb20_tr_get_length "struct libusb20_transfer *xfer" "uint16_t fr_index"
86 .Fn libusb20_tr_set_length "struct libusb20_transfer *xfer" "uint32_t length" "uint16_t fr_index"
88 .Fn libusb20_tr_set_priv_sc0 "struct libusb20_transfer *xfer" "void *sc0"
90 .Fn libusb20_tr_set_priv_sc1 "struct libusb20_transfer *xfer" "void *sc1"
92 .Fn libusb20_tr_set_timeout "struct libusb20_transfer *xfer" "uint32_t timeout"
94 .Fn libusb20_tr_set_total_frames "struct libusb20_transfer *xfer" "uint32_t nframes"
96 .Fn libusb20_tr_setup_bulk "struct libusb20_transfer *xfer" "void *pbuf" "uint32_t length" "uint32_t timeout"
98 .Fn libusb20_tr_setup_control "struct libusb20_transfer *xfer" "void *psetup" "void *pbuf" "uint32_t timeout"
100 .Fn libusb20_tr_setup_intr "struct libusb20_transfer *xfer" "void *pbuf" "uint32_t length" "uint32_t timeout"
102 .Fn libusb20_tr_setup_isoc "struct libusb20_transfer *xfer" "void *pbuf" "uint32_t length" "uint16_t fr_index"
104 .Fn libusb20_tr_bulk_intr_sync "struct libusb20_transfer *xfer" "void *pbuf" "uint32_t length" "uint32_t *pactlen" "uint32_t timeout"
106 .Fn libusb20_tr_start "struct libusb20_transfer *xfer"
108 .Fn libusb20_tr_stop "struct libusb20_transfer *xfer"
110 .Fn libusb20_tr_submit "struct libusb20_transfer *xfer"
112 .Fn libusb20_tr_get_priv_sc0 "struct libusb20_transfer *xfer"
114 .Fn libusb20_tr_get_priv_sc1 "struct libusb20_transfer *xfer"
116 .Fn libusb20_dev_get_backend_name "struct libusb20_device *"
118 .Fn libusb20_dev_get_port_path "struct libusb20_device *pdev" "uint8_t *buf" "uint8_t bufsize"
120 .Fn libusb20_dev_get_info "struct libusb20_device *pdev" "struct usb_device_info *pinfo"
122 .Fn libusb20_dev_get_iface_desc "struct libusb20_device *pdev" "uint8_t iface_index" "char *buf" "uint8_t len"
124 .Fn libusb20_dev_get_desc "struct libusb20_device *pdev"
126 .Fn libusb20_dev_close "struct libusb20_device *pdev"
128 .Fn libusb20_dev_detach_kernel_driver "struct libusb20_device *pdev" "uint8_t iface_index"
130 .Fn libusb20_dev_set_config_index "struct libusb20_device *pdev" "uint8_t configIndex"
132 .Fn libusb20_dev_get_debug "struct libusb20_device *pdev"
134 .Fn libusb20_dev_get_fd "struct libusb20_device *pdev"
136 .Fn libusb20_dev_kernel_driver_active "struct libusb20_device *pdev" "uint8_t iface_index"
138 .Fn libusb20_dev_open "struct libusb20_device *pdev" "uint16_t transfer_max"
140 .Fn libusb20_dev_process "struct libusb20_device *pdev"
142 .Fn libusb20_dev_request_sync "struct libusb20_device *pdev" "struct LIBUSB20_CONTROL_SETUP_DECODED *setup" "void *data" "uint16_t *pactlen" "uint32_t timeout" "uint8_t flags"
144 .Fn libusb20_dev_req_string_sync "struct libusb20_device *pdev" "uint8_t index" "uint16_t langid" "void *ptr" "uint16_t len"
146 .Fn libusb20_dev_req_string_simple_sync "struct libusb20_device *pdev" "uint8_t index" "void *ptr" "uint16_t len"
148 .Fn libusb20_dev_reset "struct libusb20_device *pdev"
150 .Fn libusb20_dev_check_connected "struct libusb20_device *pdev"
152 .Fn libusb20_dev_set_power_mode "struct libusb20_device *pdev" "uint8_t power_mode"
154 .Fn libusb20_dev_get_power_mode "struct libusb20_device *pdev"
156 .Fn libusb20_dev_get_power_usage "struct libusb20_device *pdev"
158 .Fn libusb20_dev_set_alt_index "struct libusb20_device *pdev" "uint8_t iface_index" "uint8_t alt_index"
159 .Ft struct LIBUSB20_DEVICE_DESC_DECODED *
160 .Fn libusb20_dev_get_device_desc "struct libusb20_device *pdev"
161 .Ft struct libusb20_config *
162 .Fn libusb20_dev_alloc_config "struct libusb20_device *pdev" "uint8_t config_index"
163 .Ft struct libusb20_device *
164 .Fn libusb20_dev_alloc "void"
166 .Fn libusb20_dev_get_address "struct libusb20_device *pdev"
168 .Fn libusb20_dev_get_parent_address "struct libusb20_device *pdev"
170 .Fn libusb20_dev_get_parent_port "struct libusb20_device *pdev"
172 .Fn libusb20_dev_get_bus_number "struct libusb20_device *pdev"
174 .Fn libusb20_dev_get_mode "struct libusb20_device *pdev"
176 .Fn libusb20_dev_get_speed "struct libusb20_device *pdev"
178 .Fn libusb20_dev_get_config_index "struct libusb20_device *pdev"
180 .Fn libusb20_dev_free "struct libusb20_device *pdev"
182 .Fn libusb20_dev_set_debug "struct libusb20_device *pdev" "int debug"
184 .Fn libusb20_dev_wait_process "struct libusb20_device *pdev" "int timeout"
186 .Fn libusb20_be_get_template "struct libusb20_backend *pbe" "int *ptemp"
188 .Fn libusb20_be_set_template "struct libusb20_backend *pbe" "int temp"
190 .Fn libusb20_be_get_dev_quirk "struct libusb20_backend *pber" "uint16_t index" "struct libusb20_quirk *pq"
192 .Fn libusb20_be_get_quirk_name "struct libusb20_backend *pbe" "uint16_t index" "struct libusb20_quirk *pq"
194 .Fn libusb20_be_add_dev_quirk "struct libusb20_backend *pbe" "struct libusb20_quirk *pq"
196 .Fn libusb20_be_remove_dev_quirk "struct libusb20_backend *pbe" "struct libusb20_quirk *pq"
197 .Ft struct libusb20_backend *
198 .Fn libusb20_be_alloc_default "void"
199 .Ft struct libusb20_backend *
200 .Fn libusb20_be_alloc_freebsd "void"
201 .Ft struct libusb20_backend *
202 .Fn libusb20_be_alloc_linux "void"
203 .Ft struct libusb20_device *
204 .Fn libusb20_be_device_foreach "struct libusb20_backend *pbe" "struct libusb20_device *pdev"
206 .Fn libusb20_be_dequeue_device "struct libusb20_backend *pbe" "struct libusb20_device *pdev"
208 .Fn libusb20_be_enqueue_device "struct libusb20_backend *pbe" "struct libusb20_device *pdev"
210 .Fn libusb20_be_free "struct libusb20_backend *pbe"
212 .Fn libusb20_strerror "int code"
214 .Fn libusb20_error_name "int code"
217 .Fn libusb20_me_get_1 "const struct libusb20_me_struct *me" "uint16_t off"
219 .Fn libusb20_me_get_2 "const struct libusb20_me_struct *me" "uint16_t off"
221 .Fn libusb20_me_encode "void *pdata" "uint16_t len" "const void *pdecoded"
223 .Fn libusb20_me_decode "const void *pdata" "uint16_t len" "void *pdecoded"
224 .Ft "const uint8_t *"
225 .Fn libusb20_desc_foreach "const struct libusb20_me_struct *me" "const uint8_t *pdesc"
232 library implements functions to be able to easily access and control
233 USB through the USB file system interface.
236 interfaces are specific to the
238 usb stack and are not available on other operating systems, portable
239 applications should consider using
243 .Sh USB TRANSFER OPERATIONS
246 .Fn libusb20_tr_close
247 will release all kernel resources associated with an USB
250 This function returns zero upon success.
252 Non-zero return values indicate a LIBUSB20_ERROR value.
257 will allocate kernel buffer resources according to
261 associated with an USB
263 and bind the transfer to the specified
266 is the minimum buffer size which the data transport layer has to support.
271 library will use wMaxPacketSize to compute the buffer size.
272 This can be useful for isochronous transfers.
273 The actual buffer size can be greater than
276 .Fn libusb20_tr_get_max_total_length .
280 is OR'ed with LIBUSB20_MAX_FRAME_PRE_SCALE the remaining part of the
281 argument is converted from milliseconds into the actual number of
282 frames rounded up, when this function returns.
283 This flag is only valid for ISOCHRONOUS transfers and has no effect
284 for other transfer types.
285 The actual number of frames setup is found by calling
286 .Fn libusb20_tr_get_max_frames .
288 This function returns zero upon success.
290 Non-zero return values indicate a LIBUSB20_ERROR value.
294 .Fn libusb20_tr_open_stream
297 except that a stream ID can be specified for BULK endpoints having
300 can be used to open stream ID zero.
304 .Fn libusb20_tr_get_pointer
305 will return a pointer to the allocated USB transfer according to the
311 This function returns NULL in case of failure.
315 .Fn libusb20_tr_get_time_complete
316 will return the completion time of an USB transfer in
317 millisecond units. This function is most useful for isochronous USB
318 transfers when doing echo cancelling.
322 .Fn libusb20_tr_get_actual_frames
323 will return the actual number of USB frames after an USB
324 transfer completed. A value of zero means that no data was transferred.
328 .Fn libusb20_tr_get_actual_length
329 will return the sum of the actual length for all
330 transferred USB frames for the given USB transfer.
334 .Fn libusb20_tr_get_max_frames
335 will return the maximum number of USB frames that were
336 allocated when an USB transfer was setup for the given USB transfer.
340 .Fn libusb20_tr_get_max_packet_length
341 will return the maximum packet length in bytes
342 associated with the given USB transfer.
344 The packet length can be used round up buffer sizes so that short USB
345 packets are avoided for proxy buffers.
350 .Fn libusb20_tr_get_max_total_length
351 will return the maximum value for the data length sum of all USB
352 frames associated with an USB transfer.
353 In case of control transfers the value returned does not include the
354 length of the SETUP packet, 8 bytes, which is part of frame zero.
355 The returned value of this function is always aligned to the maximum
356 packet size, wMaxPacketSize, of the endpoint which the USB transfer is
361 .Fn libusb20_tr_get_status
362 will return the status of an USB transfer.
364 Status values are defined by a set of LIBUSB20_TRANSFER_XXX enums.
368 .Fn libusb20_tr_pending
369 will return non-zero if the given USB transfer is
370 pending for completion.
372 Else this function returns zero.
376 .Fn libusb20_tr_callback_wrapper
377 This is an internal function used to wrap asynchronous USB callbacks.
381 .Fn libusb20_tr_clear_stall_sync
382 This is an internal function used to synchronously clear the stall on
383 the given USB transfer.
385 Please see the USB specification for more information on stall
388 If the given USB transfer is pending when this function is called, the
389 USB transfer will complete with an error after that this function has
394 .Fn libusb20_tr_drain
395 will stop the given USB transfer and will not return
396 until the USB transfer has been stopped in hardware.
400 .Fn libusb20_tr_set_buffer
403 pointer for the given USB transfer and
406 Typically the frame index is zero.
411 .Fn libusb20_tr_set_callback
412 is used to set the USB callback for asynchronous USB
415 The callback type is defined by libusb20_tr_callback_t.
419 .Fn libusb20_tr_set_flags
420 is used to set various USB flags for the given USB transfer.
421 .Bl -tag -width "LIBUSB20_TRANSFER_SINGLE_SHORT_NOT_OK"
422 .It LIBUSB20_TRANSFER_SINGLE_SHORT_NOT_OK
423 Report a short frame as error.
424 .It LIBUSB20_TRANSFER_MULTI_SHORT_NOT_OK
425 Multiple short frames are not allowed.
426 .It LIBUSB20_TRANSFER_FORCE_SHORT
427 All transmitted frames are short terminated.
428 .It LIBUSB20_TRANSFER_DO_CLEAR_STALL
429 Will do a clear-stall before starting the transfer.
434 .Fn libusb20_tr_get_length
435 returns the length of the given USB frame by index.
436 After an USB transfer is complete the USB frame length will get updated to the actual transferred length.
440 .Fn libusb20_tr_set_length
441 sets the length of the given USB frame by index.
445 .Fn libusb20_tr_set_priv_sc0
446 sets private driver pointer number zero.
450 .Fn libusb20_tr_set_priv_sc1
451 sets private driver pointer number one.
455 .Fn libusb20_tr_set_timeout
456 sets the timeout for the given USB transfer.
458 A timeout value of zero means no timeout.
460 The timeout is given in milliseconds.
464 .Fn libusb20_tr_set_total_frames
465 sets the total number of frames that should be executed when the USB transfer is submitted.
467 The total number of USB frames must be less than the maximum number of USB frames associated with the given USB transfer.
471 .Fn libusb20_tr_setup_bulk
472 is a helper function for setting up a single frame USB BULK transfer.
476 .Fn libusb20_tr_setup_control
477 is a helper function for setting up a single or dual
478 frame USB CONTROL transfer depending on the control transfer length.
482 .Fn libusb20_tr_setup_intr
483 is a helper function for setting up a single frame USB INTERRUPT transfer.
487 .Fn libusb20_tr_setup_isoc
488 is a helper function for setting up a multi frame USB ISOCHRONOUS transfer.
492 .Fn libusb20_tr_bulk_intr_sync
493 will perform a synchronous BULK or INTERRUPT transfer having length given by the
495 argument and buffer pointer given by the
497 argument on the USB transfer given by the
503 argument is non-NULL the actual transfer length will be stored at the given pointer destination.
507 argument is non-zero the transfer will timeout after the given value in milliseconds.
509 This function does not change the transfer flags, like short packet not ok.
511 This function returns zero on success else a LIBUSB20_TRANSFER_XXX value is returned.
515 .Fn libusb20_tr_start
516 will get the USB transfer started, if not already
519 This function will not get the transfer queued in hardware.
521 This function is non-blocking.
526 will get the USB transfer stopped, if not already stopped.
528 This function is non-blocking, which means that the actual stop can
529 happen after the return of this function.
533 .Fn libusb20_tr_submit
534 will get the USB transfer queued in hardware.
539 .Fn libusb20_tr_get_priv_sc0
540 returns private driver pointer number zero associated
541 with an USB transfer.
546 .Fn libusb20_tr_get_priv_sc1
547 returns private driver pointer number one associated
548 with an USB transfer.
551 .Sh USB DEVICE OPERATIONS
554 .Fn libusb20_dev_get_backend_name
555 returns a zero terminated string describing the backend used.
559 .Fn libusb20_dev_get_port_path
560 retrieves the list of USB port numbers which the datastream for a given USB device follows.
561 The first port number is the Root HUB port number.
562 Then children port numbers follow.
563 The Root HUB device itself has a port path length of zero.
564 Valid port numbers start at one and range until and including 255.
565 Typically there should not be more than 16 levels, due to electrical and protocol limitations.
566 This functions returns the number of actual port levels upon success
567 else a LIBUSB20_ERROR value is returned which are always negative.
568 If the actual number of port levels is greater than the maximum
569 specified, a LIBUSB20_ERROR value is returned.
573 .Fn libusb20_dev_get_info
574 retrieves the BSD specific usb_device_info structure into the memory location given by
576 The USB device given by
578 must be opened before this function will succeed.
579 This function returns zero on success else a LIBUSB20_ERROR value is returned.
583 .Fn libusb20_dev_get_iface_desc
584 retrieves the kernel interface description for the given USB
586 The format of the USB interface description is: "drivername<unit>: <description>"
587 The description string is always zero terminated.
588 A zero length string is written in case no driver is attached to the given interface.
589 The USB device given by
591 must be opened before this function will succeed.
592 This function returns zero on success else a LIBUSB20_ERROR value is returned.
596 .Fn libusb20_dev_get_desc
597 returns a zero terminated string describing the given USB device.
598 The format of the string is: "drivername<unit>: <description>"
602 .Fn libusb20_dev_close
603 will close the given USB device.
605 This function returns zero on success else a LIBUSB20_ERROR value is
610 .Fn libusb20_dev_detach_kernel_driver
611 will try to detach the kernel driver for the USB interface given by
614 This function returns zero on success else a LIBUSB20_ERROR value is
619 .Fn libusb20_dev_set_config_index
620 will try to set the configuration index on an USB
623 The first configuration index is zero.
625 The un-configure index is 255.
627 This function returns zero on success else a LIBUSB20_ERROR value is returned.
631 .Fn libusb20_dev_get_debug
632 returns the debug level of an USB device.
636 .Fn libusb20_dev_get_fd
637 returns the file descriptor of the given USB device.
639 A negative value is returned when no file descriptor is present.
641 The file descriptor can be used for polling purposes.
645 .Fn libusb20_dev_kernel_driver_active
646 returns zero if a kernel driver is active on the given USB interface.
648 Else a LIBUSB20_ERROR value is returned.
652 .Fn libusb20_dev_open
653 opens an USB device so that setting up USB transfers
656 The number of USB transfers can be zero which means only control
657 transfers are allowed.
659 This function returns zero on success else a LIBUSB20_ERROR value is
662 A return value of LIBUSB20_ERROR_BUSY means that the device is already
667 .Fn libusb20_dev_process
668 is called to sync kernel USB transfers with userland USB
671 This function returns zero on success else a LIBUSB20_ERROR value is
672 returned typically indicating that the given USB device has been
677 .Fn libusb20_dev_request_sync
678 will perform a synchronous control request on the given
681 Before this call will succeed the USB device must be opened.
684 is a pointer to a decoded and host endian SETUP packet.
686 is a pointer to a data transfer buffer associated with the control transaction. This argument can be NULL.
688 is a pointer to a variable that will hold the actual transfer length after the control transaction is complete.
690 is the transaction timeout given in milliseconds.
691 A timeout of zero means no timeout.
693 is used to specify transaction flags, for example LIBUSB20_TRANSFER_SINGLE_SHORT_NOT_OK.
695 This function returns zero on success else a LIBUSB20_ERROR value is
700 .Fn libusb20_dev_req_string_sync
701 will synchronously request an USB string by language ID
702 and string index into the given buffer limited by a maximum length.
704 This function returns zero on success else a LIBUSB20_ERROR value is
709 .Fn libusb20_dev_req_string_simple_sync
710 will synchronously request an USB string using the
711 default language ID and convert the string into ASCII before storing
712 the string into the given buffer limited by a maximum length which
713 includes the terminating zero.
715 This function returns zero on success else a LIBUSB20_ERROR value is
721 .Fn libusb20_dev_reset
722 will try to BUS reset the given USB device and restore
723 the last set USB configuration.
725 This function returns zero on success else a LIBUSB20_ERROR value is
731 .Fn libusb20_dev_check_connected
732 will check if an opened USB device is still connected.
734 This function returns zero if the device is still connected else a LIBUSB20_ERROR value is returned.
739 .Fn libusb20_dev_set_power_mode
740 sets the power mode of the USB device.
743 .Bl -tag -width "LIBUSB20_POWER_OFF"
744 .It LIBUSB20_POWER_OFF
745 .It LIBUSB20_POWER_ON
746 .It LIBUSB20_POWER_SAVE
747 .It LIBUSB20_POWER_SUSPEND
748 .It LIBUSB20_POWER_RESUME
752 This function returns zero on success else a LIBUSB20_ERROR value is
757 .Fn libusb20_dev_get_power_mode
758 returns the currently selected power mode for the given
763 .Fn libusb20_dev_get_power_usage
764 returns the reported power usage in milliamps for the given USB device.
765 A power usage of zero typically means that the device is self powered.
769 .Fn libusb20_dev_set_alt_index
770 will try to set the given alternate index for the given
773 This function returns zero on success else a LIBUSB20_ERROR value is
778 .Fn libusb20_dev_get_device_desc
779 returns a pointer to the decoded and host endian version
780 of the device descriptor.
782 The USB device need not be opened when calling this function.
786 .Fn libusb20_dev_alloc_config
787 will read out and decode the USB config descriptor for
788 the given USB device and config index. This function returns a pointer
789 to the decoded configuration which must eventually be passed to
790 free(). NULL is returned in case of failure.
794 .Fn libusb20_dev_alloc
795 is an internal function to allocate a new USB device.
799 .Fn libusb20_dev_get_address
800 returns the internal and not necessarily the real
801 hardware address of the given USB device.
802 Valid addresses start at one.
806 .Fn libusb20_dev_get_parent_address
807 returns the internal and not necessarily the real hardware address of
808 the given parent USB HUB device.
809 This value is zero for the root HUB which usually has a device address
811 Valid addresses start at one.
815 .Fn libusb20_dev_get_parent_port
816 returns the port number on the parent USB HUB device.
817 This value is zero for the root HUB which usually has a device address
819 Valid port numbers start at one.
823 .Fn libusb20_dev_get_bus_number
824 returns the internal bus number which the given USB
826 Valid bus numbers start at zero.
830 .Fn libusb20_dev_get_mode
831 returns the current operation mode of the USB entity.
833 Valid return values are:
834 .Bl -tag -width "LIBUSB20_MODE_DEVICE"
835 .It LIBUSB20_MODE_HOST
836 .It LIBUSB20_MODE_DEVICE
841 .Fn libusb20_dev_get_speed
842 returns the current speed of the given USB device.
844 .Bl -tag -width "LIBUSB20_SPEED_VARIABLE"
845 .It LIBUSB20_SPEED_UNKNOWN
846 .It LIBUSB20_SPEED_LOW
847 .It LIBUSB20_SPEED_FULL
848 .It LIBUSB20_SPEED_HIGH
849 .It LIBUSB20_SPEED_VARIABLE
850 .It LIBUSB20_SPEED_SUPER
855 .Fn libusb20_dev_get_config_index
856 returns the currently selected config index for the given
861 .Fn libusb20_dev_free
862 will free the given USB device and all associated USB
867 .Fn libusb20_dev_set_debug
868 will set the debug level for the given USB device.
872 .Fn libusb20_dev_wait_process
873 will wait until a pending USB transfer has completed on
874 the given USB device.
876 A timeout value can be specified which is passed on to the
880 .Sh USB BACKEND OPERATIONS
882 .Fn libusb20_be_get_template
883 will return the currently selected global USB device
884 side mode template into the integer pointer
886 This function returns zero on success else a LIBUSB20_ERROR value is
891 .Fn libusb20_be_set_template
892 will set the global USB device side mode template to
894 The new template is not activated until after the next USB
896 The template number decides how the USB device will present itself to
897 the USB Host, like Mass Storage Device, USB Ethernet Device.
899 .\".Xr usb2_template 4
901 This function returns zero on success else a LIBUSB20_ERROR value is
906 .Fn libusb20_be_get_dev_quirk
907 will return the device quirk according to
909 into the libusb20_quirk structure pointed to by
911 This function returns zero on success else a LIBUSB20_ERROR value is
914 If the given quirk does not exist LIBUSB20_ERROR_NOT_FOUND is
919 .Fn libusb20_be_get_quirk_name
920 will return the quirk name according to
922 into the libusb20_quirk structure pointed to by
924 This function returns zero on success else a LIBUSB20_ERROR value is
927 If the given quirk does not exist LIBUSB20_ERROR_NOT_FOUND is
932 .Fn libusb20_be_add_dev_quirk
933 will add the libusb20_quirk structure pointed to by the
935 argument into the device quirk list.
937 This function returns zero on success else a LIBUSB20_ERROR value is
940 If the given quirk cannot be added LIBUSB20_ERROR_NO_MEM is
945 .Fn libusb20_be_remove_dev_quirk
946 will remove the quirk matching the libusb20_quirk structure pointed to by the
948 argument from the device quirk list.
950 This function returns zero on success else a LIBUSB20_ERROR value is
953 If the given quirk does not exist LIBUSB20_ERROR_NOT_FOUND is
958 .Fn libusb20_be_alloc_default
959 .Fn libusb20_be_alloc_freebsd
960 .Fn libusb20_be_alloc_linux
961 These functions are used to allocate a specific USB backend or the
962 operating system default USB backend. Allocating a backend is a way to
963 scan for currently present USB devices.
967 .Fn libusb20_be_device_foreach
968 is used to iterate USB devices present in a USB backend.
970 The starting value of
974 This function returns the next USB device in the list.
976 If NULL is returned the end of the USB device list has been reached.
980 .Fn libusb20_be_dequeue_device
981 will dequeue the given USB device pointer from the
982 backend USB device list.
984 Dequeued USB devices will not be freed when the backend is freed.
988 .Fn libusb20_be_enqueue_device
989 will enqueue the given USB device pointer in the backend USB device list.
991 Enqueued USB devices will get freed when the backend is freed.
996 will free the given backend and all USB devices in its device list.
999 .Sh USB DESCRIPTOR PARSING
1001 .Fn libusb20_me_get_1 pie offset
1002 This function will return a byte at the given byte offset of a message
1005 This function is safe against invalid offsets.
1009 .Fn libusb20_me_get_2 pie offset
1010 This function will return a little endian 16-bit value at the given byte offset of a message
1013 This function is safe against invalid offsets.
1017 .Fn libusb20_me_encode pbuf len pdecoded
1018 This function will encode a so-called *DECODED structure into binary
1021 The total encoded length that will fit in the given buffer is
1024 If the buffer pointer is NULL no data will be written to the buffer
1029 .Fn libusb20_me_decode pbuf len pdecoded
1030 This function will decode a binary structure into a so-called *DECODED
1033 The total decoded length is returned.
1035 The buffer pointer cannot be NULL.
1040 .Fn libusb20_strerror "int code"
1041 Get the ASCII representation of the error given by the
1044 This function does not return NULL.
1047 .Fn libusb20_error_name "int code"
1048 Get the ASCII representation of the error enum given by the
1051 This function does not return NULL.
1069 API derives from the libusb project at sourceforge.