summaryrefslogtreecommitdiff
path: root/libusb/os/darwin_usb.c
Commit message (Expand)AuthorAgeFilesLines
* Darwin: handle kIOReturnUnderrunpbr284Hoi-Ho Chan2010-07-291-1/+3
* Darwin: write iso transfer details into correct packetsHoi-Ho Chan2010-07-291-1/+1
* Darwin: fix interface object leakNathan Hjelm2010-07-291-1/+4
* Darwin: clean up some debug messagesNathan Hjelm2010-07-291-3/+3
* Darwin: Don't open devices during scan unless we have to unsuspendNathan Hjelm2010-07-291-6/+10
* Darwin: don't reuse cached descriptors during enumerationNathan Hjelm2010-04-211-31/+31
* residuals from previous merger267Pete Batard2010-04-201-3/+0
* merged official 1.0.6 -> 1.0.7 release changesPete Batard2010-04-201-0/+3
* revert r253 / f08aae4ddb9cfe3856e07f8997d9adbfa5330467Pete Batard2010-04-171-2/+2
* LIBUSB_SUCCESS on attach/detach for darwin & Windowsr253Pete Batard2010-04-151-2/+2
* darwin whitespacesPete Batard2010-04-151-32/+32
* merged latest changes from officialr227Pete Batard2010-03-251-112/+50
* merge abstraction for POSIX Threads and integration changes (Michael Plante, ...r169Pete Batard2010-02-241-99/+112
* svn r55: - fixes list_for_each_entry calls for Darwin and LinuxPete Batard2010-01-141-2/+2
* Darwin: fix warning in darwin_error_str()Ludovic Rousseau2009-11-211-1/+1
* Darwin: allow devices to be opened multiple timesNathan Hjelm2009-11-211-52/+76
* Darwin: handle overflowsNathan Hjelm2009-09-111-2/+14
* Darwin: 64-bit type fixesToby Peterson2009-08-231-2/+3
* Darwin: fix crash when reading descriptors after closeNathan Hjelm2009-08-231-0/+3
* Darwin: improve handling of disconnected devicesNathan Hjelm2009-06-071-25/+53
* Darwin: fix parsing of config descriptorsNathan Hjelm2009-06-071-16/+43
* Darwin: get_config_descriptor bugfixesNathan Hjelm2009-03-221-5/+23
* Fix compilation of Darwin backendDaniel Drake2009-02-251-2/+2
* Darwin backendNathan Hjelm2009-02-161-0/+1449