Changes between Version 24 and Version 25 of libusb-1.0
- Timestamp:
- 09/29/10 18:14:12 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
libusb-1.0
v24 v25 80 80 libusb-1.0 is not backwards compatible with libusb-0.1 - all function names are different, etc. However, libusb-1.0 is designed to be happily installable alongside libusb-0.1 (even in the default configuration) so the lack of backwards compatibility is not really a problem - users can have both libusb versions present on the same system without conflict. 81 81 82 That said, a [wiki:LibusbCompat0.1 libusb-compat-0.1 compatibility layer] does exist. This is a "wrapper" which converts libusb-0.1 function calls to their 1.0 equivalents. For more info, see [wiki:LibusbCompat0.1].82 That said, there is a [wiki:libusb-compat-0.1] compatibility layer. This is a "wrapper" which converts libusb-0.1 function calls to their 1.0 equivalents. For more info, see [wiki:libusb-compat-0.1]. 83 83 84 84 == Mailing list ==