Darwin: fix enumeration of devices with non-consecutive addresses (#23)
[platform/upstream/libusb.git] / libusb / os / darwin_usb.c
2010-03-23 Nathan HjelmDarwin: fix enumeration of devices with non-consecutive...
2010-03-18 Nathan HjelmDarwin: Cleanup async callback code, catch request...
2010-03-18 Nathan HjelmDarwin: fix endianness of control setup packet
2010-02-15 Nathan HjelmDarwin: fix memory leak in process_device
2010-02-15 Nathan HjelmDarwin: use logging functions
2010-02-15 Nathan HjelmDarwin: support multiple calls to libusb_init
2009-11-21 Ludovic RousseauDarwin: fix warning in darwin_error_str()
2009-11-21 Nathan HjelmDarwin: allow devices to be opened multiple times
2009-09-11 Nathan HjelmDarwin: handle overflows
2009-08-23 Toby PetersonDarwin: 64-bit type fixes
2009-08-23 Nathan HjelmDarwin: fix crash when reading descriptors after close
2009-06-07 Nathan HjelmDarwin: improve handling of disconnected devices
2009-06-07 Nathan HjelmDarwin: fix parsing of config descriptors
2009-03-23 Nathan HjelmDarwin: get_config_descriptor bugfixes
2009-02-25 Daniel DrakeFix compilation of Darwin backend
2009-02-17 Nathan HjelmDarwin backend