Home | History | Annotate | Download | only in libusb

Lines Matching refs:libusb

2  * Core functions for libusb-compat-0.1
27 #include <libusb.h>
130 fprintf(stream, "libusb-compat %s: %s: ", prefix, function);
247 /* libusb-1.0 initialization might have failed, but we can't indicate
248 * this with libusb-0.1, so trap that situation here */
529 /* even though structures are identical, we can't just use libusb-1.0's
531 * a single flat memory area (libusb-1.0 provides separate allocations).
532 * we hand-copy libusb-1.0's descriptors into our own structures. */
550 /* libusb doesn't implement this and it doesn't seem that important. If
574 /* libusb-1.0 initialization might have failed, but we can't indicate
575 * this with libusb-0.1, so trap that situation here */
756 * read. FIXME: is this how libusb-0.1 works? */
767 /* libusb-0.1 will strangely fix up a read request from endpoint
781 /* libusb-0.1 on BSD strangely fix up a write request to endpoint
801 * read. FIXME: is this how libusb-0.1 works? */
812 /* libusb-0.1 will strangely fix up a read request from endpoint
825 /* libusb-0.1 on BSD strangely fix up a write request to endpoint
888 * getting a descriptor "by endpoint". libusb-1.0 does not provide this
904 /* libusb-1.0 doesn't expose driver name, so fill in a dummy value */