summaryrefslogtreecommitdiff
path: root/examples/xusb.c
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-201-1/+1
* descriptor: Add support for BOS platform descriptor parsingDominik Boehi2023-01-191-0/+14
* xusb: Print info from IAD descriptorsRyan Metcalfe2023-01-191-0/+26
* xusb: Print total length of configuration descriptorTormod Volden2021-10-311-0/+1
* Fix various typos in docs/commentsluz paz2021-10-311-2/+2
* xusb: Print configuration descriptor lengthTormod Volden2021-10-311-1/+6
* xusb: add check for interface kernel driverNathan Hjelm2021-07-211-0/+2
* build: Enable additional build errors and warningsChris Dickens2020-03-301-1/+2
* Windows: Remove support for WinCE and Visual Studio older than 2013Chris Dickens2020-01-201-18/+13
* xusb: Report SuperSpeedPlusHarry Mallon2019-04-041-3/+3
* Fixed many compiler warnings about sign and size mismatchSean McBride2019-01-301-1/+1
* Fixed various trivial cppcheck 1.80 warningsSean McBride2017-12-281-1/+1
* examples: xusb: replaced insecure sprintf with snprintfSean McBride2017-12-281-1/+2
* 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-161-2/+2
* xusb: fix typoNathan Hjelm2016-03-051-1/+1
* Replace obsolete usleep with nanosleepStefan Tauner2016-03-051-2/+2
* Windows: Silence VS2013 code analysis warningsPete Batard2014-11-131-1/+2
* samples: set xusb to also produce debug output during init when -d is specifiedPete Batard2014-05-181-2/+21
* core: fix/silence issues reported by CoverityPete Batard2014-05-161-0/+1
* Misc: Revert all references to libusb/libusb.infohjelmn@cs.unm.edu2014-01-081-2/+2
* examples: add an option to force a device request for WCID descriptorsPete Batard2013-09-291-1/+11
* examples: check value returned by libusb_bulk_transfer()Ludovic Rousseau2013-09-281-1/+7
* made some globals static to fix warningsSean McBride2013-07-301-5/+5
* examples: use libusb_set_auto_detach_kernel_driver()Hans de Goede2013-06-191-18/+1
* 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
* 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-171-1/+1
* Core: Add HID and kernel detach capability detection for all backendsPete Batard2013-04-021-14/+11
* Samples: Reinstate interface requests when querying WCID devicesPete Batard2013-03-051-4/+5
* Misc: Simplify includes and misc. cleanupPete Batard2013-02-271-6/+1
* WinCE: Add support for WinCE (sources)Toby Gray2013-01-231-1/+1
* Samples: Display VID:PID of the tested device in xusbLudovic Rousseau2012-09-141-2/+2
* 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
* 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
* 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-231-1/+1