summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add transfer flagsDaniel Drake2008-03-101-2/+2
* Simplify libusb_fill_control_transfer()Daniel Drake2008-03-101-4/+3
* get_device fixupDaniel Drake2008-03-101-1/+2
* Rename descriptor-getting functionsDaniel Drake2008-03-091-1/+2
* Simplify cancellation APIDaniel Drake2008-03-091-3/+3
* Rename libusb_dev_handle to libusb_device_handleDaniel Drake2008-03-091-1/+1
* Separate transfer allocation and submissionDaniel Drake2008-03-091-111/+75
* Rework URB API namingDaniel Drake2008-03-081-35/+35
* Persistent libusb_device storageDaniel Drake2008-03-081-1/+1
* Add convenience function to find and open a device by USB VID+PIDDaniel Drake2008-03-061-30/+2
* Rework device discovery APIDaniel Drake2008-03-062-27/+41
* Remove timers and signalfdDaniel Drake2008-01-302-2/+7
* Fix dpfp example compilationDaniel Drake2008-01-261-3/+3
* Rename some _devh_ functionsDaniel Drake2008-01-041-4/+4
* Use "transfer" instead of "msg"Daniel Drake2008-01-041-16/+17
* API renaming: remove fpi and usb_ stuffDaniel Drake2008-01-042-7/+7
* Rename to libusb-1.0Daniel Drake2008-01-043-60/+60
* Don't pass ctrl_msg/bulk_msg structures through async pathsDaniel Drake2007-12-121-7/+7
* Rename fpusb_device_handle functions to devhDaniel Drake2007-12-031-4/+4
* Initial commitDaniel Drake2007-12-023-0/+611