svn commit: r192550 - head/lib/libusb

Andrew Thompson thompsa at FreeBSD.org
Thu May 21 17:16:36 UTC 2009


Author: thompsa
Date: Thu May 21 17:16:35 2009
New Revision: 192550
URL: http://svn.freebsd.org/changeset/base/192550

Log:
  Fix libusb20_dev_get_device_desc and defunt xref.
  
  Submitted by:	Hans Petter Selasky

Modified:
  head/lib/libusb/libusb.3

Modified: head/lib/libusb/libusb.3
==============================================================================
--- head/lib/libusb/libusb.3	Thu May 21 17:12:13 2009	(r192549)
+++ head/lib/libusb/libusb.3	Thu May 21 17:16:35 2009	(r192550)
@@ -26,7 +26,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd April 5, 2009
+.Dd May 21, 2009
 .Dt LIBUSB 3
 .Os
 .Sh NAME
@@ -148,8 +148,8 @@ USB access library (libusb -lusb)
 .Fn libusb20_dev_get_power_mode "struct libusb20_device *pdev"
 .Ft int
 .Fn libusb20_dev_set_alt_index "struct libusb20_device *pdev" "uint8_t iface_index" "uint8_t alt_index"
-.Ft int
-.Fn libusb20_dev_get_device_desc "struct libusb20_device *pdev" "uint8_t iface_indexr", "char *buf" "uint8_t len"
+.Ft struct LIBUSB20_DEVICE_DESC_DECODED *
+.Fn libusb20_dev_get_device_desc "struct libusb20_device *pdev"
 .Ft struct libusb20_config *
 .Fn libusb20_dev_alloc_config "struct libusb20_device *pdev" "uint8_t config_index"
 .Ft struct libusb20_device *
@@ -945,7 +945,7 @@ These functions are compliant with LibUS
 .
 /dev/usb
 .Sh SEE ALSO
-.Xr usb2_core 4 ,
+.Xr usb 4 ,
 .Xr usbconfig 8
 .
 .


More information about the svn-src-all mailing list