The current code for calculating the timeout in darwin_reenumerate_device_timeout...
[platform/upstream/libusb.git] / examples / xusb.c
2021-10-31 Tormod Voldenxusb: Print total length of configuration descriptor
2021-10-31 luz pazFix various typos in docs/comments
2021-10-31 Tormod Voldenxusb: Print configuration descriptor length
2021-07-21 Nathan Hjelmxusb: add check for interface kernel driver
2020-03-30 Chris Dickensbuild: Enable additional build errors and warnings
2020-01-21 Chris DickensWindows: Remove support for WinCE and Visual Studio...
2019-04-05 Harry Mallonxusb: Report SuperSpeedPlus
2019-01-31 Sean McBrideFixed many compiler warnings about sign and size mismatch
2017-12-29 Sean McBrideFixed various trivial cppcheck 1.80 warnings
2017-12-29 Sean McBrideexamples: xusb: replaced insecure sprintf with snprintf
2017-12-27 Chris DickensExamples: Misc. cleanup to xusb
2017-12-27 Chris DickensExamples: Improvements to xusb's support for Microsoft...
2017-08-24 Chris Dickensexamples: Fix device handle leak in xusb
2017-07-16 Chris Dickenscore: Introduce libusb_set_option() API function
2016-03-05 Nathan Hjelmxusb: fix typo
2016-03-05 Stefan TaunerReplace obsolete usleep with nanosleep
2014-11-13 Pete BatardWindows: Silence VS2013 code analysis warnings
2014-05-18 Pete Batardsamples: set xusb to also produce debug output during...
2014-05-16 Pete Batardcore: fix/silence issues reported by Coverity
2014-01-08 hjelmn@cs.unm.eduMisc: Revert all references to libusb/libusb.info
2013-09-29 Pete Batardexamples: add an option to force a device request for...
2013-09-28 Ludovic Rousseauexamples: check value returned by libusb_bulk_transfer()
2013-07-30 Sean McBridemade some globals static to fix warnings
2013-06-19 Hans de Goedeexamples: use libusb_set_auto_detach_kernel_driver()
2013-06-11 Ludovic RousseauExamples: add a missing \n at end of error messages
2013-06-09 Hans de GoedeCore: Add a libusb_strerror() function
2013-05-30 Hans de GoedeAdd BOS descriptor support
2013-05-30 Hans de GoedeAdd superspeed endpoint companion descriptor support
2013-05-17 Hans de GoedeExamples: Fix use of deprecated libusb_get_port_path
2013-04-02 Pete BatardCore: Add HID and kernel detach capability detection...
2013-03-05 Pete BatardSamples: Reinstate interface requests when querying...
2013-02-27 Pete BatardMisc: Simplify includes and misc. cleanup
2013-01-23 Toby GrayWinCE: Add support for WinCE (sources)
2012-09-13 Ludovic RousseauSamples: Display VID:PID of the tested device in xusb
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 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-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 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-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