Go to main content

man pages section 3: Library Interfaces and Headers

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

libopenusb (3lib)

Name

libopenusb - level USB device management library

Synopsis

cc [ flag... ] file... -lopenusb [ library... ]
#include <openusb.h>

Description

libopenusb(3lib)              Interface Libraries             libopenusb(3lib)



NAME
       libopenusb - user-level USB device management library

SYNOPSIS
       cc [ flag... ] file... -lopenusb [ library... ]
       #include <openusb.h>

DESCRIPTION
       See /usr/share/doc/openusb/openusb_guide.html for a full description.

FILES
       /usr/lib/libopenusb.so.0                shared object


       /usr/lib/openusb_backend                openusb backend modules



ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       +---------------+----------------------------+
       |ATTRIBUTE TYPE |      ATTRIBUTE VALUE       |
       +---------------+----------------------------+
       |Availability   | system/library/usb/openusb |
       +---------------+----------------------------+
       |Stability      | Volatile                   |
       +---------------+----------------------------+

SEE ALSO
       intro(3), libusb(3LIB), attributes(7)

       http://openusb.sourceforge.net


LICENSE
       The libopenusb library is distributed under the LGPL and BSD licenses.



NOTES
       Source  code  for open source software components in Oracle Solaris can
       be found at https://www.oracle.com/downloads/opensource/solaris-source-
       code-downloads.html.

       This     software     was    built    from    source    available    at
       https://github.com/oracle/solaris-userland.   The  original   community
       source        was        downloaded        from         https://source-
       forge.net/projects/openusb/files/libopenusb/libopenusb-1.1.11/libopenusb-1.1.11.tar.gz/down-
       load.

       Further information about this software can be found on the open source
       community website at http://openusb.sourceforge.net/.



Solaris 11.4                   December 19 2007               libopenusb(3lib)