platform/upstream/libusb.git
2013-06-14 Chris Dickenshotplug: ensure udev monitor fd is non-blocking
2013-06-14 Hans de Goedelinux_udev: Log error code on pthread_create failure
2013-06-11 Ludovic RousseauExamples: add a missing \n at end of error messages
2013-06-09 Hans de GoedeCore: Add a libusb_strerror() function
2013-06-06 Hans de GoedeMerge pull request #114 from hjelmn/darwin_device_cache
2013-06-06 Nathan Hjelmdarwin: return correct error code from libusb_get_confi...
2013-06-06 Nathan Hjelmdarwin: increment the reference counter to the parent...
2013-06-06 Nathan Hjelmdarwin: avoid enumerating devices more than once
2013-05-30 Pete BatardWindows: Fix broken WDK compilation
2013-05-30 Peter Stugeexamples: Add sam3u_benchmark isochronous example by...
2013-05-30 Hans de GoedeAdd BOS descriptor support
2013-05-30 Hans de GoedeAdd superspeed endpoint companion descriptor support
2013-05-30 Hans de Goedehotplug: Add a hotplug_poll backend function
2013-05-30 Hans de Goedelinux: rework hotplug lock handling
2013-05-30 Hans de Goedelinux: Add a linux_netlink_read_message helper function
2013-05-30 Hans de Goededescriptor.c: AlternateSettings are related by Interfac...
2013-05-28 Toby GrayWinCE: Add hotplug.c to projects
2013-05-28 Toby GrayWindows: Add new symbol for libusb_get_port_numbers...
2013-05-28 Toby GrayHotplug: Make use of HAVE_SYS_TYPES_H define
2013-05-28 Toby GrayPOSIX: Move setting of pipes to non-blocking into usbi_pipe
2013-05-24 Simon Haggettwince_get_active_config_descriptor() sets host_endian...
2013-05-24 Hans de Goedeall: ensure host_endian is always initialized
2013-05-24 Hans de Goedeall: Allow backend to provide a better get_config_descr...
2013-05-24 Hans de Goededescriptor.c: Add a raw_desc_to_config helper function
2013-05-24 Hans de Goededescriptor.c: Consequently check bDescriptorType and...
2013-05-24 Hans de Goededescriptor.c: Read a full config-desc-header on first...
2013-05-24 Hans de Goedeall: Make usbi_os_backend.get_[active_]config_descripto...
2013-05-24 Hans de Goedelinux: Properly deal with invalid config.wTotalLength...
2013-05-24 Hans de Goedelinux: get_configuration don't return LIBUSB_ERROR_NOT_...
2013-05-24 Hans de Goedelinux: Use cached config descriptors
2013-05-24 Hans de Goedelinux: init: Only stop the event monitor if we also...
2013-05-24 Hans de Goedelinux: Switch to kernel version check to determine...
2013-05-23 Hans de Goedelinux: Switch to kernel version check to determine...
2013-05-23 Hans de Goedelinux: Clear descriptor buffer before read when using...
2013-05-23 Hans de Goedelinux: Cache the entire descriptors at device-init
2013-05-22 Hans de Goedelinux: Add a _get_usbfs_fd helper function
2013-05-22 Hans de Goedeusbi_alloc_device: Drop unnecessary memset 0
2013-05-18 Hans de Goedelinux: Fix host_endian handling
2013-05-17 Hans de GoedeExamples: Fix use of deprecated libusb_get_port_path
2013-05-17 Hans de Goedecore: Add a new public libusb_get_port_numbers function
2013-05-17 Hans de Goedecore: Fix handle_events return code on hotplug pipe...
2013-05-16 Hans de Goedeusbi_handle_disconnect: Fix race condition leading...
2013-05-16 Hans de Goedeusbi_handle_disconnect: Add some debugging wrt cancelle...
2013-05-16 Hans de Goedelinux: linux_get_parent_info: properly propagate malloc...
2013-05-16 Hans de Goedelistdevs: Also print portpath for non root hubs
2013-05-16 Hans de GoedeAll: ref dev->parent_dev
2013-05-16 Hans de Goedecore: Improve error / debug messages for hotplug pipe...
2013-05-16 Hans de Goedelinux: Fixup init_count tracking on hotplug init error
2013-05-16 Hans de Goedelinux_udev: linux_start_event_monitor: Properly cleanup...
2013-05-16 Hans de Goedelinux: Replace should-not-happen checks with asserts
2013-05-16 Hans de Goedelinux: Not finding a device on hotplug_disconnect is...
2013-05-16 Hans de Goedelinux: Improve topology related debug messages
2013-05-16 Hans de Goedelinux: Set device->port_number
2013-05-16 Hans de Goedelinux: Deal with devices being enumerated before their...
2013-05-16 Hans de Goedelinux: Move check for a device being added twice to...
2013-05-16 Hans de Goedelinux: hotplug_enumerate and _disconnect take active_co...
2013-05-16 Hans de Goedelinux: Replace pthread_mutex with usbi_mutex_static
2013-05-16 Hans de Goedecore: Fixup default_context handling
2013-05-16 Hans de Goedecore: Fixup cleanup on init error
2013-05-16 Hans de Goedecore: Add ctx to the active context list before backend...
2013-05-16 Hans de Goedelinux: Take hotplug_lock for scan_devices, hotplug_enum...
2013-05-16 Hans de Goedelinux: linux_parent_dev search for . from the right
2013-05-16 Hans de Goedeconfigure: Fix --enable-udev help text
2013-05-16 Nathan Hjelmlinux: fix topology
2013-05-16 Nathan Hjelmdarwin: fix topology
2013-05-16 Nathan Hjelmdarwin: clean up extraneous includes
2013-05-16 Pete BatardAdd hotplugtest to msvc project files
2013-05-16 Pete BatardMisc fixes
2013-05-15 Peter Stugeexamples: Only check for HAVE_SIGACTION once in Makefile.am
2013-05-15 Hans de GoedeAdd INSTALL_WIN.txt eol=crlf to .gitattributes
2013-05-15 Nathan HjelmAdd some editor meta-comments for proper tab usage
2013-05-15 Sean McBrideCore: use C99 flexible array member when possible
2013-05-15 Nathan Hjelmdarwin: return LIBUSB_ERROR_NOT_FOUND when reading...
2013-05-15 hjelmn@cs.unm.edudarwin: clean up old code
2013-05-15 Nathan Hjelmdarwin: fix memory leaks in the darwin backend.
2013-05-15 Nathan Hjelmcore: release the context device list when the context...
2013-05-15 Nathan Hjelmdarwin: don't assume an interval of 1 or high/super...
2013-05-15 Nathan Hjelmdarwin: add support for the LIBUSB_TRANSFER_ADD_ZERO_PA...
2013-05-15 Nathan Hjelmdarwin/libusb_reset: reenumerate device if the device...
2013-05-15 Nathan Hjelmdarwin: dpriv->device will never be NULL for a valid...
2013-05-15 Nathan Hjelmdarwin: allow control messages on devices we can not...
2013-05-15 Hans de GoedeBump LIBUSBX_API_VERSION for new hotplug API
2013-05-15 Nathan HjelmAdd hotplug support to the Linux backend.
2013-05-15 Nathan HjelmAdd hotplug support to the Darwin backend.
2013-05-15 Nathan HjelmAdd hotplug support.
2013-05-15 Pete BatardFixup .gitignore for examples and tests now living...
2013-05-15 Nathan HjelmCore: Cache device descriptors in the core
2013-05-15 Nathan HjelmCore: Keep a list of contexts created by libusb_init()
2013-04-23 Hans de Goedelibusb.h: Correct errors in doxygen comment for struct...
2013-04-16 Toby GrayWinCE: Include COPYING and license information in binar...
2013-04-15 Pete Batardlibusbx-1.0.15
2013-04-14 Pete BatardSamples: Fix timeout error on FX3 and logging improveme...
2013-04-11 Toby GrayWindows: Correctly clear backend transfer private infor...
2013-04-11 Toby GrayWinCE: Add internal build script for WinCE binaries
2013-04-11 Toby GrayWinCE: Fix x86 build on Visual Studio 2005
2013-04-04 Pete Batardlibusbx 1.0.15-rc3
2013-04-04 Nathan HjelmOS X: Don't try to work around buggy devices with bInte...
2013-04-04 Ludovic RousseauCore: fix bug in libusb_has_capability()
2013-04-03 Pete Batardlibusbx 1.0.15-rc2
2013-04-03 Nathan HjelmOS X: Don't assume an interval of 1
next