Date: Tue, 14 Sep 2010 19:49:26 GMT From: Hans Petter Selasky <hselasky@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 183770 for review Message-ID: <201009141949.o8EJnQJ7059493@skunkworks.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@183770?ac=10 Change 183770 by hselasky@hselasky_laptop001 on 2010/09/14 19:49:07 LibUSB: - correct manual page. PR: usb/150546 Affected files ... .. //depot/projects/usb/src/lib/libusb/libusb.3#24 edit Differences ... ==== //depot/projects/usb/src/lib/libusb/libusb.3#24 (text+ko) ==== @@ -379,7 +379,7 @@ . .Pp .Ft int -.Fn libusb_control_transfer "libusb_device_handle *devh" "uint8_t bmRequestType" "uint16_t wIndex" "unsigned char *data" "uint16_t wLength" "unsigned int timeout" +.Fn libusb_control_transfer "libusb_device_handle *devh" "uint8_t bmRequestType" "uint8_t bRequest" "uint16_t wValue" "uint16_t wIndex" "unsigned char *data" "uint16_t wLength" "unsigned int timeout" Perform a USB control transfer. Returns 0 on success, LIBUSB_ERROR_TIMEOUT if the transfer timeout, LIBUSB_ERROR_PIPE if the control request was not supported, LIBUSB_ERROR_NO_DEVICE if the device has been disconnected and
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009141949.o8EJnQJ7059493>