1 libusb-compat-0.1 is a replacement for libusb-0.1. However, instead
2 of being an actual implementation, libusb-0.1 is more of a
3 compatibility layer (or wrapper) which just converts libusb-0.1
4 calls into their libusb-1.0 equivalents.
6 It aims to look, feel and behave exactly like libusb-0.1. As it is
7 a replacement, you cannot install it alongside libusb-0.1 on the
10 As the compatibility layer implements the exact same ABI and API,
11 no modifications to existing libusb-0.1-based applications are
12 needed. You do not even have to recompile them. This compatibility
13 layer is a drop-in replacement.