HomeSort by relevance Sort by last modified time
    Searched full:libusb (Results 51 - 75 of 377) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/libusb/libusb/
Makefile.am 1 all: libusb-1.0.la libusb-1.0.dll
5 lib_LTLIBRARIES = libusb-1.0.la
17 os/windows_common.h libusb-1.0.rc libusb-1.0.def
76 libusb-1.0.rc: version.h version_nano.h
79 libusb-1.0.dll: libusb-1.0.def libusb-1.0.la
82 $(AM_V_GEN)$(DLLTOOL) $(DLLTOOLFLAGS) --kill-at --input-def $(srcdir)/libusb-1.0.def --dllname $@ --output-lib .libs/$@.
    [all...]
libusb-1.0.rc 44 VALUE "CompanyName", "libusb.info\0"
47 VALUE "InternalName", "libusb\0"
50 VALUE "OriginalFilename", "libusb-1.0.dll\0"
52 VALUE "ProductName", "libusb-1.0\0"
  /external/libusb/Xcode/
libusb_debug.xcconfig 2 // libusb Xcode configuration file
4 // For more information, please visit: <http://libusb.info>
21 #include "libusb.xcconfig"
libusb_release.xcconfig 2 // libusb Xcode configuration file
4 // For more information, please visit: <http://libusb.info>
21 #include "libusb.xcconfig"
libusb.xcconfig 2 // 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
common.xcconfig 2 // libusb Xcode configuration file
4 // For more information, please visit: <http://libusb.info>
20 // libusb does not follow C99 strict aliasing rules, so disable it.
  /external/libusb/
README.git 4 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
PORTING 1 PORTING LIBUSB TO OTHER PLATFORMS
6 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
    [all...]
appveyor.yml 21 rem Copying libusb to cygwin home directory
23 xcopy /S C:\projects\libusb C:\cygwin\home\appveyor\
25 rem Copying libusb to MinGW home directory
27 xcopy /S C:\projects\libusb C:\msys64\home\appveyor\
  /external/libusb/msvc/
libusb_static_wince.vcproj 5 Name="libusb-1.0 (static)"
7 RootNamespace="libusb"
38 IntermediateDirectory="$(SolutionDir)..\ARMV4I\$(ConfigurationName)\lib\libusb-1.0"
62 AdditionalIncludeDirectories=".;..\libusb"
83 OutputFile="$(OutDir)\libusb-1.0.lib"
113 IntermediateDirectory="$(SolutionDir)..\MIPSII\$(ConfigurationName)\lib\libusb-1.0"
137 AdditionalIncludeDirectories=".;..\libusb"
157 OutputFile="$(OutDir)\libusb-1.0.lib"
187 IntermediateDirectory="$(SolutionDir)..\MIPSII_FP\$(ConfigurationName)\lib\libusb-1.0"
211 AdditionalIncludeDirectories=".;..\libusb"
    [all...]
libusb_sources 2 TARGETNAME=libusb-1.0
3 DLLDEF=..\libusb-1.0.def
27 # "fatal error C1047: The object or library file 'libusb-1.0.lib' was created with
44 ..\libusb-1.0.rc
  /external/libusb/doc/
Makefile.am 8 scp -r api-1.0 pbatard@web.sourceforge.net:/home/project-web/libusb/htdocs
  /external/libusb-compat/libusb/
Makefile.am 2 lib_LTLIBRARIES = libusb.la
  /external/libusb/.private/
bwince.cmd 24 mkdir %WINCE_TARGET_DIR%\include\libusb-1.0
25 copy libusb\libusb-1.0.def %WINCE_TARGET_DIR%
26 copy libusb\libusb.h %WINCE_TARGET_DIR%\include\libusb-1.0
44 copy %%A\%MSBUILD_CONFIGURATION%\lib\libusb-1.0.lib %WINCE_TARGET_DIR%\%%A\static
47 copy %%A\%MSBUILD_CONFIGURATION%\dll\libusb-1.0.lib %WINCE_TARGET_DIR%\%%A\dll
48 copy %%A\%MSBUILD_CONFIGURATION%\dll\libusb-1.0.dll %WINCE_TARGET_DIR%\%%A\dll
49 copy %%A\%MSBUILD_CONFIGURATION%\dll\libusb-1.0.pdb %WINCE_TARGET_DIR%\%%A\dll
    [all...]
