Chrome Release Bot (LUCI) 4762b62e7d Publish DEPS for 106.0.5249.13 1 рік тому
..
src 4762b62e7d Publish DEPS for 106.0.5249.13 1 рік тому
BUILD.gn 4762b62e7d Publish DEPS for 106.0.5249.13 1 рік тому
DIR_METADATA 4762b62e7d Publish DEPS for 106.0.5249.13 1 рік тому
OWNERS 4762b62e7d Publish DEPS for 106.0.5249.13 1 рік тому
README.chromium 4762b62e7d Publish DEPS for 106.0.5249.13 1 рік тому
assign-endpoints-checks.patch 4762b62e7d Publish DEPS for 106.0.5249.13 1 рік тому
composite-hid-close.patch 4762b62e7d Publish DEPS for 106.0.5249.13 1 рік тому
darwin-sigfpe.patch 4762b62e7d Publish DEPS for 106.0.5249.13 1 рік тому
linux-udev.patch 4762b62e7d Publish DEPS for 106.0.5249.13 1 рік тому
open-fd.patch 4762b62e7d Publish DEPS for 106.0.5249.13 1 рік тому
upstream-tick147.patch 4762b62e7d Publish DEPS for 106.0.5249.13 1 рік тому
windows-build.patch 4762b62e7d Publish DEPS for 106.0.5249.13 1 рік тому

README.chromium

Name: libusbx
URL: http://libusb.org
Version: 1.0.17
CPEPrefix: cpe:/a:libusb:libusb:1.0.17:rc1
License: LGPL 2.1
License File: src/COPYING
Security Critical: yes

Description:
libusbx provides a platform-agnostic API for accessing the USB subsystem on Mac,
Windows, and Linux systems. All the unused files are removed.

Local Modifications:
- License headers fixed.
- config.h has been created to satisfy includes within the tree.
- Exposing an API (libusb_interrupt_handle_event) to explicitly interrupt
libusb_handle_event.
- windows-build.patch has been applied.
- darwin-sigfpe.patch has been applied.
- upstream-tick147.patch has been applied.
- linux-udev.patch has been applied.
- composite-hid-close.patch has been applied.
- assign-endpoints-checks.patch has been applied.
- open-fd.patch has been applied.
- Added libusb_get_raw_config_descriptor and libusb_get_active_config_value
methods to avoid using the built-in parser.
- Removed OSAtomic calls from darwin_usb.c for macOS compatibility by
backporting and simplifying the 10.12 branch of the upstream
https://android.googlesource.com/platform/external/libusb/+/1e05092aa98d60c717929629ac16590595e08431
as the 10.12 branch works fine on all previous OSes.