summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
...
* svn r37:Pete Batard2010-01-141-58/+166
* svn r25:Pete Batard2010-01-141-6/+7
* svn r22: Partial async I/O (control only) with custom poll and OVERLAPPED poi...Pete Batard2010-01-141-37/+58
* svn r18: basic open/close & claim/release interface + detection of WinUSB and...Pete Batard2010-01-141-3/+46
* svn r13: add winusb to the mix: query first interface and pipes on device openPete Batard2010-01-141-3/+8
* svn r11: remove dpfp compilation (doesn't work on Windows) and add the xusb t...Pete Batard2010-01-142-1/+76
* 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