summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Samples: Fix timeout error on FX3 and logging improvements for fxloadPete Batard2013-04-143-18/+73
* Core: Add HID and kernel detach capability detection for all backendsPete Batard2013-04-021-14/+11
* Samples: More fxload improvements and cleanupPete Batard2013-03-162-59/+76
* Samples: fix compiler warningLudovic Rousseau2013-03-151-1/+1
* Samples: fxload improvements and cleanupFederico Manzan2013-03-153-42/+88
* Samples: Add FX3 firmware upload support for fxloadFederico Manzan2013-03-103-6/+113
* Samples: Reinstate interface requests when querying WCID devicesPete Batard2013-03-051-4/+5
* Misc: Simplify includes and misc. cleanupPete Batard2013-02-273-10/+2
* Examples: Fix compiler warningLudovic Rousseau2013-02-151-1/+1
* WinCE: Add support for WinCE (sources)Toby Gray2013-01-232-1/+3
* Autotools: Carry over 2012.10.23 libusb changesPeter Stuge2012-11-251-1/+1
* All: Use "" instead of <> for local includesLudovic Rousseau2012-10-135-5/+5
* Misc: Fix missing files from dist packagePete Batard2012-09-161-1/+1
* Samples: Fix compiler warnings in fxloadLudovic Rousseau2012-09-151-7/+12
* Samples: Display VID:PID of the tested device in xusbLudovic Rousseau2012-09-141-2/+2
* Samples: Add fxload sample for Cypress EZ-USB chipsPete Batard2012-09-137-1/+2411
* Samples: xusb improvementsPete Batard2012-09-051-21/+28
* Samples: Make target mandatory with -b option in xusbPete Batard2012-08-121-8/+6
* Core: Prefix LOG_LEVEL_ with LIBUSB_ to avoid conflictsPete Batard2012-07-031-1/+1
* Misc: Fix more Clang warnings in core and darwinPete Batard2012-07-022-2/+2
* Windows: Address MSVC Level 4 & WDK's OACR/Prefast warningsPete Batard2012-07-021-1/+4
* Samples: Remove USB version for speed designations in xusbXiaofan Chen2012-06-141-2/+2
* Samples: Fix no previous prototype warnings in xusbLudovic Rousseau2012-06-041-2/+2
* Autotools: Apply autoupdate 2.68 recommendationsLudovic Rousseau2012-06-041-1/+1
* Windows: Restore HID supportPete Batard2012-05-281-2/+169
* Core: Define log levels in libusb.hPete Batard2012-05-281-2/+1
* All: Add parent and port topology callsPete Batard2012-05-281-4/+0
* Misc: Ensure all sources are UTF-8Pete Batard2012-05-234-7/+4
* Samples: Use the implicit _SOURCES ruleLudovic Rousseau2012-05-101-6/+0
* Samples: Use a common LDADD for all examplesLudovic Rousseau2012-05-101-4/+2
* Samples: prefer __linux__ over __linux define in xusbPete Batard2012-05-101-3/+3
* Samples: fix strcat vs strlcat warning on OpenBSDPete Batard2012-05-081-2/+1
* Samples: Remove interface requests when querying WCID devicesPete Batard2012-05-021-10/+3
* Samples: Fix not handled in switch warning in xusb.cLudovic Rousseau2012-04-201-1/+1
* Samples: Remove unneeded inline in xusb.cLudovic Rousseau2012-04-201-1/+1
* Samples: Fix initialization discards qualifiers warnings in xusb.cLudovic Rousseau2012-04-151-2/+2
* Samples: Fix no previous prototype warnings in xusb.cLudovic Rousseau2012-04-151-10/+10
* Core: Add get_version() callPete Batard2012-04-101-5/+1
* examples: Use snprintf() instead of sprintf() in dpfp and dpfp_threadedPeter Stuge2012-04-092-2/+2
* Misc: Rebrand to libusbxPete Batard2012-04-034-11/+10
* Samples: Fix "warning: no newline at end of file" in xusb.cPete Batard2012-04-011-4/+4
* Samples: fix a "value is always 0" Clang warning in xusb.cPete Batard2012-03-281-7/+8
* Examples: add xusb samplePete Batard2012-03-282-2/+882
* Rename the lsusb example program to listdevsPeter Stuge2012-02-082-3/+3
* examples: Link only with ../libusb/libusb-1.0.la and not with -lusb-1.0Xiaofan Chen2012-01-131-3/+3
* Linux: Fix warnings seen when compiling with gcc-4.6Hans de Goede2011-07-242-4/+2
* dpfp_threaded: return instead of pthread_exit() to avoid Cygwin warningPete Batard2011-06-131-1/+1
* examples: #include <libusb.h> without directory nameLudovic Rousseau2010-11-224-4/+4
* examples: Silence warnings about return value of fwrite()Peter Stuge2010-10-162-2/+4
* Introduced calling convention (for Windows)Pete Batard2010-08-232-6/+6