summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* linux: Switch to kernel version check to determine if sysfs can relate devsHans de Goede2013-05-242-67/+25
* linux: Switch to kernel version check to determine if sysfs has descriptorsHans de Goede2013-05-232-23/+25
* linux: Clear descriptor buffer before read when using usbfsHans de Goede2013-05-232-1/+6
* linux: Cache the entire descriptors at device-initHans de Goede2013-05-232-78/+50
* linux: Add a _get_usbfs_fd helper functionHans de Goede2013-05-222-39/+35
* usbi_alloc_device: Drop unnecessary memset 0Hans de Goede2013-05-222-2/+1
* linux: Fix host_endian handlingHans de Goede2013-05-182-7/+11
* Examples: Fix use of deprecated libusb_get_port_pathHans de Goede2013-05-173-11/+7
* core: Add a new public libusb_get_port_numbers functionHans de Goede2013-05-173-10/+34
* core: Fix handle_events return code on hotplug pipe read errorHans de Goede2013-05-172-2/+2
* usbi_handle_disconnect: Fix race condition leading to double completionHans de Goede2013-05-163-16/+28
* usbi_handle_disconnect: Add some debugging wrt cancelled transfersHans de Goede2013-05-162-1/+4
* linux: linux_get_parent_info: properly propagate malloc errorsHans de Goede2013-05-162-6/+10
* listdevs: Also print portpath for non root hubsHans de Goede2013-05-162-3/+16
* All: ref dev->parent_devHans de Goede2013-05-165-13/+6
* core: Improve error / debug messages for hotplug pipe handlingHans de Goede2013-05-162-1/+5
* linux: Fixup init_count tracking on hotplug init errorHans de Goede2013-05-162-6/+9
* linux_udev: linux_start_event_monitor: Properly cleanup on errorHans de Goede2013-05-162-5/+18
* linux: Replace should-not-happen checks with assertsHans de Goede2013-05-163-23/+17
* linux: Not finding a device on hotplug_disconnect is not an errorHans de Goede2013-05-162-3/+4
* linux: Improve topology related debug messagesHans de Goede2013-05-162-4/+6
* linux: Set device->port_numberHans de Goede2013-05-162-12/+13
* linux: Deal with devices being enumerated before their parents areHans de Goede2013-05-162-2/+14
* linux: Move check for a device being added twice to linux_enumerate_deviceHans de Goede2013-05-162-7/+7
* linux: hotplug_enumerate and _disconnect take active_contexts_lockHans de Goede2013-05-162-1/+5
* linux: Replace pthread_mutex with usbi_mutex_staticHans de Goede2013-05-162-11/+11
* core: Fixup default_context handlingHans de Goede2013-05-162-10/+9
* core: Fixup cleanup on init errorHans de Goede2013-05-162-8/+11
* core: Add ctx to the active context list before backend->initHans de Goede2013-05-162-10/+12
* linux: Take hotplug_lock for scan_devices, hotplug_enumerate and _disconnectHans de Goede2013-05-162-4/+8
* linux: linux_parent_dev search for . from the rightHans de Goede2013-05-162-3/+3
* configure: Fix --enable-udev help textHans de Goede2013-05-162-2/+2
* linux: fix topologyNathan Hjelm2013-05-162-70/+52
* darwin: fix topologyNathan Hjelm2013-05-162-15/+2
* darwin: clean up extraneous includesNathan Hjelm2013-05-162-8/+2
* Add hotplugtest to msvc project filesPete Batard2013-05-1622-5/+499
* Misc fixesPete Batard2013-05-164-7/+12
* examples: Only check for HAVE_SIGACTION once in Makefile.amPeter Stuge2013-05-152-3/+1
* Add INSTALL_WIN.txt eol=crlf to .gitattributesHans de Goede2013-05-152-1/+2
* Add some editor meta-comments for proper tab usageNathan Hjelm2013-05-155-1/+5
* Core: use C99 flexible array member when possibleSean McBride2013-05-152-4/+22
* darwin: return LIBUSB_ERROR_NOT_FOUND when reading the active config descript...Nathan Hjelm2013-05-152-2/+2
* darwin: clean up old codehjelmn@cs.unm.edu2013-05-153-53/+22
* darwin: fix memory leaks in the darwin backend.Nathan Hjelm2013-05-152-3/+9
* core: release the context device list when the context is deleted.Nathan Hjelm2013-05-152-4/+18
* darwin: don't assume an interval of 1 or high/super speedNathan Hjelm2013-05-152-4/+11
* darwin: add support for the LIBUSB_TRANSFER_ADD_ZERO_PACKET transfer flag.Nathan Hjelm2013-05-152-9/+18
* darwin/libusb_reset: reenumerate device if the device descriptor or any confi...Nathan Hjelm2013-05-152-14/+61
* darwin: dpriv->device will never be NULL for a valid device. remove unnecessa...Nathan Hjelm2013-05-152-44/+3
* darwin: allow control messages on devices we can not exclusively openNathan Hjelm2013-05-152-48/+24