Deleted Added
full compact
libusb20.3 (226220) libusb20.3 (233648)
1.\"
2.\" Copyright (c) 2008 Hans Petter Selasky
3.\"
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 10 unchanged lines hidden (view full) ---

19.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25.\" SUCH DAMAGE.
26.\"
1.\"
2.\" Copyright (c) 2008 Hans Petter Selasky
3.\"
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 10 unchanged lines hidden (view full) ---

19.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25.\" SUCH DAMAGE.
26.\"
27.\" $FreeBSD: head/lib/libusb/libusb20.3 226220 2011-10-10 16:13:33Z hselasky $
27.\" $FreeBSD: head/lib/libusb/libusb20.3 233648 2012-03-29 05:02:12Z eadler $
28.\"
29.Dd October 14, 2010
30.Dt LIBUSB20 3
31.Os
32.Sh NAME
33.Nm libusb20
34.
35.Nd "USB access library"

--- 501 unchanged lines hidden (view full) ---

537.Pp
538.
539.Fn libusb20_dev_get_backend_name
540returns a zero terminated string describing the backend used.
541.
542.Pp
543.
544.Fn libusb20_dev_get_info
28.\"
29.Dd October 14, 2010
30.Dt LIBUSB20 3
31.Os
32.Sh NAME
33.Nm libusb20
34.
35.Nd "USB access library"

--- 501 unchanged lines hidden (view full) ---

537.Pp
538.
539.Fn libusb20_dev_get_backend_name
540returns a zero terminated string describing the backend used.
541.
542.Pp
543.
544.Fn libusb20_dev_get_info
545retrieves the BSD specific usb_device_info structure into the memory location given by
545retrieves the BSD specific usb_device_info structure into the memory location given by
546.Fa pinfo .
547The USB device given by
548.Fa pdev
549must be opened before this function will succeed.
550This function returns zero on success else a LIBUSB20_ERROR value is returned.
551.
552.Pp
553.

--- 481 unchanged lines hidden ---
546.Fa pinfo .
547The USB device given by
548.Fa pdev
549must be opened before this function will succeed.
550This function returns zero on success else a LIBUSB20_ERROR value is returned.
551.
552.Pp
553.

--- 481 unchanged lines hidden ---