summaryrefslogtreecommitdiff
path: root/libusb/core.c
Commit message (Expand)AuthorAgeFilesLines
...
* Support unconfigured devicesDaniel Drake2008-05-101-6/+11
* Fetch configurations by index (not value)Daniel Drake2008-05-101-0/+1
* Rework configuration handlingDaniel Drake2008-05-091-95/+38
* libusb_get_device_list() can return negative error codeDaniel Drake2008-05-091-2/+3
* Documentation workDaniel Drake2008-05-081-0/+77
* documentation touchupsDaniel Drake2008-05-051-2/+3
* more error code sanitizationDaniel Drake2008-05-051-2/+2
* Isochronous transfer helper functionsDaniel Drake2008-05-051-2/+39
* free open devices on exitDaniel Drake2008-05-051-4/+8
* move descriptor parsing into main libraryDaniel Drake2008-05-051-0/+92
* add functionality for querying and detaching kernel driverDaniel Drake2008-05-041-0/+44
* implement libusb_reset_device()Daniel Drake2008-05-041-0/+22
* Add functionality to clear endpoint halt conditionsDaniel Drake2008-05-041-0/+20
* Fix libusb_get_device_list return valueDaniel Drake2008-05-041-6/+12
* Well-defined error codes for some operationsDaniel Drake2008-05-031-6/+23
* Add libusb_set_configuration()Daniel Drake2008-05-031-0/+25
* rename LIBUSB_ERROR_NOMEM to LIBUSB_ERROR_NO_MEMDaniel Drake2008-05-031-3/+3
* Rename reference counting APIDaniel Drake2008-05-031-11/+11
* Allow multiple interfaces to be claimedDaniel Drake2008-05-021-15/+71
* Documentation improvementsDaniel Drake2008-05-021-6/+7
* Use typedef ptr types in parameters and return typesDaniel Drake2008-05-021-17/+14
* Expose bus number and device addressDaniel Drake2008-05-021-0/+20
* standardised error codesDaniel Drake2008-04-291-7/+8
* Fix descriptor handling memory leaksDaniel Drake2008-04-291-1/+3
* libusb_device mutex protectionDaniel Drake2008-04-181-1/+15
* mutex protection for device and handle listsDaniel Drake2008-04-181-4/+27
* Constify some return dataDaniel Drake2008-04-011-1/+1
* Support for changing altsettingDaniel Drake2008-03-231-0/+8
* API documentationDaniel Drake2008-03-201-16/+229
* Fix get_device_list for realloc caseVasily Khoruzhick2008-03-151-1/+1
* Beginnings of cross-platform abstractionDaniel Drake2008-03-131-342/+55
* get_device fixupDaniel Drake2008-03-101-8/+8
* Rename descriptor-getting functionsDaniel Drake2008-03-091-3/+4
* Rename libusb_dev_handle to libusb_device_handleDaniel Drake2008-03-091-11/+11
* Add fallback on /proc/bus/usbDaniel Drake2008-03-081-4/+50
* Persistent libusb_device storageDaniel Drake2008-03-081-33/+97
* Add convenience function to find and open a device by USB VID+PIDDaniel Drake2008-03-061-0/+31
* Rework device discovery APIDaniel Drake2008-03-061-33/+177
* Notifications for changes to the fd setDaniel Drake2008-02-261-1/+5
* Remove timers and signalfdDaniel Drake2008-01-301-9/+4
* Poll usbfs descriptors directlyDaniel Drake2008-01-261-0/+30
* Remove more fpusb remnantsDaniel Drake2008-01-051-23/+23
* Rename some _devh_ functionsDaniel Drake2008-01-041-4/+4
* Plural of bus is bussesDaniel Drake2008-01-041-5/+5
* API renaming: remove fpi and usb_ stuffDaniel Drake2008-01-041-10/+10
* Rename to libusb-1.0Daniel Drake2008-01-041-0/+346