Module Name: src Committed By: mrg Date: Sat Jun 2 23:10:12 UTC 2012
Modified Files: src/share/man/man9: usbdi.9 Log Message: greatly expand the discussion on transfers and provide most of the details needed to alloc, setup, transfer and obtain the status of them. this takes care of: - usbd_close_pipe - usbd_alloc_xfer - usbd_free_xfer - usbd_setup{,_default,_isoc}_xfer - usbd_transfer - usbd_{bulk,intr}_transfer - usbd_transfer_sync{,_sig} - usbd_get_xfer_status as well as callback and request information. update the list of functions missing real descriptions. there are about 30 usbdi.h and 35 usbdi_util.h functions remaining. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/share/man/man9/usbdi.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.