diff options
Diffstat (limited to 'libraries/libusb1/README')
-rw-r--r-- | libraries/libusb1/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libraries/libusb1/README b/libraries/libusb1/README new file mode 100644 index 0000000000000..59e7d0023d956 --- /dev/null +++ b/libraries/libusb1/README @@ -0,0 +1,14 @@ +libusb-1.0 is an almost-rewrite of the previous stable branch, +libusb-0.1. It is a lightweight library that can be efficiently +integrated into applications of any kind, with several new features. + +Backwards compatibility +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. + +That said, a 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 LibusbCompat0.1. |