From 760bc48e7ee4471fe04fa5fee89d00bf7d698ddb Mon Sep 17 00:00:00 2001 From: Andrew Thompson Date: Thu, 28 May 2009 17:36:36 +0000 Subject: s/usb2_/usb_/ on all C structs for the USB stack. --- lib/libusb/libusb.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libusb/libusb.3') 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 -- cgit v1.2.3