Examples: Fix compiler warning
[platform/upstream/libusb.git] / examples /
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
2008-04-19 Daniel Drakeadd threaded example program
2008-04-01 Daniel DrakeConstify some return data
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 DrakeRename descriptor-getting functions
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-08 Daniel DrakePersistent libusb_device storage
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