summaryrefslogtreecommitdiff
path: root/libusb/os/linux_usbfs.c
Commit message (Expand)AuthorAgeFilesLines
...
* Expose bus number and device addressDaniel Drake2008-05-021-0/+2
* standardised error codesDaniel Drake2008-04-291-23/+36
* Fix descriptor handling memory leaksDaniel Drake2008-04-291-1/+6
* Rename endpoint_type to transfer_typeDaniel Drake2008-04-291-18/+18
* mutex protection for device and handle listsDaniel Drake2008-04-181-3/+8
* Linux: fix control transfer cancellationDaniel Drake2008-04-171-1/+1
* Linux: fire multiple URBs at once for split transfersDaniel Drake2008-04-111-95/+542
* Isochronous endpoint I/ODaniel Drake2008-03-301-26/+55
* Support for changing altsettingDaniel Drake2008-03-231-0/+17
* Fix get_device_list for realloc caseVasily Khoruzhick2008-03-151-1/+3
* Beginnings of cross-platform abstractionDaniel Drake2008-03-131-0/+584