Changes between Version 1 and Version 2 of LibusbCompat0.1


Ignore:
Timestamp:
07/30/09 16:09:53 (14 months ago)
Author:
dsd
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LibusbCompat0.1

    v1 v2  
    1 =libusb-compat-0.1= 
     1= libusb-compat-0.1 = 
    22 
    33libusb-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. 
     
    77As 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. 
    88 
    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]]. 
     9For 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]. 
    1010 
    11 ==Status== 
     11== Status == 
    1212 
    1313The 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. 
    1414 
    15 ==Download== 
     15== Download == 
    1616 
    17 * [[http://sourceforge.net/project/showfiles.php?group_id=1674&package_id=277627|Source releases]] 
    18 * Binary packages are (hopefully) provided by your Linux distribution 
     17 * [http://sourceforge.net/project/showfiles.php?group_id=1674&package_id=277627 Source releases] 
     18 * Binary packages are (hopefully) provided by your Linux distribution 
    1919 
    20 ==Development== 
     20== Development == 
    2121 
    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]]). 
     22Development 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]). 
    2323 
    2424Contributions 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. 
    2525 
    26 [[include page="MailingList"]] 
     26== Mailing list == 
     27 
     28The 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]