Changes between Version 2 and Version 3 of libusb-compat-0.1
- Timestamp:
- 09/29/10 18:08:40 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
libusb-compat-0.1
v2 v3 1 [[PageOutline()]] 1 2 = libusb-compat-0.1 = 2 3 … … 11 12 == Status == 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 The compatibility layer is complete and has worked well during testing. It improves USB throughput of all applications that were tested. There are a few minor behavioural differences, detailed in the README, and a few [/report/10 known bugs]. 14 15 15 16 == Download == … … 20 21 == Development == 21 22 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=summarygitweb interface]).23 Development happens in a git repository: ``git://git.libusb.org/libusb-compat-0.1.git `` ([http://git.libusb.org/?p=libusb-compat-0.1.git gitweb interface]). 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 Contributions encouraged - please either email patches to the [wiki:MailingList libusb-devel mailing list], or publish your git tree somewhere and email a pull request to the [wiki:MailingList mailing list]. 25 26 26 == Mailing list ==27 == Support == 27 28 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] 29 Please ask support questions on the [wiki:MailingList mailing list] or in the [wiki:IRC IRC channel]. 30 31 == Bugs and feature requests == 32 33 If you find a bug in libusb, or wish to request an enhancement, please open a ticket on this web page. 34 35 We require that you [/register register an account] and verify your email address before you can create a ticket, in an attempt to reduce the amount of spam that gets into the system. We are sorry for this inconvenience, but [/register registering] is quick and simple so please don't let it stop you. 36 37 Make sure to view [/report/1 the list of active tickets] before [/newticket creating a new ticket], so that duplicates can be avoided. 38 39 Thank you for helping make libusb even better!