Lines Matching refs:libusb
6 This document is aimed at developers wishing to port libusb to unsupported
7 platforms. I believe the libusb API is OS-independent, so by supporting
12 libusb's internal "backend" API, which performs the appropriate operations on
30 For libusb to work, your event handling function obviously needs to be called
32 which libusb and its users can pass to poll() or select() to determine when
39 descriptor of the pipe can then be provided to libusb as an event source.
49 libusb functions, prefixed with "usbi_". Documentation for these functions
67 2. Implement your backend in the libusb/os/ directory, modifying
68 libusb/os/Makefile.am appropriately.
70 3. Add preprocessor logic to the top of libusb/core.c to statically assign the
75 5. Send your implementation to libusb-devel mailing list.
81 If you encounter difficulties porting libusb to your platform, please raise
82 these issues on the libusb-devel mailing list. Where possible and sensible, I
83 am interested in solving problems preventing libusb from operating on other
86 The libusb-devel mailing list is also a good place to ask questions and