Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 May 2009 17:16:36 +0000 (UTC)
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r192550 - head/lib/libusb
Message-ID:  <200905211716.n4LHGaRL073247@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 .
 .



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905211716.n4LHGaRL073247>