The current code for calculating the timeout in darwin_reenumerate_device_timeout...
[platform/upstream/libusb.git] / examples / dpfp.c
2020-11-28 Chris DickensWindows: Support building dpfp and sam3u_benchmark...
2020-11-16 Chris Dickensbuild: Fix Android and Xcode compilation errors/warnings
2020-11-10 Chris Dickensexamples: Enable all examples to build on all platforms
2017-12-29 Sean McBrideFixed various trivial cppcheck 1.80 warnings
2017-12-29 Sean McBrideFix unused parameter warnings
2014-01-08 hjelmn@cs.unm.eduMisc: Revert all references to libusb/libusb.info
2012-10-13 Ludovic RousseauAll: Use "" instead of <> for local includes
2012-07-02 Pete BatardMisc: Fix more Clang warnings in core and darwin
2012-05-23 Pete BatardMisc: Ensure all sources are UTF-8
2012-04-09 Peter Stugeexamples: Use snprintf() instead of sprintf() in dpfp...
2012-04-03 Pete BatardMisc: Rebrand to libusbx
2011-07-24 Hans de GoedeLinux: Fix warnings seen when compiling with gcc-4.6
2010-11-22 Ludovic Rousseauexamples: #include <libusb.h> without directory name
2010-10-16 Peter Stugeexamples: Silence warnings about return value of fwrite()
2010-08-24 Pete BatardIntroduced calling convention (for Windows)
2010-05-13 Pete BatardWhitespace cleanup
2008-06-27 Daniel DrakeIntroduce contexts to the API
2008-05-11 Daniel DrakeHandle hot-unplugging
2008-04-29 Daniel DrakeRemove libusb_cancel_transfer_sync
2008-03-30 Daniel DrakeRename libusb_poll() to libusb_handle_events()
2008-03-30 Daniel DrakeIsochronous endpoint I/O
2008-03-20 Daniel DrakeAPI documentation
2008-03-13 Daniel DrakeBeginnings of cross-platform abstraction
2008-03-10 Daniel DrakeAdd transfer flags
2008-03-10 Daniel DrakeSimplify libusb_fill_control_transfer()
2008-03-10 Daniel Drakeget_device fixup
2008-03-09 Daniel DrakeSimplify cancellation API
2008-03-09 Daniel DrakeRename libusb_dev_handle to libusb_device_handle
2008-03-09 Daniel DrakeSeparate transfer allocation and submission
2008-03-08 Daniel DrakeRework URB API naming
2008-03-06 Daniel DrakeAdd convenience function to find and open a device...
2008-03-06 Daniel DrakeRework device discovery API
2008-01-30 Daniel DrakeRemove timers and signalfd
2008-01-26 Daniel DrakeFix dpfp example compilation
2008-01-04 Daniel DrakeRename some _devh_ functions
2008-01-04 Daniel DrakeUse "transfer" instead of "msg"
2008-01-04 Daniel DrakeAPI renaming: remove fpi and usb_ stuff
2008-01-04 Daniel DrakeRename to libusb-1.0
2007-12-12 Daniel DrakeDon't pass ctrl_msg/bulk_msg structures through async...
2007-12-03 Daniel DrakeRename fpusb_device_handle functions to devh
2007-12-02 Daniel DrakeInitial commit