Isochronous endpoint I/O
authorDaniel Drake <dsd@gentoo.org>
Tue, 25 Mar 2008 16:24:30 +0000 (16:24 +0000)
committerDaniel Drake <dsd@gentoo.org>
Sun, 30 Mar 2008 21:17:34 +0000 (22:17 +0100)
commit211f80c9f2a4a58cd2bbf5b7751f45089c8961e7
treeebeb072dd0d3c20883e956e2b727ffe55d019597
parentb1ade6fca668d8aa156d5b5bf3a933f116144dc2
Isochronous endpoint I/O

Due to variable-sized structures, this involved changing allocation
mechanism. All transfers must now be allocated and freed through
libusb.

A synchronous function is missing, and I could do with writing a few
more helper functions to simplify things.
TODO
examples/dpfp.c
libusb/io.c
libusb/libusb.h
libusb/libusbi.h
libusb/os/linux_usbfs.c
libusb/sync.c