summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2008-05-11Handle hot-unpluggingDaniel Drake1-8/+14
2008-05-09Rework configuration handlingDaniel Drake1-3/+8
2008-05-09libusb_get_device_list() can return negative error codeDaniel Drake1-1/+2
2008-05-04Fix libusb_get_device_list return valueDaniel Drake1-3/+4
2008-05-02Expose bus number and device addressDaniel Drake1-1/+3
2008-04-29Remove libusb_cancel_transfer_syncDaniel Drake2-42/+32
2008-04-19add threaded example programDaniel Drake2-1/+557
2008-04-01Constify some return dataDaniel Drake1-1/+1
2008-03-30Rename libusb_poll() to libusb_handle_events()Daniel Drake1-1/+1
2008-03-30Isochronous endpoint I/ODaniel Drake1-3/+3
2008-03-20API documentationDaniel Drake1-2/+2
2008-03-13Beginnings of cross-platform abstractionDaniel Drake1-1/+1
2008-03-10Add transfer flagsDaniel Drake1-2/+2
2008-03-10Simplify libusb_fill_control_transfer()Daniel Drake1-4/+3
2008-03-10get_device fixupDaniel Drake1-1/+2
2008-03-09Rename descriptor-getting functionsDaniel Drake1-1/+2
2008-03-09Simplify cancellation APIDaniel Drake1-3/+3
2008-03-09Rename libusb_dev_handle to libusb_device_handleDaniel Drake1-1/+1
2008-03-09Separate transfer allocation and submissionDaniel Drake1-111/+75
2008-03-08Rework URB API namingDaniel Drake1-35/+35
2008-03-08Persistent libusb_device storageDaniel Drake1-1/+1
2008-03-06Add convenience function to find and open a device by USB VID+PIDDaniel Drake1-30/+2
2008-03-06Rework device discovery APIDaniel Drake2-27/+41
2008-01-30Remove timers and signalfdDaniel Drake2-2/+7
2008-01-26Fix dpfp example compilationDaniel Drake1-3/+3
2008-01-04Rename some _devh_ functionsDaniel Drake1-4/+4
2008-01-04Use "transfer" instead of "msg"Daniel Drake1-16/+17
2008-01-04API renaming: remove fpi and usb_ stuffDaniel Drake2-7/+7
2008-01-04Rename to libusb-1.0Daniel Drake3-60/+60
2007-12-12Don't pass ctrl_msg/bulk_msg structures through async pathsDaniel Drake1-7/+7
2007-12-03Rename fpusb_device_handle functions to devhDaniel Drake1-4/+4
2007-12-02Initial commitDaniel Drake3-0/+611