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

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

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/PORTING ('k') | third_party/libusb/src/THANKS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 libusb 1 libusb
2 ====== 2 ======
3 3
4 libusb is a library for USB device access from Linux, Mac OS X and 4 libusb is a library for USB device access from Linux, Mac OS X and
5 Windows userspace. 5 Windows userspace.
6 It is written in C and licensed under the LGPL-2.1 (see COPYING). 6 It is written in C and licensed under the LGPL-2.1 (see COPYING).
7 7
8 libusb is abstracted internally in such a way that it can hopefully 8 libusb is abstracted internally in such a way that it can hopefully
9 be ported to other operating systems. See the PORTING file for some 9 be ported to other operating systems. See the PORTING file for some
10 information, if you fancy a challenge :) 10 information, if you fancy a challenge :)
11 11
12 libusb homepage: 12 libusb homepage:
13 http://libusb.org/ 13 http://libusb.org/
14 14
15 Developers will wish to consult the API documentation: 15 Developers will wish to consult the API documentation:
16 http://libusb.sourceforge.net/api-1.0/ 16 http://libusb.sourceforge.net/api-1.0/
17 17
18 Use the mailing list for questions, comments, etc: 18 Use the mailing list for questions, comments, etc:
19 https://sourceforge.net/mailarchive/forum.php?forum_name=libusb-devel 19 https://sourceforge.net/mailarchive/forum.php?forum_name=libusb-devel
20 20
21 - Daniel Drake <dsd@gentoo.org> 21 - Daniel Drake <dsd@gentoo.org>
22 - Peter Stuge <peter@stuge.se> 22 - Peter Stuge <peter@stuge.se>
23 (use the mailing list rather than mailing developers directly) 23 (use the mailing list rather than mailing developers directly)
OLDNEW
« no previous file with comments | « third_party/libusb/src/PORTING ('k') | third_party/libusb/src/THANKS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698