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

Side by Side Diff: third_party/libusb/src/PORTING

Issue 10332075: Adding use_system_libusb option for third_party/libusb (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review changes. Created 8 years, 7 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
« no previous file with comments | « third_party/libusb/src/NEWS ('k') | third_party/libusb/src/README » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 PORTING LIBUSB TO OTHER PLATFORMS 1 PORTING LIBUSB TO OTHER PLATFORMS
2 2
3 Introduction 3 Introduction
4 ============ 4 ============
5 5
6 This document is aimed at developers wishing to port libusb to unsupported 6 This document is aimed at developers wishing to port libusb to unsupported
7 platforms. I believe the libusb API is OS-independent, so by supporting 7 platforms. I believe the libusb API is OS-independent, so by supporting
8 multiple operating systems we pave the way for cross-platform USB device 8 multiple operating systems we pave the way for cross-platform USB device
9 drivers. 9 drivers.
10 10
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 The libusb-devel mailing list is also a good place to ask questions and 86 The libusb-devel mailing list is also a good place to ask questions and
87 make suggestions about the internal API. Hopefully we can produce some 87 make suggestions about the internal API. Hopefully we can produce some
88 better documentation based on your questions and other input. 88 better documentation based on your questions and other input.
89 89
90 You are encouraged to get involved in the process; if the library needs 90 You are encouraged to get involved in the process; if the library needs
91 some infrastructure additions/modifications to better support your platform, 91 some infrastructure additions/modifications to better support your platform,
92 you are encouraged to make such changes (in cleanly distinct patch 92 you are encouraged to make such changes (in cleanly distinct patch
93 submissions). Even if you do not make such changes yourself, please do raise 93 submissions). Even if you do not make such changes yourself, please do raise
94 the issues on the mailing list at the very minimum. 94 the issues on the mailing list at the very minimum.
95 95
OLDNEW
« no previous file with comments | « third_party/libusb/src/NEWS ('k') | third_party/libusb/src/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698