| OLD | NEW |
| 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) |
| OLD | NEW |