platform/upstream/libusb.git
2013-06-20 Hans de GoedePrepare for 1.0.16-rc1 release
2013-06-20 Colin Waltersautogen.sh: Honor NOCONFIGURE=1
2013-06-20 Hans de Goedesync.c: Remove code duplication
2013-06-20 Hans de Goedesync.c: Do not free an incompleted transfer
2013-06-20 Hans de GoedeRevert "Core: Don't wait for completion if cancel_trans...
2013-06-20 Ilya KonstantinovUse Android logging when building on Android
2013-06-20 Hans de GoedeLinux: Fix get_kernel_driver_active() when another...
2013-06-19 Pete BatardCore: fix another compiler warning in libusb_setlocale()
2013-06-19 Ludovic RousseauCore: fix compiler warning in libusb_setlocale()
2013-06-19 Luca LonginottiFix several -Wconversion warnings from GCC inside the...
2013-06-19 Hans de Goedeexamples: use libusb_set_auto_detach_kernel_driver()
2013-06-19 Hans de Goedelinux_usbfs: Work around a driver binding race in reset...
2013-06-19 Hans de Goedelinux_usbfs: Add support for new disconnect-and-claim...
2013-06-19 Hans de Goedelibusb: Add auto-detach-kernel-driver functionality
2013-06-19 Hans de Goedelinux_udev: Fix spelling of guarantee in comment
2013-06-17 Chris DickensPOSIX: Set usbi_pipe to non-blocking by oring O_NONBLOC...
2013-06-17 Hans de Goedelinux_udev: Don't free the udev_monitor while the event...
2013-06-14 Hans de Goedelinux_udev: Join the hotplug-event-thread when we stop...
2013-06-14 Hans de Goedelibusb_get_bos_descriptor: Don't log an error on device...
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...
next