on to 1.0.21-rc2
[platform/upstream/libusb.git] / examples /
2016-07-22 Nathan Hjelmexamples: add missing include to dpfp_threaded
2016-07-22 Nathan Hjelmexamples: make dpfp_threaded work on OS X
2016-07-22 Anil NairExamples: Ported testlibusb from libus-0.1 to libusb-1.0
2016-03-06 Ludovic Rousseauexamples: fix 3 compiler warnings
2016-03-05 Nathan Hjelmxusb: fix typo
2016-03-05 Stefan TaunerReplace obsolete usleep with nanosleep
2016-03-02 Ludovic Rousseauexamples: fix 3 compiler warnings
2016-03-02 Ludovic Rousseauexamples: fix 2 compiler warnings
2016-03-02 Ludovic Rousseauexamples: fix 2 compiler warnings
2016-01-06 Ludovic RousseauExamples: fix typo in Nathan Hjelm email
2015-08-05 Chris DickensExamples: fxload improvements
2015-04-28 Chris Dickensexamples: Address issues reported by Markus Elfring
2015-01-12 Chris DickensExamples: Fix device leak in hotplugtest
2014-11-13 Pete BatardWindows: Silence VS2013 code analysis warnings
2014-05-18 Pete Batardsamples: set xusb to also produce debug output during...
2014-05-16 Pete Batardcore: fix/silence issues reported by Coverity
2014-04-07 Carl Karstenexamples: fix incorrect error message in fxload
2014-01-08 hjelmn@cs.unm.eduMisc: Revert all references to libusb/libusb.info
2013-10-06 Ludovic Rousseauexamples: check value returned by ftell()
2013-09-29 Pete Batardexamples: add an option to force a device request for...
2013-09-28 Ludovic Rousseauexamples: fix warning
2013-09-28 Ludovic Rousseauexamples: check value returned by libusb_bulk_transfer()
2013-09-28 Ludovic Rousseauexamples: check the value returned by libusb_handle_eve...
2013-09-28 Ludovic Rousseauexamples: check the value returned by libusb_init()
2013-09-20 Ludovic Rousseauexamples: Fix a memory leak
2013-09-20 Ludovic Rousseauexamples: Fix a memory leak
2013-07-30 Sean McBridemade some globals static to fix warnings
2013-06-19 Hans de Goedeexamples: use libusb_set_auto_detach_kernel_driver()
2013-06-11 Ludovic RousseauExamples: add a missing \n at end of error messages
2013-06-09 Hans de GoedeCore: Add a libusb_strerror() function
2013-05-30 Peter Stugeexamples: Add sam3u_benchmark isochronous example by...
2013-05-30 Hans de GoedeAdd BOS descriptor support
2013-05-30 Hans de GoedeAdd superspeed endpoint companion descriptor support
2013-05-17 Hans de GoedeExamples: Fix use of deprecated libusb_get_port_path
2013-05-16 Hans de Goedelistdevs: Also print portpath for non root hubs
2013-05-15 Peter Stugeexamples: Only check for HAVE_SIGACTION once in Makefile.am
2013-05-15 Nathan HjelmAdd some editor meta-comments for proper tab usage
2013-05-15 Nathan HjelmAdd hotplug support.
2013-04-14 Pete BatardSamples: Fix timeout error on FX3 and logging improveme...
2013-04-02 Pete BatardCore: Add HID and kernel detach capability detection...
2013-03-16 Pete BatardSamples: More fxload improvements and cleanup
2013-03-15 Ludovic RousseauSamples: fix compiler warning
2013-03-15 Federico ManzanSamples: fxload improvements and cleanup
2013-03-10 Federico ManzanSamples: Add FX3 firmware upload support for fxload
2013-03-05 Pete BatardSamples: Reinstate interface requests when querying...
2013-02-27 Pete BatardMisc: Simplify includes and misc. cleanup
2013-02-15 Ludovic RousseauExamples: Fix compiler warning
2013-01-23 Toby GrayWinCE: Add support for WinCE (sources)
2012-11-25 Peter StugeAutotools: Carry over 2012.10.23 libusb changes
2012-10-13 Ludovic RousseauAll: Use "" instead of <> for local includes
2012-09-16 Pete BatardMisc: Fix missing files from dist package
2012-09-15 Ludovic RousseauSamples: Fix compiler warnings in fxload
2012-09-13 Ludovic RousseauSamples: Display VID:PID of the tested device in xusb
2012-09-13 Pete BatardSamples: Add fxload sample for Cypress EZ-USB chips
2012-09-05 Pete BatardSamples: xusb improvements
2012-08-12 Pete BatardSamples: Make target mandatory with -b option in xusb
2012-07-03 Pete BatardCore: Prefix LOG_LEVEL_ with LIBUSB_ to avoid conflicts
2012-07-02 Pete BatardMisc: Fix more Clang warnings in core and darwin
2012-07-02 Pete BatardWindows: Address MSVC Level 4 & WDK's OACR/Prefast...
2012-06-14 Xiaofan ChenSamples: Remove USB version for speed designations...
2012-06-04 Ludovic RousseauSamples: Fix no previous prototype warnings in xusb
2012-06-04 Ludovic RousseauAutotools: Apply autoupdate 2.68 recommendations
2012-05-28 Pete BatardWindows: Restore HID support
2012-05-28 Pete BatardCore: Define log levels in libusb.h
2012-05-28 Pete BatardAll: Add parent and port topology calls
2012-05-23 Pete BatardMisc: Ensure all sources are UTF-8
2012-05-10 Ludovic RousseauSamples: Use the implicit _SOURCES rule
2012-05-10 Ludovic RousseauSamples: Use a common LDADD for all examples
2012-05-10 Pete BatardSamples: prefer __linux__ over __linux define in xusb
2012-05-08 Pete BatardSamples: fix strcat vs strlcat warning on OpenBSD
2012-05-02 Pete BatardSamples: Remove interface requests when querying WCID...
2012-04-20 Ludovic RousseauSamples: Fix not handled in switch warning in xusb.c
2012-04-20 Ludovic RousseauSamples: Remove unneeded inline in xusb.c
2012-04-15 Ludovic RousseauSamples: Fix initialization discards qualifiers warning...
2012-04-15 Ludovic RousseauSamples: Fix no previous prototype warnings in xusb.c
2012-04-10 Pete BatardCore: Add get_version() call
2012-04-09 Peter Stugeexamples: Use snprintf() instead of sprintf() in dpfp...
2012-04-03 Pete BatardMisc: Rebrand to libusbx
2012-04-01 Pete BatardSamples: Fix "warning: no newline at end of file" in...
2012-03-28 Pete BatardSamples: fix a "value is always 0" Clang warning in...
2012-03-27 Pete BatardExamples: add xusb sample
2012-02-08 Peter StugeRename the lsusb example program to listdevs
2012-01-13 Xiaofan Chenexamples: Link only with ../libusb/libusb-1.0.la and...
2011-07-24 Hans de GoedeLinux: Fix warnings seen when compiling with gcc-4.6
2011-06-13 Pete Batarddpfp_threaded: return instead of pthread_exit() to...
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-08-07 Pete Batardremoved trailing whitespaces
2010-07-23 Daniel DrakeOnly compile dpfp examples when sigaction is available
2010-05-13 Pete BatardWhitespace cleanup
2010-05-13 Peter StugeAdd internal abstraction for POSIX Threads
2009-11-21 Ludovic Rousseaulsusb example: make print_devs() static
2008-06-27 Daniel DrakeIntroduce contexts to the API
2008-05-11 Daniel DrakeHandle hot-unplugging
2008-05-09 Daniel DrakeRework configuration handling
2008-05-09 Daniel Drakelibusb_get_device_list() can return negative error...
2008-05-03 Daniel DrakeFix libusb_get_device_list return value
2008-05-02 Daniel DrakeExpose bus number and device address
2008-04-29 Daniel DrakeRemove libusb_cancel_transfer_sync
next