summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 1.0.16-rc1 releasev1.0.16-rc1Hans de Goede2013-06-204-3/+23
* autogen.sh: Honor NOCONFIGURE=1Colin Walters2013-06-202-2/+4
* sync.c: Remove code duplicationHans de Goede2013-06-202-36/+24
* sync.c: Do not free an incompleted transferHans de Goede2013-06-202-11/+9
* Revert "Core: Don't wait for completion if cancel_transfer failed"Hans de Goede2013-06-202-11/+9
* Use Android logging when building on AndroidIlya Konstantinov2013-06-202-1/+28
* Linux: Fix get_kernel_driver_active() when another app has claimed the interfaceHans de Goede2013-06-202-2/+2
* Core: fix another compiler warning in libusb_setlocale()Pete Batard2013-06-192-2/+2
* Core: fix compiler warning in libusb_setlocale()Ludovic Rousseau2013-06-192-2/+2
* Fix several -Wconversion warnings from GCC inside the static inline functions.Luca Longinotti2013-06-192-10/+10
* examples: use libusb_set_auto_detach_kernel_driver()Hans de Goede2013-06-193-26/+3
* linux_usbfs: Work around a driver binding race in reset handlingHans de Goede2013-06-192-3/+11
* linux_usbfs: Add support for new disconnect-and-claim ioctlHans de Goede2013-06-193-2/+36
* libusb: Add auto-detach-kernel-driver functionalityHans de Goede2013-06-196-6/+93
* linux_udev: Fix spelling of guarantee in commentHans de Goede2013-06-192-2/+2
* POSIX: Set usbi_pipe to non-blocking by oring O_NONBLOCK to fd flags.Chris Dickens2013-06-172-4/+14
* linux_udev: Don't free the udev_monitor while the event thread may still use itHans de Goede2013-06-172-6/+6
* linux_udev: Join the hotplug-event-thread when we stop event monitoringHans de Goede2013-06-142-6/+7
* libusb_get_bos_descriptor: Don't log an error on devices without a BOSHans de Goede2013-06-142-2/+3
* hotplug: ensure udev monitor fd is non-blockingChris Dickens2013-06-142-1/+14
* linux_udev: Log error code on pthread_create failureHans de Goede2013-06-142-2/+2
* Examples: add a missing \n at end of error messagesLudovic Rousseau2013-06-112-3/+3
* Core: Add a libusb_strerror() functionHans de Goede2013-06-1020-19/+265
* Merge pull request #114 from hjelmn/darwin_device_cacheHans de Goede2013-06-062-243/+299
|\
| * darwin: return correct error code from libusb_get_config_descriptor when the ...Nathan Hjelm2013-06-061-1/+1
| * darwin: increment the reference counter to the parent deviceNathan Hjelm2013-06-061-0/+5
| * darwin: avoid enumerating devices more than onceNathan Hjelm2013-06-062-243/+294
|/
* Windows: Fix broken WDK compilationPete Batard2013-05-302-5/+5
* examples: Add sam3u_benchmark isochronous example by Harald WeltePeter Stuge2013-05-304-1/+198
* Add BOS descriptor supportHans de Goede2013-05-305-2/+631
* Add superspeed endpoint companion descriptor supportHans de Goede2013-05-306-7/+157
* hotplug: Add a hotplug_poll backend functionHans de Goede2013-05-3010-15/+70
* linux: rework hotplug lock handlingHans de Goede2013-05-305-11/+13
* linux: Add a linux_netlink_read_message helper functionHans de Goede2013-05-302-30/+40
* descriptor.c: AlternateSettings are related by InterfaceNumberHans de Goede2013-05-302-2/+6
* WinCE: Add hotplug.c to projectsToby Gray2013-05-283-1/+9
* Windows: Add new symbol for libusb_get_port_numbers to def fileToby Gray2013-05-282-1/+3
* Hotplug: Make use of HAVE_SYS_TYPES_H defineToby Gray2013-05-282-1/+3
* POSIX: Move setting of pipes to non-blocking into usbi_pipeToby Gray2013-05-285-12/+52
* wince_get_active_config_descriptor() sets host_endian incorrectlySimon Haggett2013-05-242-2/+2
* all: ensure host_endian is always initializedHans de Goede2013-05-243-2/+3
* all: Allow backend to provide a better get_config_descriptor_by_valueHans de Goede2013-05-247-9/+39
* descriptor.c: Add a raw_desc_to_config helper functionHans de Goede2013-05-242-68/+44
* descriptor.c: Consequently check bDescriptorType and bLength everywhereHans de Goede2013-05-242-58/+86
* descriptor.c: Read a full config-desc-header on first config-desc readHans de Goede2013-05-242-6/+24
* all: Make usbi_os_backend.get_[active_]config_descriptor return lenHans de Goede2013-05-245-10/+13
* linux: Properly deal with invalid config.wTotalLength in sysfsHans de Goede2013-05-242-10/+62
* linux: get_configuration don't return LIBUSB_ERROR_NOT_SUPPORTED with usbfsHans de Goede2013-05-242-4/+7
* linux: Use cached config descriptorsHans de Goede2013-05-242-310/+133
* linux: init: Only stop the event monitor if we also started itHans de Goede2013-05-242-2/+2