• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..16-Feb-2021-

src/H16-Feb-2021-23,94814,305

BUILD.gnH A D16-Feb-20214.1 KiB176158

OWNERSH A D16-Feb-202193 54

README.chromiumH A D16-Feb-2021941 2724

assign-endpoints-checks.patchH A D16-Feb-2021713 1815

composite-hid-close.patchH A D16-Feb-20211.2 KiB3329

darwin-sigfpe.patchH A D16-Feb-20211,011 2318

linux-udev.patchH A D16-Feb-20216.6 KiB210182

open-fd.patchH A D16-Feb-20218.9 KiB237223

upstream-tick147.patchH A D16-Feb-2021585 1411

windows-build.patchH A D16-Feb-20211.4 KiB5551

README.chromium

1Name: libusbx
2URL: http://libusb.org
3Version: 1.0.17
4CPEPrefix: cpe:/a:libusb:libusb:1.0.17:rc1
5License: LGPL 2.1
6License File: src/COPYING
7Security Critical: yes
8
9Description:
10libusbx provides a platform-agnostic API for accessing the USB subsystem on Mac,
11Windows, and Linux systems. All the unused files are removed.
12
13Local Modifications:
14- License headers fixed.
15- config.h has been created to satisfy includes within the tree.
16- Exposing an API (libusb_interrupt_handle_event) to explicitly interrupt
17  libusb_handle_event.
18- windows-build.patch has been applied.
19- darwin-sigfpe.patch has been applied.
20- upstream-tick147.patch has been applied.
21- linux-udev.patch has been applied.
22- composite-hid-close.patch has been applied.
23- assign-endpoints-checks.patch has been applied.
24- open-fd.patch has been applied.
25- Added libusb_get_raw_config_descriptor and libusb_get_active_config_value
26  methods to avoid using the built-in parser.
27