summaryrefslogtreecommitdiff
path: root/libusb/os/darwin_usb.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | os/darwin_usb.c:63: warning: return discards qualifiers from pointer target type
* Darwin: allow devices to be opened multiple timesNathan Hjelm2009-11-211-52/+76
| | | | | | | Allows libusb applications to access multiple interfaces of the same device in the same application. Also fixes a set alt interface bug.
* 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
| | | | | Fix a crash which occurs if the user does the following sequence on a device: open, close, get_configuration_descriptor.
* Darwin: improve handling of disconnected devicesNathan Hjelm2009-06-071-25/+53
|
* Darwin: fix parsing of config descriptorsNathan Hjelm2009-06-071-16/+43
| | | | | This was a confusion between configuration numbers and zero-based configuration indexes.
* Darwin: get_config_descriptor bugfixesNathan Hjelm2009-03-221-5/+23
|
* Fix compilation of Darwin backendDaniel Drake2009-02-251-2/+2
| | | | My fault. Reported by ihryamzik@gmail.com
* Darwin backendNathan Hjelm2009-02-161-0/+1449