Home | History | Annotate | Download | only in libusb

Lines Matching full:your

13 your target platform.
15 In terms of USB I/O, your backend provides functionality to submit
17 layers, based on the async interface). Your backend must also provide
20 Your backend must also provide an event handling function to "reap" ongoing
30 For libusb to work, your event handling function obviously needs to be called
31 at various points in time. Your backend must provide a set of file descriptors
36 which can be passed to poll(). If something similar is not true for your
48 Your implementations of these functions will need to call various internal
52 You probably want to skim over *all* the documentation before starting your
64 1. Modify configure.ac to detect your platform appropriately (see the OS_LINUX
67 2. Implement your backend in the libusb/os/ directory, modifying
71 right usbi_backend for your platform.
73 4. Produce and test your implementation.
75 5. Send your implementation to libusb-devel mailing list.
81 If you encounter difficulties porting libusb to your platform, please raise
88 better documentation based on your questions and other input.
91 some infrastructure additions/modifications to better support your platform,