bd.cmd 38 copy Win32\Release\lib\libusb-1.0.lib E:\dailies\%DATE%\MS32\static
48 copy Win32\Release\lib\libusb-1.0.lib E:\dailies\%DATE%\MS32\dll
49 copy Win32\Release\dll\libusb-1.0.dll E:\dailies\%DATE%\MS32\dll
50 copy Win32\Release\dll\libusb-1.0.pdb E:\dailies\%DATE%\MS32\dll
64 copy x64\Release\lib\libusb-1.0.lib E:\dailies\%DATE%\MS64\static
74 copy x64\Release\lib\libusb-1.0.lib E:\dailies\%DATE%\MS64\dll
75 copy x64\Release\dll\libusb-1.0.dll E:\dailies\%DATE%\MS64\dll
76 copy x64\Release\dll\libusb-1.0.pdb E:\dailies\%DATE%\MS64\dll
pre-commit.sh 15 # libusb development team and are NOT intended to solve versioning for any
20 # higher, as any offset below below 60000 is *RESERVED* for libusb official
41 echo "#define LIBUSB_NANO $NANO" > libusb/version_nano.h
42 git add libusb/version_nano.h
  /external/libusb-compat/
ChangeLog 11 Improve libusb-config for cross-compiling (SF#2809877)
24 libusb-1.0 can return result codes 0, -1 through -12 and -99. The old
25 libusb-0.1 software was always returning the negative of an errno.h
28 Unfortunately the current version of libusb-compat passes through some
29 of the libusb-1.0 error codes unchanged. (Some of the error codes are
33 The patch attached to the below bug report makes sure all libusb-1.0
34 error codes are translated into the libusb-0.1 equivalent negative of
36 errno is always being set as some callers of libusb-0.1 expect that to
37 be the case. Finally since errno is now always being set by libusb-
65 For maximum compatibility, this makes libusb-compat-0.1 behave lik
    [all...]
  /external/libmtp/
configure.ac 28 # libusb-based device handlers take precedence since libmtp may
115 # Check for libusb-1.0
116 PKG_CHECK_MODULES(LIBUSB, libusb-1.0 >= 1.0.0,[
117 LIBUSB_VER=`$PKG_CONFIG --modversion libusb-1.0`
118 LIBUSB_REQUIRES='libusb-1.0'
119 AC_DEFINE(HAVE_LIBUSB1, [], [Have libusb 1.0])
127 PKG_CHECK_MODULES(LIBUSB, libusb >= 0.1.8, [
128 LIBUSB_VER=`$PKG_CONFIG --modversion libusb`
    [all...]
INSTALL 33 To build libmtp you should only need development files for libusb.
34 (Often named libusb-devel or similar.) For working with CVS versions
90 libusb support
93 This package depends on libusb. Get libusb from sourceforge at:
95 http://www.sourceforge.net/projects/libusb/
97 libusb 1.0 and later is preferred for libmtp, but currently also
98 older 0.1.x versions of libusb are supported.
174 custom devices handled solely by libusb, which is what libmtp and for
185 Ancient udev, HAL, libusb
    [all...]
  /external/libexif/m4m/
gp-packaging.m4 21 # whether libusb-devel is installed or not defines whether the RPM
22 # packages we're going to build will depend on libusb and libusb-devel
24 AM_CONDITIONAL([RPM_LIBUSB_DEVEL], [rpm -q libusb-devel > /dev/null 2>&1])
  /system/core/adb/
usb.h 39 // Linux and Darwin clients have native and libusb implementations.
41 namespace libusb { namespace
43 ADB_USB_INTERFACE(libusb::usb_handle*);
  /device/google/cuttlefish_common/guest/commands/usbforward/
usb_server.h 21 #include <libusb/libusb.h>
70 // Initialize, Configure and start libusb.
73 // Stop, Deconfigure and Clean up libusb.
79 // Handle asynchronous libusb events.
  /external/libusb/Xcode/libusb.xcodeproj/
project.pbxproj 32 006AD4261C8C5AD9007F8C6A /* libusb-1.0.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 008FBF311628B79300BC5BE2 /* libusb-1.0.0.dylib */; };
36 008FBF891628B7E800BC5BE2 /* libusb.h in Headers */ = {isa = PBXBuildFile; fileRef = 008FBF5A1628B7E800BC5BE2 /* libusb.h */; };
51 008FBFF01628BA3A00BC5BE2 /* libusb-1.0.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 008FBF311628B79300BC5BE2 /* libusb-1.0.0.dylib */; };
53 008FC0001628BBCD00BC5BE2 /* libusb-1.0.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 008FBF311628B79300BC5BE2 /* libusb-1.0.0.dylib */; };
55 008FC0101628BBE900BC5BE2 /* libusb-1.0.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 008FBF311628B79300BC5BE2 /* libusb-1.0.0.dylib */; }
    [all...]
  /external/libusb/android/
README 0 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...]
  /external/libusb/tests/
stress.c 2 * libusb stress test program to perform simple stress tests
24 #include "libusb.h"
37 "Failed to init libusb on iteration %d: %d",
55 libusb_testlib_logf(tctx, "Failed to init libusb: %d", r);
84 libusb_testlib_logf(tctx, "Failed to init libusb: %d", r);
124 libusb_testlib_logf(tctx, "Failed to init libusb: %d", r);
135 libusb_testlib_logf(tctx, "Failed to init libusb: %d", r);

Completed in 462 milliseconds

1 23 4 5 6 7 8 91011>>