Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(190)

Side by Side Diff: third_party/libusb/README.chromium

Issue 18593002: Usb backend refactor step 2: Separate Usb Device Handle and Usb Device (deprecate) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Separate Usb Device Handle and Usb Device Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Name: libusb 1 Name: libusb
2 URL: http://libusb.org 2 URL: http://libusb.org
3 Version: 1.0.9 3 Version: 1.0.9
4 License: LGPL 2.1 4 License: LGPL 2.1
5 License File: src/COPYING 5 License File: src/COPYING
6 Security Critical: yes 6 Security Critical: yes
7 7
8 Description: 8 Description:
9 libusb provides a platform-agnostic API for accessing the USB subsystem on Mac, 9 libusb provides a platform-agnostic API for accessing the USB subsystem on Mac,
10 Windows, and Linux systems. 10 Windows, and Linux systems.
11 11
12 Local Modifications: 12 Local Modifications:
13 - config.h (empty) has been created to satisfy includes within the tree. 13 - config.h (empty) has been created to satisfy includes within the tree.
14 - Exposing an API (libusb_interrupt_handle_event) to explicitly interrupt
15 libusb_handle_event.
14 - windows-build.patch has been applied. 16 - windows-build.patch has been applied.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698