usb 2.17.0 → 3.0.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +18 -4
- package/README.md +25 -516
- package/dist/index.d.ts +67 -13
- package/dist/index.js +333 -64
- package/index.d.ts +89 -0
- package/index.js +583 -0
- package/package.json +53 -33
- package/CHANGELOG.md +0 -294
- package/binding.gyp +0 -128
- package/dist/index.js.map +0 -1
- package/dist/usb/bindings.d.ts +0 -266
- package/dist/usb/bindings.js +0 -10
- package/dist/usb/bindings.js.map +0 -1
- package/dist/usb/capability.d.ts +0 -13
- package/dist/usb/capability.js +0 -17
- package/dist/usb/capability.js.map +0 -1
- package/dist/usb/descriptors.d.ts +0 -128
- package/dist/usb/descriptors.js +0 -3
- package/dist/usb/descriptors.js.map +0 -1
- package/dist/usb/device.d.ts +0 -100
- package/dist/usb/device.js +0 -297
- package/dist/usb/device.js.map +0 -1
- package/dist/usb/endpoint.d.ts +0 -94
- package/dist/usb/endpoint.js +0 -219
- package/dist/usb/endpoint.js.map +0 -1
- package/dist/usb/index.d.ts +0 -31
- package/dist/usb/index.js +0 -116
- package/dist/usb/index.js.map +0 -1
- package/dist/usb/interface.d.ts +0 -80
- package/dist/usb/interface.js +0 -133
- package/dist/usb/interface.js.map +0 -1
- package/dist/webusb/index.d.ts +0 -64
- package/dist/webusb/index.js +0 -295
- package/dist/webusb/index.js.map +0 -1
- package/dist/webusb/webusb-device.d.ts +0 -54
- package/dist/webusb/webusb-device.js +0 -434
- package/dist/webusb/webusb-device.js.map +0 -1
- package/libusb/.clang-tidy +0 -34
- package/libusb/.codespellrc +0 -3
- package/libusb/.private/README.txt +0 -5
- package/libusb/.private/appveyor_build.sh +0 -26
- package/libusb/.private/bm.sh +0 -54
- package/libusb/.private/ci-build.sh +0 -92
- package/libusb/.private/ci-container-build.sh +0 -67
- package/libusb/.private/post-rewrite.sh +0 -32
- package/libusb/.private/pre-commit.sh +0 -52
- package/libusb/.private/wbs.txt +0 -43
- package/libusb/.travis.yml +0 -58
- package/libusb/AUTHORS +0 -231
- package/libusb/COPYING +0 -504
- package/libusb/ChangeLog +0 -365
- package/libusb/HACKING +0 -25
- package/libusb/INSTALL_WIN.txt +0 -52
- package/libusb/KEYS +0 -123
- package/libusb/Makefile.am +0 -50
- package/libusb/NEWS +0 -2
- package/libusb/PORTING +0 -94
- package/libusb/README +0 -29
- package/libusb/README.git +0 -41
- package/libusb/TODO +0 -2
- package/libusb/Xcode/common.xcconfig +0 -92
- package/libusb/Xcode/config.h +0 -31
- package/libusb/Xcode/debug.xcconfig +0 -32
- package/libusb/Xcode/libusb.xcconfig +0 -21
- package/libusb/Xcode/libusb.xcodeproj/project.pbxproj +0 -1391
- package/libusb/Xcode/libusb_debug.xcconfig +0 -21
- package/libusb/Xcode/libusb_release.xcconfig +0 -21
- package/libusb/Xcode/release.xcconfig +0 -30
- package/libusb/android/README +0 -152
- package/libusb/android/config.h +0 -55
- package/libusb/android/examples/unrooted_android.c +0 -301
- package/libusb/android/examples/unrooted_android.h +0 -36
- package/libusb/android/jni/Android.mk +0 -23
- package/libusb/android/jni/Application.mk +0 -40
- package/libusb/android/jni/examples.mk +0 -168
- package/libusb/android/jni/libusb.mk +0 -60
- package/libusb/android/jni/tests.mk +0 -45
- package/libusb/appveyor.yml +0 -108
- package/libusb/autogen.sh +0 -10
- package/libusb/bootstrap.sh +0 -10
- package/libusb/configure.ac +0 -450
- package/libusb/doc/Makefile.in +0 -22
- package/libusb/doc/doxygen.cfg.in +0 -2571
- package/libusb/doc/libusb.png +0 -0
- package/libusb/examples/Makefile.am +0 -12
- package/libusb/examples/dpfp.c +0 -711
- package/libusb/examples/ezusb.c +0 -846
- package/libusb/examples/ezusb.h +0 -109
- package/libusb/examples/fxload.c +0 -310
- package/libusb/examples/hotplugtest.c +0 -147
- package/libusb/examples/listdevs.c +0 -73
- package/libusb/examples/sam3u_benchmark.c +0 -228
- package/libusb/examples/testlibusb.c +0 -312
- package/libusb/examples/xusb.c +0 -1254
- package/libusb/libusb/Makefile.am +0 -98
- package/libusb/libusb/Makefile.am.extra +0 -26
- package/libusb/libusb/core.c +0 -2925
- package/libusb/libusb/descriptor.c +0 -1558
- package/libusb/libusb/hotplug.c +0 -489
- package/libusb/libusb/io.c +0 -2865
- package/libusb/libusb/libusb-1.0.def +0 -199
- package/libusb/libusb/libusb-1.0.rc +0 -53
- package/libusb/libusb/libusb.h +0 -2421
- package/libusb/libusb/libusbi.h +0 -1535
- package/libusb/libusb/os/darwin_usb.c +0 -2977
- package/libusb/libusb/os/darwin_usb.h +0 -156
- package/libusb/libusb/os/emscripten_webusb.cpp +0 -875
- package/libusb/libusb/os/events_posix.c +0 -340
- package/libusb/libusb/os/events_posix.h +0 -62
- package/libusb/libusb/os/events_windows.c +0 -214
- package/libusb/libusb/os/events_windows.h +0 -46
- package/libusb/libusb/os/haiku_pollfs.cpp +0 -372
- package/libusb/libusb/os/haiku_usb.h +0 -113
- package/libusb/libusb/os/haiku_usb_backend.cpp +0 -532
- package/libusb/libusb/os/haiku_usb_raw.cpp +0 -231
- package/libusb/libusb/os/haiku_usb_raw.h +0 -188
- package/libusb/libusb/os/linux_netlink.c +0 -401
- package/libusb/libusb/os/linux_udev.c +0 -321
- package/libusb/libusb/os/linux_usbfs.c +0 -2829
- package/libusb/libusb/os/linux_usbfs.h +0 -221
- package/libusb/libusb/os/netbsd_usb.c +0 -617
- package/libusb/libusb/os/null_usb.c +0 -111
- package/libusb/libusb/os/openbsd_usb.c +0 -700
- package/libusb/libusb/os/sunos_usb.c +0 -1619
- package/libusb/libusb/os/sunos_usb.h +0 -79
- package/libusb/libusb/os/threads_posix.c +0 -126
- package/libusb/libusb/os/threads_posix.h +0 -98
- package/libusb/libusb/os/threads_windows.c +0 -40
- package/libusb/libusb/os/threads_windows.h +0 -113
- package/libusb/libusb/os/windows_common.c +0 -923
- package/libusb/libusb/os/windows_common.h +0 -424
- package/libusb/libusb/os/windows_usbdk.c +0 -724
- package/libusb/libusb/os/windows_usbdk.h +0 -106
- package/libusb/libusb/os/windows_winusb.c +0 -4766
- package/libusb/libusb/os/windows_winusb.h +0 -787
- package/libusb/libusb/strerror.c +0 -223
- package/libusb/libusb/sync.c +0 -342
- package/libusb/libusb/version.h +0 -18
- package/libusb/libusb/version_nano.h +0 -1
- package/libusb/libusb-1.0.pc.in +0 -11
- package/libusb/msvc/Base.props +0 -60
- package/libusb/msvc/Configuration.Application.props +0 -7
- package/libusb/msvc/Configuration.Base.props +0 -47
- package/libusb/msvc/Configuration.DynamicLibrary.props +0 -21
- package/libusb/msvc/Configuration.StaticLibrary.props +0 -7
- package/libusb/msvc/ProjectConfigurations.Base.props +0 -69
- package/libusb/msvc/build_all.ps1 +0 -17
- package/libusb/msvc/config.h +0 -58
- package/libusb/msvc/dpfp.vcxproj +0 -33
- package/libusb/msvc/dpfp_threaded.vcxproj +0 -38
- package/libusb/msvc/fxload.vcxproj +0 -46
- package/libusb/msvc/getopt/getopt.c +0 -1060
- package/libusb/msvc/getopt/getopt.h +0 -180
- package/libusb/msvc/getopt/getopt1.c +0 -188
- package/libusb/msvc/getopt.vcxproj +0 -33
- package/libusb/msvc/hotplugtest.vcxproj +0 -32
- package/libusb/msvc/init_context.vcxproj +0 -35
- package/libusb/msvc/libusb.sln +0 -542
- package/libusb/msvc/libusb_dll.vcxproj +0 -61
- package/libusb/msvc/libusb_static.vcxproj +0 -49
- package/libusb/msvc/listdevs.vcxproj +0 -32
- package/libusb/msvc/sam3u_benchmark.vcxproj +0 -33
- package/libusb/msvc/set_option.vcxproj +0 -35
- package/libusb/msvc/stress.vcxproj +0 -35
- package/libusb/msvc/stress_mt.vcxproj +0 -33
- package/libusb/msvc/testlibusb.vcxproj +0 -32
- package/libusb/msvc/xusb.vcxproj +0 -38
- package/libusb/tests/Makefile.am +0 -40
- package/libusb/tests/init_context.c +0 -153
- package/libusb/tests/libusb_testlib.h +0 -76
- package/libusb/tests/macos.c +0 -130
- package/libusb/tests/set_option.c +0 -253
- package/libusb/tests/stress.c +0 -172
- package/libusb/tests/stress_mt.c +0 -267
- package/libusb/tests/testlib.c +0 -184
- package/libusb/tests/umockdev.c +0 -1175
- package/libusb/tests/webusb-test-shim/index.js +0 -12
- package/libusb/tests/webusb-test-shim/package-lock.json +0 -50
- package/libusb/tests/webusb-test-shim/package.json +0 -10
- package/libusb.gypi +0 -154
- package/libusb_config/config.h +0 -1
- package/prebuilds/android-arm/node.napi.armv7.node +0 -0
- package/prebuilds/android-arm64/node.napi.armv8.node +0 -0
- package/prebuilds/darwin-x64+arm64/node.napi.node +0 -0
- package/prebuilds/linux-arm/node.napi.armv6.node +0 -0
- package/prebuilds/linux-arm/node.napi.armv7.node +0 -0
- package/prebuilds/linux-arm64/node.napi.armv8.node +0 -0
- package/prebuilds/linux-ia32/node.napi.node +0 -0
- package/prebuilds/linux-x64/node.napi.glibc.node +0 -0
- package/prebuilds/linux-x64/node.napi.musl.node +0 -0
- package/prebuilds/win32-arm64/node.napi.node +0 -0
- package/prebuilds/win32-ia32/node.napi.node +0 -0
- package/prebuilds/win32-x64/node.napi.node +0 -0
- package/src/device.cc +0 -439
- package/src/helpers.h +0 -64
- package/src/hotplug/hotplug.h +0 -22
- package/src/hotplug/libusb.cc +0 -90
- package/src/hotplug/windows.cc +0 -168
- package/src/node_usb.cc +0 -314
- package/src/node_usb.h +0 -131
- package/src/thread_name.cc +0 -79
- package/src/thread_name.h +0 -11
- package/src/transfer.cc +0 -143
- package/src/uv_async_queue.h +0 -41
- package/test/usb.coffee +0 -250
- package/test/webusb.coffee +0 -227
- package/test/worker.cjs +0 -13
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
#!/bin/bash
|
|
2
|
-
|
|
3
|
-
set -eu
|
|
4
|
-
|
|
5
|
-
# keep container around if $DEBUG is set
|
|
6
|
-
[ -n "${DEBUG:-}" ] || OPTS="--rm"
|
|
7
|
-
|
|
8
|
-
if type podman >/dev/null 2>&1; then
|
|
9
|
-
RUNC=podman
|
|
10
|
-
else
|
|
11
|
-
RUNC="sudo docker"
|
|
12
|
-
fi
|
|
13
|
-
|
|
14
|
-
MOUNT_MODE=":ro"
|
|
15
|
-
|
|
16
|
-
$RUNC run --interactive ${RUNC_OPTIONS:-} ${OPTS:-} --volume `pwd`:/source${MOUNT_MODE:-} ${1:-docker.io/amd64/ubuntu:rolling} /bin/bash << EOF
|
|
17
|
-
set -ex
|
|
18
|
-
|
|
19
|
-
# avoid meson exit code 125; https://github.com/containers/podman/issues/11540
|
|
20
|
-
trap '[ \$? -eq 0 ] || exit 1' EXIT
|
|
21
|
-
|
|
22
|
-
# go-faster apt
|
|
23
|
-
echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/90nolanguages
|
|
24
|
-
|
|
25
|
-
# upgrade
|
|
26
|
-
export DEBIAN_FRONTEND=noninteractive
|
|
27
|
-
apt-get update
|
|
28
|
-
apt-get install -y eatmydata
|
|
29
|
-
eatmydata apt-get -y --purge dist-upgrade
|
|
30
|
-
|
|
31
|
-
# install build and test dependencies
|
|
32
|
-
eatmydata apt-get install -y make libtool libudev-dev pkg-config umockdev libumockdev-dev
|
|
33
|
-
|
|
34
|
-
# run build as user
|
|
35
|
-
useradd build
|
|
36
|
-
su -s /bin/bash - build << EOG
|
|
37
|
-
set -ex
|
|
38
|
-
|
|
39
|
-
mkdir "/tmp/builddir"
|
|
40
|
-
cd "/tmp/builddir"
|
|
41
|
-
|
|
42
|
-
CFLAGS="-O2"
|
|
43
|
-
|
|
44
|
-
# enable extra warnings
|
|
45
|
-
CFLAGS+=" -Winline"
|
|
46
|
-
CFLAGS+=" -Wmissing-include-dirs"
|
|
47
|
-
CFLAGS+=" -Wnested-externs"
|
|
48
|
-
CFLAGS+=" -Wpointer-arith"
|
|
49
|
-
CFLAGS+=" -Wredundant-decls"
|
|
50
|
-
CFLAGS+=" -Wswitch-enum"
|
|
51
|
-
export CFLAGS
|
|
52
|
-
|
|
53
|
-
export CXXFLAGS="\${CFLAGS}"
|
|
54
|
-
|
|
55
|
-
echo ""
|
|
56
|
-
echo "Configuring ..."
|
|
57
|
-
/source/configure --enable-examples-build --enable-tests-build
|
|
58
|
-
|
|
59
|
-
echo ""
|
|
60
|
-
echo "Building ..."
|
|
61
|
-
make -j4 -k
|
|
62
|
-
|
|
63
|
-
echo ""
|
|
64
|
-
echo "Running umockdev tests ..."
|
|
65
|
-
tests/umockdev
|
|
66
|
-
EOG
|
|
67
|
-
EOF
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
#!/bin/sh
|
|
2
|
-
#
|
|
3
|
-
# Detect amended commits and warn user if .amend is missing
|
|
4
|
-
#
|
|
5
|
-
# To have git run this script on commit, create a "post-rewrite" text file in
|
|
6
|
-
# .git/hooks/ with the following content:
|
|
7
|
-
# #!/bin/sh
|
|
8
|
-
# if [ -x .private/post-rewrite.sh ]; then
|
|
9
|
-
# . .private/post-rewrite.sh
|
|
10
|
-
# fi
|
|
11
|
-
#
|
|
12
|
-
# NOTE: These versioning hooks are intended to be used *INTERNALLY* by the
|
|
13
|
-
# libusb development team and are NOT intended to solve versioning for any
|
|
14
|
-
# derivative branch, such as one you would create for private development.
|
|
15
|
-
#
|
|
16
|
-
|
|
17
|
-
if [ -n "$LIBUSB_SKIP_NANO" ]; then
|
|
18
|
-
exit 0
|
|
19
|
-
fi
|
|
20
|
-
|
|
21
|
-
case "$1" in
|
|
22
|
-
amend)
|
|
23
|
-
# Check if a .amend exists. If none, create one and warn user to re-commit.
|
|
24
|
-
if [ -f .amend ]; then
|
|
25
|
-
rm .amend
|
|
26
|
-
else
|
|
27
|
-
echo "Amend commit detected, but no .amend file - One has now been created."
|
|
28
|
-
echo "Please re-commit as is (amend), so that the version number is correct."
|
|
29
|
-
touch .amend
|
|
30
|
-
fi ;;
|
|
31
|
-
*) ;;
|
|
32
|
-
esac
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
#!/bin/sh
|
|
2
|
-
#
|
|
3
|
-
# Sets the nano version according to the number of commits on this branch, as
|
|
4
|
-
# well as the branch offset.
|
|
5
|
-
#
|
|
6
|
-
# To have git run this script on commit, first make sure you change
|
|
7
|
-
# BRANCH_OFFSET to 60000 or higher, then create a "pre-commit" text file in
|
|
8
|
-
# .git/hooks/ with the following content:
|
|
9
|
-
# #!/bin/sh
|
|
10
|
-
# if [ -x .private/pre-commit.sh ]; then
|
|
11
|
-
# . .private/pre-commit.sh
|
|
12
|
-
# fi
|
|
13
|
-
#
|
|
14
|
-
# NOTE: These versioning hooks are intended to be used *INTERNALLY* by the
|
|
15
|
-
# libusb development team and are NOT intended to solve versioning for any
|
|
16
|
-
# derivative branch, such as one you would create for private development.
|
|
17
|
-
#
|
|
18
|
-
# Should you wish to reuse these scripts for your own versioning, in your own
|
|
19
|
-
# private branch, we kindly ask you to first set BRANCH_OFFSET to 60000, or
|
|
20
|
-
# higher, as any offset below below 60000 is *RESERVED* for libusb official
|
|
21
|
-
# usage.
|
|
22
|
-
|
|
23
|
-
################################################################################
|
|
24
|
-
## YOU *MUST* SET THE FOLLOWING TO 60000 OR HIGHER IF YOU REUSE THIS SCRIPT ##
|
|
25
|
-
################################################################################
|
|
26
|
-
BRANCH_OFFSET=10000
|
|
27
|
-
################################################################################
|
|
28
|
-
|
|
29
|
-
if [ -n "$LIBUSB_SKIP_NANO" ]; then
|
|
30
|
-
exit 0
|
|
31
|
-
fi
|
|
32
|
-
|
|
33
|
-
if [ "$BASH_VERSION" = '' ]; then
|
|
34
|
-
TYPE_CMD="type git >/dev/null 2>&1"
|
|
35
|
-
else
|
|
36
|
-
TYPE_CMD="type -P git &>/dev/null"
|
|
37
|
-
fi
|
|
38
|
-
|
|
39
|
-
eval $TYPE_CMD || { echo "git command not found. Aborting." >&2; exit 1; }
|
|
40
|
-
|
|
41
|
-
NANO=`git log --oneline | wc -l`
|
|
42
|
-
NANO=`expr $NANO + $BRANCH_OFFSET`
|
|
43
|
-
# Amended commits need to have the nano corrected. Current versions of git hooks
|
|
44
|
-
# only allow detection of amending post commit, so we require a .amend file,
|
|
45
|
-
# which will be created post commit with a user warning if none exists when an
|
|
46
|
-
# amend is detected.
|
|
47
|
-
if [ -f .amend ]; then
|
|
48
|
-
NANO=`expr $NANO - 1`
|
|
49
|
-
fi
|
|
50
|
-
echo "setting nano to $NANO"
|
|
51
|
-
echo "#define LIBUSB_NANO $NANO" > libusb/version_nano.h
|
|
52
|
-
git add libusb/version_nano.h
|
package/libusb/.private/wbs.txt
DELETED
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
libusb 1.0 Windows binary snapshot - README
|
|
2
|
-
|
|
3
|
-
*********************************************************************
|
|
4
|
-
* The latest version of this snapshot can always be downloaded at: *
|
|
5
|
-
* https://github.com/libusb/libusb/releases *
|
|
6
|
-
*********************************************************************
|
|
7
|
-
|
|
8
|
-
o Visual Studio:
|
|
9
|
-
- Open existing or create a new project for your application
|
|
10
|
-
- Copy libusb.h, from the include\libusb-1.0\ directory, into your project and
|
|
11
|
-
make sure that the location where the file reside appears in the 'Additional
|
|
12
|
-
Include Directories' section (Configuration Properties -> C/C++ -> General).
|
|
13
|
-
- Copy the relevant .lib file from MS32\ or MS64\ and add 'libusb-1.0.lib' to
|
|
14
|
-
your 'Additional Dependencies' (Configuration Properties -> Linker -> Input)
|
|
15
|
-
Also make sure that the directory where libusb-1.0.lib resides is added to
|
|
16
|
-
'Additional Library Directories' (Configuration Properties -> Linker
|
|
17
|
-
-> General)
|
|
18
|
-
- By default, static libusb statically links against the CRT and the dll build
|
|
19
|
-
dynamically links against CRT. You need to rebuild libusb from source to
|
|
20
|
-
change this if required by your application.
|
|
21
|
-
- Compile and run your application. If you use the DLL version of libusb-1.0,
|
|
22
|
-
remember that the DLL needs to be in the DLL search path of your application.
|
|
23
|
-
|
|
24
|
-
o MinGW/cygwin
|
|
25
|
-
- Copy libusb.h, from include/libusb-1.0/ to your default include directory,
|
|
26
|
-
and copy the MinGW32/ or MinGW64/ .a files to your default library directory.
|
|
27
|
-
Or, if you don't want to use the default locations, make sure that you feed
|
|
28
|
-
the relevant -I and -L options to the compiler.
|
|
29
|
-
- Add the '-lusb-1.0' linker option when compiling.
|
|
30
|
-
|
|
31
|
-
o Additional information:
|
|
32
|
-
- The libusb 1.0 API documentation can be accessed at:
|
|
33
|
-
http://api.libusb.info
|
|
34
|
-
- For some libusb samples (including source), please have a look in examples/
|
|
35
|
-
- For additional information on the libusb 1.0 Windows backend please visit:
|
|
36
|
-
http://windows.libusb.info
|
|
37
|
-
- Using the UsbDk backend is now a run-time choice rather than a compile-time
|
|
38
|
-
choice. For additional information, including example usage, please visit:
|
|
39
|
-
http://windows.libusb.info/#Driver_Installation
|
|
40
|
-
- The MinGW and MS generated DLLs are fully interchangeable, provided that you
|
|
41
|
-
use the import libs provided or generate one from the .def also provided.
|
|
42
|
-
- If you find any issue, please visit https://libusb.info/ and check the
|
|
43
|
-
Support section
|
package/libusb/.travis.yml
DELETED
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
language: c
|
|
2
|
-
|
|
3
|
-
git:
|
|
4
|
-
depth: 1
|
|
5
|
-
|
|
6
|
-
matrix:
|
|
7
|
-
include:
|
|
8
|
-
- os: linux
|
|
9
|
-
dist: focal
|
|
10
|
-
compiler: clang
|
|
11
|
-
- os: linux
|
|
12
|
-
dist: focal
|
|
13
|
-
compiler: gcc
|
|
14
|
-
- os: linux
|
|
15
|
-
dist: bionic
|
|
16
|
-
compiler: clang
|
|
17
|
-
- os: linux
|
|
18
|
-
dist: bionic
|
|
19
|
-
compiler: gcc
|
|
20
|
-
- os: linux
|
|
21
|
-
dist: xenial
|
|
22
|
-
compiler: clang
|
|
23
|
-
- os: linux
|
|
24
|
-
dist: xenial
|
|
25
|
-
compiler: gcc
|
|
26
|
-
- os: osx
|
|
27
|
-
osx_image: xcode12.2
|
|
28
|
-
compiler: clang
|
|
29
|
-
- os: osx
|
|
30
|
-
osx_image: xcode11.3
|
|
31
|
-
compiler: clang
|
|
32
|
-
- os: osx
|
|
33
|
-
osx_image: xcode9.4
|
|
34
|
-
compiler: clang
|
|
35
|
-
|
|
36
|
-
addons:
|
|
37
|
-
apt:
|
|
38
|
-
packages:
|
|
39
|
-
- autoconf
|
|
40
|
-
- automake
|
|
41
|
-
- libtool
|
|
42
|
-
- libudev-dev
|
|
43
|
-
- m4
|
|
44
|
-
homebrew:
|
|
45
|
-
packages:
|
|
46
|
-
- autoconf
|
|
47
|
-
- automake
|
|
48
|
-
- libtool
|
|
49
|
-
- m4
|
|
50
|
-
|
|
51
|
-
before_script:
|
|
52
|
-
- ./bootstrap.sh
|
|
53
|
-
|
|
54
|
-
script:
|
|
55
|
-
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then .private/ci-build.sh --build-dir build-netlink -- --disable-udev; fi
|
|
56
|
-
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then .private/ci-build.sh --build-dir build-udev -- --enable-udev; fi
|
|
57
|
-
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then .private/ci-build.sh --build-dir build; fi
|
|
58
|
-
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then cd Xcode && xcodebuild -project libusb.xcodeproj; fi
|
package/libusb/AUTHORS
DELETED
|
@@ -1,231 +0,0 @@
|
|
|
1
|
-
Copyright © 2001 Johannes Erdfelt <johannes@erdfelt.com>
|
|
2
|
-
Copyright © 2007-2009 Daniel Drake <dsd@gentoo.org>
|
|
3
|
-
Copyright © 2010-2012 Peter Stuge <peter@stuge.se>
|
|
4
|
-
Copyright © 2008-2016 Nathan Hjelm <hjelmn@users.sourceforge.net>
|
|
5
|
-
Copyright © 2009-2013 Pete Batard <pete@akeo.ie>
|
|
6
|
-
Copyright © 2009-2013 Ludovic Rousseau <ludovic.rousseau@gmail.com>
|
|
7
|
-
Copyright © 2010-2012 Michael Plante <michael.plante@gmail.com>
|
|
8
|
-
Copyright © 2011-2013 Hans de Goede <hdegoede@redhat.com>
|
|
9
|
-
Copyright © 2012-2013 Martin Pieuchot <mpi@openbsd.org>
|
|
10
|
-
Copyright © 2012-2013 Toby Gray <toby.gray@realvnc.com>
|
|
11
|
-
Copyright © 2013-2018 Chris Dickens <christopher.a.dickens@gmail.com>
|
|
12
|
-
|
|
13
|
-
Other contributors:
|
|
14
|
-
Aaron Luft
|
|
15
|
-
Adam Korcz
|
|
16
|
-
Addison Crump
|
|
17
|
-
Adrian Bunk
|
|
18
|
-
Adrien Destugues
|
|
19
|
-
Akshay Jaggi
|
|
20
|
-
Alan Ott
|
|
21
|
-
Alan Stern
|
|
22
|
-
Aleksandr Mezin
|
|
23
|
-
Alexander Mot
|
|
24
|
-
Alexander Pyhalov
|
|
25
|
-
Alexander Schlarb
|
|
26
|
-
Alexander Stein
|
|
27
|
-
Alex Feinman
|
|
28
|
-
Alex Vatchenko
|
|
29
|
-
Andrew Aldridge
|
|
30
|
-
Andrew Fernandes
|
|
31
|
-
Andrew Goodney
|
|
32
|
-
Andy Chunyu
|
|
33
|
-
Andy McFadden
|
|
34
|
-
Angus Gratton
|
|
35
|
-
Anil Nair
|
|
36
|
-
Ankur Verma
|
|
37
|
-
Anthony Clay
|
|
38
|
-
Antonio Ospite
|
|
39
|
-
Artem Egorkine
|
|
40
|
-
Aurelien Jarno
|
|
41
|
-
Axel Gembe
|
|
42
|
-
Aymeric Vincent
|
|
43
|
-
Baruch Siach
|
|
44
|
-
Bastien Nocera
|
|
45
|
-
Bei Zhang
|
|
46
|
-
Bence Csokas
|
|
47
|
-
Benjamin Berg
|
|
48
|
-
Benjamin Dobell
|
|
49
|
-
Bohdan Tymkiv
|
|
50
|
-
Brad Smith
|
|
51
|
-
Brent Rector
|
|
52
|
-
Bruno Harbulot
|
|
53
|
-
Carl Karsten
|
|
54
|
-
Christophe Zeitouny
|
|
55
|
-
Chris Zhu
|
|
56
|
-
Chunyu Xie
|
|
57
|
-
Colin Walters
|
|
58
|
-
Craig Hutchinson
|
|
59
|
-
Dave Camarillo
|
|
60
|
-
David Engraf
|
|
61
|
-
Davidlohr Bueso
|
|
62
|
-
David Moore
|
|
63
|
-
Dmitry Fleytman
|
|
64
|
-
Dmitry Kostjuchenko
|
|
65
|
-
Dmitry Zakablukov
|
|
66
|
-
Dominik Boehi
|
|
67
|
-
Doug Johnston
|
|
68
|
-
Edgar Fuß
|
|
69
|
-
Evan Hunter
|
|
70
|
-
Evan Miller
|
|
71
|
-
Fabien Sanglard
|
|
72
|
-
Fabrice Fontaine
|
|
73
|
-
Federico Manzan
|
|
74
|
-
Felipe Balbi
|
|
75
|
-
Florian Albrechtskirchinger
|
|
76
|
-
Francesco Montorsi
|
|
77
|
-
Francisco Facioni
|
|
78
|
-
Francis Hart
|
|
79
|
-
Frank Li
|
|
80
|
-
Frederik Carlier
|
|
81
|
-
Freek Dijkstra
|
|
82
|
-
Gaurav Gupta
|
|
83
|
-
Graeme Gill
|
|
84
|
-
Greg Kroah-Hartman
|
|
85
|
-
Gustavo Zacarias
|
|
86
|
-
Haidong Zheng
|
|
87
|
-
Hans Ulrich Niedermann
|
|
88
|
-
Harry Mallon
|
|
89
|
-
Hector Martin
|
|
90
|
-
Hoi-Ho Chan
|
|
91
|
-
Ido Yariv
|
|
92
|
-
Igor Anokhin
|
|
93
|
-
Ihor Dutchak
|
|
94
|
-
Ilya Konstantinov
|
|
95
|
-
Ingvar Stepanyan
|
|
96
|
-
Jakub Klama
|
|
97
|
-
James Hanko
|
|
98
|
-
Jeffrey Nichols
|
|
99
|
-
Jesse Taube
|
|
100
|
-
Jie Zhang
|
|
101
|
-
Jim Chen
|
|
102
|
-
Johann Richard
|
|
103
|
-
John Keeping
|
|
104
|
-
John Sheu
|
|
105
|
-
Jon Beniston
|
|
106
|
-
Jonas Malaco
|
|
107
|
-
Jonathon Jongsma
|
|
108
|
-
Joost Muller
|
|
109
|
-
Josh Gao
|
|
110
|
-
Joshua Blake
|
|
111
|
-
Joshua Hou
|
|
112
|
-
Joshua M. Clulow
|
|
113
|
-
Juan Cruz Viotti
|
|
114
|
-
Julian Scheel
|
|
115
|
-
Justin Bischoff
|
|
116
|
-
Karsten Koenig
|
|
117
|
-
Keith Ahluwalia
|
|
118
|
-
Kenjiro Tsuji
|
|
119
|
-
Kimura Masaru
|
|
120
|
-
Konrad Rzepecki
|
|
121
|
-
Kuangye Guo
|
|
122
|
-
Lars Kanis
|
|
123
|
-
Lars Wirzenius
|
|
124
|
-
Lei Chen
|
|
125
|
-
Léo Lam
|
|
126
|
-
Liang Yunwang
|
|
127
|
-
Lonnie Abelbeck
|
|
128
|
-
Luca Longinotti
|
|
129
|
-
Luz Paz
|
|
130
|
-
Mac Wang
|
|
131
|
-
Marco Trevisan (Treviño)
|
|
132
|
-
Marcus Meissner
|
|
133
|
-
Mario Kleiner
|
|
134
|
-
Mark Kuo
|
|
135
|
-
Markus Heidelberg
|
|
136
|
-
Martin Ettl
|
|
137
|
-
Martin Koegler
|
|
138
|
-
Martin Ling
|
|
139
|
-
Martin Thierer
|
|
140
|
-
Mathias Hjärtström
|
|
141
|
-
Matthew Stapleton
|
|
142
|
-
Matthias Bolte
|
|
143
|
-
Matthijs Lavrijsen
|
|
144
|
-
Michael Dickens
|
|
145
|
-
Michel Zou
|
|
146
|
-
Mike Frysinger
|
|
147
|
-
Mikhail Gusarov
|
|
148
|
-
Mikolaj Kucharski
|
|
149
|
-
Morgan Leborgne
|
|
150
|
-
Moritz Fischer
|
|
151
|
-
Nancy Li
|
|
152
|
-
Nia Alarie
|
|
153
|
-
Nicholas Corgan
|
|
154
|
-
Niklas Gürtler
|
|
155
|
-
Oleksand Radovenchyk
|
|
156
|
-
Omri Iluz
|
|
157
|
-
Orhan aib Kavrakoglu
|
|
158
|
-
Orin Eman
|
|
159
|
-
Ozkan Sezer
|
|
160
|
-
Pablo Prietz
|
|
161
|
-
Patrick Stewart
|
|
162
|
-
Paul Cercueil
|
|
163
|
-
Paul Fertser
|
|
164
|
-
Paul Qureshi
|
|
165
|
-
Pekka Nikander
|
|
166
|
-
Petr Pazourek
|
|
167
|
-
Philémon Favrod
|
|
168
|
-
Pino Toscano
|
|
169
|
-
Radu Vele
|
|
170
|
-
Rob Walker
|
|
171
|
-
Romain Vimont
|
|
172
|
-
Roman Kalashnikov
|
|
173
|
-
Rosen Penev
|
|
174
|
-
Ryan Hileman
|
|
175
|
-
Ryan Metcalfe
|
|
176
|
-
Ryan Schmidt
|
|
177
|
-
Saleem Rashid
|
|
178
|
-
Sameeh Jubran
|
|
179
|
-
Sean McBride
|
|
180
|
-
Sebastian Pipping
|
|
181
|
-
Sebastian von Ohr
|
|
182
|
-
Sergey Serb
|
|
183
|
-
Shawn Hoffman
|
|
184
|
-
Simon Chan
|
|
185
|
-
Simon Haggett
|
|
186
|
-
Simon Newton
|
|
187
|
-
Slash Gordon
|
|
188
|
-
Stefan Agner
|
|
189
|
-
Stefan Tauner
|
|
190
|
-
Steinar H. Gunderson
|
|
191
|
-
Stephen Groat
|
|
192
|
-
Sylvain Fasel
|
|
193
|
-
Theo Buehler
|
|
194
|
-
Thomas Röfer
|
|
195
|
-
Tim Hutt
|
|
196
|
-
Tim Roberts
|
|
197
|
-
Tobias Klauser
|
|
198
|
-
Toby Peterson
|
|
199
|
-
Tormod Volden
|
|
200
|
-
Trygve Laugstøl
|
|
201
|
-
Uri Lublin
|
|
202
|
-
Uwe Bonnes
|
|
203
|
-
Vasily Khoruzhick
|
|
204
|
-
Vegard Storheil Eriksen
|
|
205
|
-
Venkatesh Shukla
|
|
206
|
-
Vianney le Clément de Saint-Marcq
|
|
207
|
-
Victor Toso
|
|
208
|
-
Vinicius Tinti
|
|
209
|
-
Vitali Lovich
|
|
210
|
-
Vladimir Beloborodov
|
|
211
|
-
William Orr
|
|
212
|
-
William Skellenger
|
|
213
|
-
Xiaofan Chen
|
|
214
|
-
Yegor Yefremov
|
|
215
|
-
Yiwei Lin
|
|
216
|
-
Zeng Guang
|
|
217
|
-
Zhiqiang Liu
|
|
218
|
-
Zoltán Kovács
|
|
219
|
-
Сергей Валерьевич
|
|
220
|
-
Ларионов Даниил
|
|
221
|
-
Роман Донченко
|
|
222
|
-
jonner
|
|
223
|
-
orbitcowboy
|
|
224
|
-
osy
|
|
225
|
-
parafin
|
|
226
|
-
RipleyTom
|
|
227
|
-
Seneral
|
|
228
|
-
saur0n
|
|
229
|
-
SomeAlphabetGuy
|
|
230
|
-
winterrace
|
|
231
|
-
xloem
|