Rework URB API naming
authorDaniel Drake <dsd@gentoo.org>
Sat, 8 Mar 2008 12:48:35 +0000 (12:48 +0000)
committerDaniel Drake <dsd@gentoo.org>
Sat, 8 Mar 2008 12:58:32 +0000 (12:58 +0000)
commitd21ebe47ce578c93cd8969be1c933d503e32e5d4
tree00e7dc7471875ff433167607f28def629a6e7cca
parentfd6fb3cc093ad47271353a0e468d16547f991382
Rework URB API naming

Now refer to everything as "transfers" as consistent with the USB spec
libusb_transfer is now a kind of transfer handle. To reduce confusion
with libusb_bulk_transfer and libusb_control_transfer, those have been
renamed to libusb_{control,bulk}_transfer_request.
TODO
examples/dpfp.c
libusb/io.c
libusb/libusb.h
libusb/libusbi.h