Changes between Version 36 and Version 37 of WikiStart
- Timestamp:
- 04/20/12 09:31:51 (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v36 v37 23 23 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. 24 24 25 * Latest release: '''[http://sourceforge.net/projects/libusb/files/libusb-1.0/libusb-1.0.9/libusb-1.0.9.tar.bz2/download 1.0.9]''' 25 26 * ''See the [wiki:libusb-1.0] page for more detailed information about libusb-1.0'' 26 * [http://sourceforge.net/project/showfiles.php?group_id=1674&package_id=277626 Download libusb-1.0 releases here]27 27 * [api-1.0: libusb-1.0 API documentation] 28 * Linux, Mac OS X, [wiki:windows_backend Windows] and OpenBSD are currently supported.28 * Linux, Mac OS X, [wiki:windows_backend Windows], OpenBSD and NetBSD are currently supported. 29 29 * FreeBSD includes a separate implementation of the libusb-0.1 and libusb-1.0 APIs in the system libc. 30 30 * The [wiki:windows_backend Windows backend] currently depends on the generic USB device driver WinUSB.sys by Microsoft, which is included with all Windows versions starting with Windows Vista. There is [ticket:49 a ticket] about support for the libusb0.sys kernel driver developed by the libusb-win32 project.