Lines Matching refs:libusb
1 libusb-compat-0.1
4 A compatibility layer allowing applications written for libusb-0.1 to work
5 with libusb-1.0. libusb-compat-0.1 attempts to look, feel, smell and walk
6 like libusb-0.1.
8 Do not attempt to install libusb-0.1 and libusb-compat-0.1 on the same system.
10 Known quirks/differences from libusb-0.1:
13 2. libusb-0.1 allowed you to open a device which you did not have permission
15 libusb-compat-0.1 does not allow you to open such devices. You can still
20 4. Some libusb-0.1 users may have implemented I/O cancellation by running
24 drivers for libusb-1.0 development. With libusb-1.0 or libusb-compat-0.1
25 backed by libusb-1.0, forcefully killing threads in this way is likely
26 to cause all libusb I/O to halt. Instead, port your application to use
27 libusb-1.0's asynchronous transfer API, which supports transfer
30 codes returned by libusb-0.1. Patches accepted to bring us closer to the
31 behaviour of libusb-0.1 on Linux.
33 libusb homepage:
34 http://libusb.sourceforge.net
37 https://sourceforge.net/mailarchive/forum.php?forum_name=libusb-devel