Changes between Version 1 and Version 2 of APIs
- Timestamp:
- 06/03/12 17:57:17 (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
APIs
v1 v2 1 [[PageOutline(2-5, Table of Contents, floated)]] 2 1 3 == Version overview == 2 4 There are two libusb API versions: … … 11 13 * [wiki:libusb-win32] (It is a separate project, but several contributors participate in both libusb and libusb-win32.) 12 14 13 == libusb-1.0 (current API version) ==15 == libusb-1.0 (current API) == 14 16 15 17 Daniel Drake adopted the project in January 2008 and worked on the [wiki:libusb-1.0] API and implementation, which adds several features missing in the 0.1 API. libusb-1.0 is the recommended version to use for all new development. Developers are encouraged to port existing applications which use libusb-0.1 to use the new API.