Changes between Version 1 and Version 2 of LibusbCompat0.1
- Timestamp:
- 07/30/09 16:09:53 (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LibusbCompat0.1
v1 v2 1 = libusb-compat-0.1=1 = libusb-compat-0.1 = 2 2 3 3 libusb-compat-0.1 is a replacement for libusb-0.1. However, instead of being an actual implementation, libusb-0.1 is more of a compatibility layer (or wrapper) which just converts libusb-0.1 calls into their libusb-1.0 equivalents. … … 7 7 As the compatibility layer implements the exact same ABI and API, no modifications to existing libusb-0.1-based applications are needed. You do not even have to recompile them. This compatibility layer is a drop-in replacement. 8 8 9 For more information on the benefits of libusb-compat-0.1 + libusb-1.0, see the [ [http://article.gmane.org/gmane.comp.lib.libusb.devel.general/5444|libusb-compat-0.1.0 release announcement]] and [[http://article.gmane.org/gmane.comp.lib.libusb.devel.general/5364|these benchmarks]].9 For more information on the benefits of libusb-compat-0.1 + libusb-1.0, see the [http://article.gmane.org/gmane.comp.lib.libusb.devel.general/5444 libusb-compat-0.1.0 release announcement] and [http://article.gmane.org/gmane.comp.lib.libusb.devel.general/5364 these benchmarks]. 10 10 11 == Status==11 == Status == 12 12 13 13 The compatibility layer is complete and works well during my testing. It improves USB throughput of all applications that I have tested. There are a few minor behavioural differences, detailed in the README. 14 14 15 == Download==15 == Download == 16 16 17 * [[http://sourceforge.net/project/showfiles.php?group_id=1674&package_id=277627|Source releases]]18 * Binary packages are (hopefully) provided by your Linux distribution17 * [http://sourceforge.net/project/showfiles.php?group_id=1674&package_id=277627 Source releases] 18 * Binary packages are (hopefully) provided by your Linux distribution 19 19 20 == Development==20 == Development == 21 21 22 Development happens in a git repository: ``git://git.stuge.se/libusb-compat-0.1.git `` ([ [http://git.stuge.se/?p=libusb-compat-0.1.git;a=summary|gitweb interface]]).22 Development happens in a git repository: ``git://git.stuge.se/libusb-compat-0.1.git `` ([http://git.stuge.se/?p=libusb-compat-0.1.git;a=summary gitweb interface]). 23 23 24 24 Contributions encouraged - please either email patches to the libusb-devel mailing list, or publish your git tree somewhere and email a pull request to the mailing list. 25 25 26 [[include page="MailingList"]] 26 == Mailing list == 27 28 The libusb-devel mailing list exists for both users of the library, plus developers interested in contributing to the library itself. 29 * [http://lists.sourceforge.net/mailman/listinfo/libusb-devel Subscribe] 30 * [http://sourceforge.net/mailarchive/forum.php?forum_name=libusb-devel Archives at SourceForge] 31 * [http://news.gmane.org/gmane.comp.lib.libusb.devel.general Archives at GMANE] 32 * [http://www.nabble.com/LibUSB-f14231.html Archives at Nabble]