summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Core: Prefix LOG_LEVEL_ with LIBUSB_ to avoid conflictsbaserock/morphPete 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
* removed trailing whitespacesPete Batard2010-08-061-3/+3
* Only compile dpfp examples when sigaction is availableDaniel Drake2010-07-221-1/+6
* Whitespace cleanupPete Batard2010-05-121-7/+7
* Add internal abstraction for POSIX ThreadsPeter Stuge2010-05-121-2/+5
* lsusb example: make print_devs() staticLudovic Rousseau2009-11-211-1/+1
* Introduce contexts to the APIDaniel Drake2008-06-263-15/+15
* Handle hot-unpluggingDaniel Drake2008-05-111-8/+14
* Rework configuration handlingDaniel Drake2008-05-091-3/+8
* libusb_get_device_list() can return negative error codeDaniel Drake2008-05-091-1/+2
* Fix libusb_get_device_list return valueDaniel Drake2008-05-041-3/+4
* Expose bus number and device addressDaniel Drake2008-05-021-1/+3
* Remove libusb_cancel_transfer_syncDaniel Drake2008-04-292-42/+32
* add threaded example programDaniel Drake2008-04-192-1/+557
* Constify some return dataDaniel Drake2008-04-011-1/+1
* Rename libusb_poll() to libusb_handle_events()Daniel Drake2008-03-301-1/+1
* Isochronous endpoint I/ODaniel Drake2008-03-301-3/+3
* API documentationDaniel Drake2008-03-201-2/+2
* Beginnings of cross-platform abstractionDaniel Drake2008-03-131-1/+1