summaryrefslogtreecommitdiffstats
path: root/third_party/libusb/README.chromium
blob: 61f6e404b66f2eab7e185db5f90bfc27e14fbdae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Name: libusb
URL: http://libusb.org
Version: 1.0.9
License: LGPL 2.1
License File: src/COPYING
Security Critical: yes

Description:
libusb provides a platform-agnostic API for accessing the USB subsystem on Mac,
Windows, and Linux systems.

Local Modifications:
- config.h (empty) 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.