diff options
author | Andrew Thompson <thompsa@FreeBSD.org> | 2009-05-28 17:36:36 +0000 |
---|---|---|
committer | Andrew Thompson <thompsa@FreeBSD.org> | 2009-05-28 17:36:36 +0000 |
commit | 760bc48e7ee4471fe04fa5fee89d00bf7d698ddb (patch) | |
tree | 3036722a60a7a9ddd5122172e56736f3e128664b /lib/libusb/libusb.3 | |
parent | 58de945eeb77565ebea70d949ffb610268f7d9ae (diff) | |
download | src-760bc48e7ee4471fe04fa5fee89d00bf7d698ddb.tar.gz src-760bc48e7ee4471fe04fa5fee89d00bf7d698ddb.zip |
s/usb2_/usb_/ on all C structs for the USB stack.
Notes
Notes:
svn path=/head/; revision=192984
Diffstat (limited to 'lib/libusb/libusb.3')
-rw-r--r-- | lib/libusb/libusb.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libusb/libusb.3 b/lib/libusb/libusb.3 index 1ab432e9e66b..2fb717f5871e 100644 --- a/lib/libusb/libusb.3 +++ b/lib/libusb/libusb.3 @@ -109,7 +109,7 @@ USB access library (libusb -lusb) .Ft const char * .Fn libusb20_dev_get_backend_name "struct libusb20_device *" .Ft int -.Fn libusb20_dev_get_info "struct libusb20_device *pdev" "struct usb2_device_info *pinfo" +.Fn libusb20_dev_get_info "struct libusb20_device *pdev" "struct usb_device_info *pinfo" .Ft int .Fn libusb20_dev_get_iface_desc "struct libusb20_device *pdev" "uint8_t iface_index" "char *buf" "uint8_t len" .Ft const char * @@ -465,7 +465,7 @@ returns a zero terminated string describing the backend used. .Pp . .Fn libusb20_dev_get_info -retrives the BSD specific usb2_device_info structure into the memory location given by +retrives the BSD specific usb_device_info structure into the memory location given by .Fa pinfo . The USB device given by .Fa pdev |