aboutsummaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* made some globals static to fix warningsSean McBride2013-07-302-8/+8
* examples: use libusb_set_auto_detach_kernel_driver()Hans de Goede2013-06-192-25/+2
* Examples: add a missing \n at end of error messagesLudovic Rousseau2013-06-111-2/+2
* Core: Add a libusb_strerror() functionHans de Goede2013-06-101-10/+24
* examples: Add sam3u_benchmark isochronous example by Harald WeltePeter Stuge2013-05-302-0/+196
* Add BOS descriptor supportHans de Goede2013-05-301-1/+61
* Add superspeed endpoint companion descriptor supportHans de Goede2013-05-301-0/+7
* Examples: Fix use of deprecated libusb_get_port_pathHans de Goede2013-05-172-10/+6
* listdevs: Also print portpath for non root hubsHans de Goede2013-05-161-2/+15
* examples: Only check for HAVE_SIGACTION once in Makefile.amPeter Stuge2013-05-151-2/+0
* Add some editor meta-comments for proper tab usageNathan Hjelm2013-05-151-0/+1
* Add hotplug support.Nathan Hjelm2013-05-152-1/+97
* 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