components/libusb-1/libusb-1.3lib
branchs11u3-sru
changeset 6359 f969c4942506
equal deleted inserted replaced
6358:3b2a73b969a9 6359:f969c4942506
       
     1 '\" te
       
     2 .\" Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
       
     3 .TH libusb-1.0 3LIB "10 April 2016" "SunOS 5.11" "Interface Libraries"
       
     4 .SH NAME
       
     5 libusb-1, libusb-1.0 \- A cross-platform user library to access USB devices
       
     6 .SH SYNOPSIS
       
     7 .LP
       
     8 .nf
       
     9 cc [ \fIflag\fR... ] \fB-I\fR/usr/include/libusb-1.0 \fIfile\fR... \e
       
    10     \fB -lusb-1.0 \fR [ \fIlibrary\fR... ]
       
    11 #include <libusb.h>
       
    12 .fi
       
    13 
       
    14 .SH DESCRIPTION
       
    15 .sp
       
    16 .LP
       
    17 The \fBlibusb 1.0\fR provides a set of APIs to manage USB devices without a kernel driver. It is an open-source API supported on Linux, MacOS X, Solaris, and NetBSD. See http://libusb.info.
       
    18 .sp
       
    19 .LP
       
    20 Complete documentation for this library can be found at \fB/usr/share/doc/libusb-1.0/html/index.html\fR. 
       
    21 .sp
       
    22 .LP
       
    23 NOTE, libusb 1.0 API is not compatible to libusb 0.1, see \fBlibusb\fR(3LIB) for the API information of version 0.1.x.
       
    24 .SH INTERFACES
       
    25 .sp
       
    26 .LP
       
    27 See \fB/usr/share/doc/libusb-1.0/html/api.html\fR for the complete list of \fBlibusb 1.0\fR functions, structures and enumerations. The shared object \fBlibusb-1.0.so.0\fR provides the public interfaces. See \fBIntro\fR(3) for additional information on shared object interfaces.
       
    28 .sp
       
    29 
       
    30 .sp
       
    31 
       
    32 .SH FILES
       
    33 .sp
       
    34 .ne 2
       
    35 .mk
       
    36 .na
       
    37 \fB\fB/usr/lib/libusb-1.0.so.0\fR\fR
       
    38 .ad
       
    39 .RS 29n
       
    40 .rt  
       
    41 shared object
       
    42 .RE
       
    43 
       
    44 .sp
       
    45 .ne 2
       
    46 .mk
       
    47 .na
       
    48 \fB\fB/usr/lib/64/libusb-1.0.so.0\fR\fR
       
    49 .ad
       
    50 .RS 29n
       
    51 .rt  
       
    52 64-bit shared object
       
    53 .RE
       
    54 
       
    55 .sp
       
    56 .ne 2
       
    57 .mk
       
    58 .na
       
    59 \fB\fB/usr/lib/pkgconfig/libusb-1.0.pc\fR\fR
       
    60 .ad
       
    61 .RS 29n
       
    62 .rt  
       
    63 .sp
       
    64 script to determine linking environment
       
    65 .RE
       
    66 
       
    67 .sp
       
    68 .ne 2
       
    69 .mk
       
    70 .na
       
    71 \fB\fB/usr/lib/64/pkgconfig/libusb-1.0.pc\fR\fR
       
    72 .ad
       
    73 .RS 29n
       
    74 .rt  
       
    75 .sp
       
    76 script to determine 64-bit linking environment
       
    77 .RE
       
    78 
       
    79 .SH SEE ALSO
       
    80 .sp
       
    81 .LP
       
    82 \fBIntro\fR(3), \fBlibusb\fR(3LIB)
       
    83 .sp
       
    84 .LP
       
    85 http://libusb.info