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

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

Issue 19713005: Update libusb 1.0.9 to libusbx 1.0.16 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 libusb 1 libusbx
2 ====== 2 =======
3 3
4 libusb is a library for USB device access from Linux, Mac OS X, 4 libusbx is a library for USB device access from Linux, Mac OS X,
5 OpenBSD, NetBSD, and Windows userspace. 5 Windows and OpenBSD/NetBSD userspace, with OpenBSD/NetBSD, and to a
6 It is written in C and licensed under the LGPL-2.1 (see COPYING). 6 lesser extent some of the newest features of Windows (such as libusbK
7 and libusb-win32 driver support) being EXPERIMENTAL.
8 It is written in C and licensed under the GNU Lesser General Public
9 License version 2.1 or, at your option, any later version (see COPYING).
7 10
8 libusb is abstracted internally in such a way that it can hopefully 11 libusbx is abstracted internally in such a way that it can hopefully
9 be ported to other operating systems. See the PORTING file for some 12 be ported to other operating systems. Please see the PORTING file
10 information, if you fancy a challenge. :) 13 for more information.
11 14
12 libusb homepage: 15 libusbx homepage:
13 http://libusb.org/ 16 http://libusbx.org/
14 17
15 Developers will wish to consult the API documentation: 18 Developers will wish to consult the API documentation:
16 http://libusb.sourceforge.net/api-1.0/ 19 http://api.libusbx.org
17 20
18 Use the mailing list for questions, comments, etc: 21 Use the mailing list for questions, comments, etc:
19 http://libusb.org/wiki/MailingList 22 http://mailing-list.libusbx.org
20 23
21 - Peter Stuge <peter@stuge.se> 24 - Pete Batard <pete@akeo.ie>
25 - Hans de Goede <hdegoede@redhat.com>
26 - Xiaofan Chen <xiaofanc@gmail.com>
27 - Ludovic Rousseau <ludovic.rousseau@gmail.com>
22 (use the mailing list rather than mailing developers directly) 28 (use the mailing list rather than mailing developers directly)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698