summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* xusb: Improve Max LUN retrieval stall handlingTormod Volden2023-01-281-3/+6
* xusb: Improve kernel driver probe messagesTormod Volden2023-01-281-3/+16
* xusb: Add newlines in mass-storage test outputTormod Volden2023-01-211-4/+4
* Update tests and example to use the new libusb_init_context() functionNathan Hjelm2023-01-207-8/+8
* descriptor: Add support for BOS platform descriptor parsingDominik Boehi2023-01-191-0/+14
* xusb: Print info from IAD descriptorsRyan Metcalfe2023-01-191-0/+26
* examples: Replace most uses of sprintf with safer snprintfSean McBride2022-06-261-1/+1
* examples: Do not assume positive errno macrosTormod Volden2022-01-223-14/+37
* xusb: Print total length of configuration descriptorTormod Volden2021-10-311-0/+1
* Fix various typos in docs/commentsluz paz2021-10-312-3/+3
* xusb: Print configuration descriptor lengthTormod Volden2021-10-311-1/+6
* xusb: add check for interface kernel driverNathan Hjelm2021-07-211-0/+2
* Windows: Support building dpfp and sam3u_benchmark with MSVCChris Dickens2020-11-271-0/+4
* build: Prepare config.h for inclusion in examples/testsChris Dickens2020-11-273-12/+8
* build: Fix Android and Xcode compilation errors/warningsChris Dickens2020-11-162-25/+33
* examples: Enable all examples to build on all platformsChris Dickens2020-11-105-648/+298
* Fix various CI build warningsChris Dickens2020-11-091-0/+1
* examples/testlibusb: Print speed of devicesHans de Goede2020-09-141-2/+12
* examples/testlibusb: Add support for testing libusb_wrap_sys_device()Hans de Goede2020-09-141-13/+64
* build: Merge events and threads into single platform abstractionChris Dickens2020-09-121-1/+1
* Fix typos detected by codespell and manual inspectionChris Dickens2020-08-182-2/+2
* configure.ac: Simplify detection of Windows compilationChris Dickens2020-04-091-2/+2
* Xcode: Update project fileChris Dickens2020-03-301-6/+6
* build: Enable additional build errors and warningsChris Dickens2020-03-302-2/+3
* build: Require C11 to build and clean up autoconfig/automake filesChris Dickens2020-03-302-11/+10
* msvc: Reorder solution projects and add project filter filesChris Dickens2020-03-233-1428/+0
* Windows: Remove support for WinCE and Visual Studio older than 2013Chris Dickens2020-01-203-35/+18
* examples: testlibusb: Always print VID and PID in addition to stringsChris Dickens2020-01-131-26/+15
* examples: testlibusb: Formatting, whitespace and functional cleanupChris Dickens2020-01-131-96/+83
* xusb: Report SuperSpeedPlusHarry Mallon2019-04-041-3/+3
* Fixed many compiler warnings about sign and size mismatchSean McBride2019-01-303-4/+4
* examples: Fix format-truncation on debugVictor Toso2018-12-051-1/+1
* Add missing libusb_exit on an error conditiongudenau2018-12-051-1/+3
* examples: testlibusb: Fix DDK build warningChris Dickens2018-03-241-3/+4
* Fixed various trivial cppcheck 1.80 warningsSean McBride2017-12-282-2/+2
* examples: xusb: replaced insecure sprintf with snprintfSean McBride2017-12-281-1/+2
* Fix unused parameter warningsSean McBride2017-12-283-0/+16
* examples: ezusb: Renamed header guard variable to not use reserved identifierSean McBride2017-12-281-2/+2
* Misc: Fix testlibusb build on VS2013 and earlier and suppress warningsChris Dickens2017-12-261-0/+4
* Examples: Misc. cleanup to xusbChris Dickens2017-12-261-9/+6
* Examples: Improvements to xusb's support for Microsoft OS descriptorsChris Dickens2017-12-261-5/+14
* examples: Fix device handle leak in xusbChris Dickens2017-08-241-12/+10
* core: Introduce libusb_set_option() API functionChris Dickens2017-07-162-3/+3
* examples: reformat testlibusb.cLudovic Rousseau2017-07-121-273/+272
* examples: add missing include to dpfp_threadedNathan Hjelm2016-07-211-0/+1
* examples: make dpfp_threaded work on OS XNathan Hjelm2016-07-211-7/+10
* Examples: Ported testlibusb from libus-0.1 to libusb-1.0Anil Nair2016-07-212-1/+274
* examples: fix 3 compiler warningsLudovic Rousseau2016-03-061-3/+3
* xusb: fix typoNathan Hjelm2016-03-051-1/+1
* Replace obsolete usleep with nanosleepStefan Tauner2016-03-051-2/+2