summaryrefslogtreecommitdiff
path: root/examples/dpfp.c
Commit message (Expand)AuthorAgeFilesLines
* Update tests and example to use the new libusb_init_context() functionNathan Hjelm2023-01-201-1/+1
* examples: Replace most uses of sprintf with safer snprintfSean McBride2022-06-261-1/+1
* examples: Do not assume positive errno macrosTormod Volden2022-01-221-8/+19
* Windows: Support building dpfp and sam3u_benchmark with MSVCChris Dickens2020-11-271-0/+4
* build: Fix Android and Xcode compilation errors/warningsChris Dickens2020-11-161-24/+32
* examples: Enable all examples to build on all platformsChris Dickens2020-11-101-66/+246
* Fixed various trivial cppcheck 1.80 warningsSean McBride2017-12-281-1/+1
* Fix unused parameter warningsSean McBride2017-12-281-0/+2
* Misc: Revert all references to libusb/libusb.infohjelmn@cs.unm.edu2014-01-081-1/+1
* All: Use "" instead of <> for local includesLudovic Rousseau2012-10-131-1/+1
* Misc: Fix more Clang warnings in core and darwinPete Batard2012-07-021-1/+1
* Misc: Ensure all sources are UTF-8Pete Batard2012-05-231-2/+1
* examples: Use snprintf() instead of sprintf() in dpfp and dpfp_threadedPeter Stuge2012-04-091-1/+1
* Misc: Rebrand to libusbxPete Batard2012-04-031-2/+2
* Linux: Fix warnings seen when compiling with gcc-4.6Hans de Goede2011-07-241-2/+1
* examples: #include <libusb.h> without directory nameLudovic Rousseau2010-11-221-1/+1
* examples: Silence warnings about return value of fwrite()Peter Stuge2010-10-161-1/+2
* Introduced calling convention (for Windows)Pete Batard2010-08-231-3/+3
* Whitespace cleanupPete Batard2010-05-121-7/+7
* Introduce contexts to the APIDaniel Drake2008-06-261-6/+6
* Handle hot-unpluggingDaniel Drake2008-05-111-8/+14
* Remove libusb_cancel_transfer_syncDaniel Drake2008-04-291-19/+16
* Rename libusb_poll() to libusb_handle_events()Daniel Drake2008-03-301-1/+1
* Isochronous endpoint I/ODaniel Drake2008-03-301-3/+3
* API documentationDaniel Drake2008-03-201-2/+2
* Beginnings of cross-platform abstractionDaniel Drake2008-03-131-1/+1
* Add transfer flagsDaniel Drake2008-03-101-2/+2
* Simplify libusb_fill_control_transfer()Daniel Drake2008-03-101-4/+3
* get_device fixupDaniel Drake2008-03-101-1/+2
* Simplify cancellation APIDaniel Drake2008-03-091-3/+3
* Rename libusb_dev_handle to libusb_device_handleDaniel Drake2008-03-091-1/+1
* Separate transfer allocation and submissionDaniel Drake2008-03-091-111/+75
* Rework URB API namingDaniel Drake2008-03-081-35/+35
* Add convenience function to find and open a device by USB VID+PIDDaniel Drake2008-03-061-30/+2
* Rework device discovery APIDaniel Drake2008-03-061-20/+31
* Remove timers and signalfdDaniel Drake2008-01-301-1/+1
* Fix dpfp example compilationDaniel Drake2008-01-261-3/+3
* Rename some _devh_ functionsDaniel Drake2008-01-041-4/+4
* Use "transfer" instead of "msg"Daniel Drake2008-01-041-16/+17
* API renaming: remove fpi and usb_ stuffDaniel Drake2008-01-041-6/+6
* Rename to libusb-1.0Daniel Drake2008-01-041-47/+47
* Don't pass ctrl_msg/bulk_msg structures through async pathsDaniel Drake2007-12-121-7/+7
* Rename fpusb_device_handle functions to devhDaniel Drake2007-12-031-4/+4
* Initial commitDaniel Drake2007-12-021-0/+556