Home
last modified time | relevance | path

Searched refs:libusb (Results 1 – 25 of 47) sorted by relevance

12

/third_party/libusb/.private/
Dbm.sh9 mkdir -p $target/include/libusb-1.0
10 cp -v libusb/libusb-1.0.def $target
11 cp -v libusb/libusb.h $target/include/libusb-1.0
34 cp -v libusb/.libs/libusb-1.0.a $target/static
35 cp -v libusb/.libs/libusb-1.0.dll $target/dll
36 cp -v libusb/.libs/libusb-1.0.dll.a $target/dll
51 cp -v libusb/.libs/libusb-1.0.a $target/static
52 cp -v libusb/.libs/libusb-1.0.dll $target/dll
53 cp -v libusb/.libs/libusb-1.0.dll.a $target/dll
Dwbs.txt1 libusb 1.0 Windows binary snapshot - README
5 * https://github.com/libusb/libusb/releases *
10 - Copy libusb.h, from the include\libusb-1.0\ directory, into your project and
13 - Copy the relevant .lib file from MS32\ or MS64\ and add 'libusb-1.0.lib' to
15 Also make sure that the directory where libusb-1.0.lib resides is added to
18 - If you use the static version of the libusb library, make sure that
22 recompile a static libusb 1.0 library from source.
23 - Compile and run your application. If you use the DLL version of libusb-1.0,
28 - Copy libusb.h, from include/libusb-1.0/ to your default include directory,
35 - The libusb 1.0 API documentation can be accessed at:
[all …]
Dpre-commit.sh51 echo "#define LIBUSB_NANO $NANO" > libusb/version_nano.h
52 git add libusb/version_nano.h
/third_party/libusb/android/jni/
Dlibusb.mk28 $(LIBUSB_ROOT_REL)/libusb/core.c \
29 $(LIBUSB_ROOT_REL)/libusb/descriptor.c \
30 $(LIBUSB_ROOT_REL)/libusb/hotplug.c \
31 $(LIBUSB_ROOT_REL)/libusb/io.c \
32 $(LIBUSB_ROOT_REL)/libusb/sync.c \
33 $(LIBUSB_ROOT_REL)/libusb/strerror.c \
34 $(LIBUSB_ROOT_REL)/libusb/os/linux_usbfs.c \
35 $(LIBUSB_ROOT_REL)/libusb/os/events_posix.c \
36 $(LIBUSB_ROOT_REL)/libusb/os/threads_posix.c \
37 $(LIBUSB_ROOT_REL)/libusb/os/linux_netlink.c
[all …]
/third_party/libusb/
DBUILD.gn24 "libusb/core.c",
25 "libusb/descriptor.c",
26 "libusb/hotplug.c",
27 "libusb/io.c",
28 "libusb/sync.c",
29 "libusb/strerror.c",
32 # Configuration for libusb itself.
36 "libusb",
37 "libusb/os",
79 "libusb/os/darwin_usb.c",
[all …]
DREADME1 # libusb
3 [![Build Status](https://travis-ci.org/libusb/libusb.svg?branch=master)](https://travis-ci.org/libu…
4 …projects/status/xvrfam94jii4a6lw?svg=true)](https://ci.appveyor.com/project/LudovicRousseau/libusb)
5 …tps://scan.coverity.com/projects/2180/badge.svg)](https://scan.coverity.com/projects/libusb-libusb)
7 libusb is a library for USB device access from Linux, macOS,
13 libusb is abstracted internally in such a way that it can hopefully
17 libusb homepage:
18 http://libusb.info/
21 http://api.libusb.info
24 http://mailing-list.libusb.info
DREADME.md1 # libusb chapter
3 [![Build Status](https://travis-ci.org/libusb/libusb.svg?branch=master)](https://travis-ci.org/libu…
4 …projects/status/xvrfam94jii4a6lw?svg=true)](https://ci.appveyor.com/project/LudovicRousseau/libusb)
5 …tps://scan.coverity.com/projects/2180/badge.svg)](https://scan.coverity.com/projects/libusb-libusb)
7 libusb is a library for USB device access from Linux, macOS,
13 libusb is abstracted internally in such a way that it can hopefully
17 libusb homepage:
18 http://libusb.info/
21 http://api.libusb.info
24 http://mailing-list.libusb.info
DPORTING6 This document is aimed at developers wishing to port libusb to unsupported
7 platforms. I believe the libusb API is OS-independent, so by supporting
12 libusb's internal "backend" API, which performs the appropriate operations on
30 For libusb to work, your event handling function obviously needs to be called
32 which libusb and its users can pass to poll() or select() to determine when
39 descriptor of the pipe can then be provided to libusb as an event source.
49 libusb functions, prefixed with "usbi_". Documentation for these functions
67 2. Implement your backend in the libusb/os/ directory, modifying
68 libusb/os/Makefile.am appropriately.
70 3. Add preprocessor logic to the top of libusb/core.c to statically assign the
[all …]
DMakefile.am3 EXTRA_DIST = INSTALL_WIN.txt PORTING doc/libusb.png \
5 SUBDIRS = libusb subdir
16 pkgconfig_DATA = libusb-1.0.pc
20 distdir = libusb-$(VERSION)
39 sfurl = frs.sourceforge.net:/home/frs/project/libusb/libusb-1.0
DREADME.git4 If you retrieved the libusb repository from git and are using a gcc based
25 Alternatively, you can use the Xcode project at Xcode/libusb.xcodeproj.
30 If you submit a new development to libusb (eg: new backend), that is unlikely
33 libusb repository under this account from https://github.com/libusb/libusb.
39 try to involve the libusb community early by letting the mailing list know, as
41 See http://mailing-list.libusb.info for details on how to join the mailing list.
DTODO1 Please see the libusb roadmap by visiting:
2 https://github.com/libusb/libusb/milestones?direction=asc&sort=due_date&state=open
DREADME.OpenSource3 "Name": "libusb",
7 "Upstream URL": "https://libusb.info/",
8 "Description": "libusb is a C library that provides generic access to USB devices."
DINSTALL_WIN.txt17 Installing and building libusb via vcpkg
20 You can download and install libusb using the vcpkg dependency manager:
26 vcpkg install libusb
28 The libusb port in vcpkg is kept up to date by Microsoft team members and
51 http://windows.libusb.info
DChangeLog2 visit: http://log.libusb.info
99 The (#xx) numbers are libusb issue numbers, see ie:
100 https://github.com/libusb/libusb/issues/16
127 * Linux: Fix libusb build failure with --disable-udev (#124)
131 Note that using this libusb version on OpenBSD requires using
133 to stay with the libusb shipped with OpenBSD (mpi)
183 compatibility with libusb or older versions, see APPENDIX A below.
184 * Fix broken support for the 0.1 -> 1.0 libusb-compat layer
190 * Add libusb0 (libusb-win32) and libusbK driver support on Windows. Note that while
191 the drivers allow it, isochronous transfers are not supported yet in libusb. Also
[all …]
DNEWS1 For the latest libusb news, please refer to the ChangeLog file, or visit:
2 http://libusb.info
/third_party/libusb/libusb/
DMakefile.am6 lib_LTLIBRARIES = libusb-1.0.la
27 OS_WINDOWS_SRC = libusb-1.0.def libusb-1.0.rc \
73 -include ./$(DEPDIR)/libusb-1.0.Plo
76 all-local: .libs/libusb-1.0.dll.a
78 .libs/libusb-1.0.dll.a: libusb-1.0.def libusb-1.0.la
79 …$(AM_V_DLLTOOL)$(DLLTOOL) $(DLLTOOLFLAGS) --kill-at --input-def $< --dllname libusb-1.0.dll --outp…
88 pkginclude_HEADERS = libusb.h
Dlibusb-1.0.rc36 VALUE "CompanyName", "libusb.info\0"
39 VALUE "InternalName", "libusb\0"
42 VALUE "OriginalFilename", "libusb-1.0.dll\0"
44 VALUE "ProductName", "libusb-1.0\0"
/third_party/libusb/Xcode/libusb.xcodeproj/
Dproject.pbxproj34 …AD4261C8C5AD9007F8C6A /* libusb-1.0.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 008F…
40 …008FBF891628B7E800BC5BE2 /* libusb.h in Headers */ = {isa = PBXBuildFile; fileRef = 008FBF5A1628B7…
68 …20951C152563125200ED6351 /* libusb.h in Headers */ = {isa = PBXBuildFile; fileRef = 008FBF5A1628B7…
91 remoteInfo = libusb;
133 remoteInfo = libusb;
140 remoteInfo = libusb;
147 remoteInfo = libusb;
154 remoteInfo = libusb;
161 remoteInfo = libusb;
168 remoteInfo = libusb;
[all …]
/third_party/libusb/android/
DREADME1 libusb for Android
7 To build libusb for Android do the following:
17 4. Change directory to libusb's "android/jni"
21 The libusb library, examples and tests can then be found in:
35 If you wish to use libusb from native code in own Android application
38 include $(PATH_TO_LIBUSB_SRC)/android/jni/libusb.mk
41 configuration for each native binary which uses libusb:
46 The Android build system will then correctly include libusb in the
51 For a rooted device it is possible to install libusb into the system
64 # Install libusb
[all …]
/third_party/libusb/tests/
DMakefile.am1 AM_CPPFLAGS = -I$(top_srcdir)/libusb
2 LDADD = ../libusb/libusb-1.0.la
/third_party/libusb/examples/
DMakefile.am1 AM_CPPFLAGS = -I$(top_srcdir)/libusb
2 LDADD = ../libusb/libusb-1.0.la
/third_party/libusb/Xcode/
Dlibusb.xcconfig2 // libusb Xcode configuration file
4 // For more information, please visit: <http://libusb.info>
20 PRODUCT_NAME = libusb-1.0.0
21 LD_DYLIB_INSTALL_NAME = @rpath/libusb-1.0.0.dylib
Dlibusb_release.xcconfig2 // libusb Xcode configuration file
4 // For more information, please visit: <http://libusb.info>
21 #include "libusb.xcconfig"
Dlibusb_debug.xcconfig2 // libusb Xcode configuration file
4 // For more information, please visit: <http://libusb.info>
21 #include "libusb.xcconfig"
/third_party/libusb/doc/
DMakefile.in1 LIBUSB_SRC_DIR = @top_srcdir@/libusb
8 @DOXYGEN_HTMLDIR@: doxygen.cfg @top_srcdir@/doc/libusb.png $(LIBUSB_DOC_SRC)
11 sfurl = web.sourceforge.net:/home/project-web/libusb/htdocs

12