summaryrefslogtreecommitdiffstats
path: root/third_party/libusb/README.chromium
blob: fd52246025318a53cdc10da08e12d8a6296b45ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Name: libusbx
URL: http://libusb.org
Version: 1.0.17
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.