linux: Set device->port_number
[platform/upstream/libusb.git] / libusb / os / linux_usbfs.c
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 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 Nathan Hjelmlinux: fix topology
2013-05-16 Pete BatardMisc fixes
2013-05-15 Nathan HjelmAdd hotplug support to the Linux backend.
2013-04-02 Pete BatardCore: Add HID and kernel detach capability detection...
2013-03-10 Hans de GoedeLinux: Consume all events on a fd in one go
2013-02-14 Hans de GoedeLinux: Don't set the USBFS_URB_SHORT_NOT_OK flag on...
2012-11-25 Peter StugeCore: Avoid short read failures on broken descriptors
2012-08-23 Hans de GoedeLinux: Return ERROR_NOT_FOUND in detach-kernel-driver...
2012-08-23 Hans de GoedeLinux: Avoid unnecessary splitting of bulk transfers
2012-08-23 Hans de GoedeLinux: Add support for the new get_capabilities ioctl
2012-07-13 Davidlohr BuesoAll: Replace malloc+memset with calloc
2012-05-28 Pete BatardAll: Add parent and port topology calls
2012-05-23 Pete BatardMisc: Ensure all sources are UTF-8
2012-04-22 James HankoLinux: Search for /dev/usbdev<bus>.<device> USB device...
2012-04-20 Ludovic RousseauLinux: Fix signed vs unsigned compiler warnings
2012-04-20 Xiaofan ChenLinux: Silence unused variable warnings without CLOCK_M...
2012-04-03 Pete BatardMisc: Rebrand to libusbx
2012-03-31 Hans de GoedeLinux: Don't spam the console with 'device unconfigured...
2012-03-26 Hans de GoedeLinux: fix inaccurate comment
2012-03-26 Hans de GoedeLinux: Remove unneeded status assignation
2012-03-26 Hans de GoedeLinux: Translate iso pkt status codes to libusb transfe...
2012-03-26 Hans de GoedeLinux: Fix handling of urb status codes
2012-03-26 Hans de GoedeLinux: Fix cancel_transfer return value when cancelling...
2012-02-22 Peter StugeAdd LIBUSB_TRANSFER_ADD_ZERO_PACKET flag to indicate...
2012-02-19 Peter StugeLinux: Rework bulk continuation check to generic kernel...
2011-10-17 Pete BatardLinux: Fix #81 URB double free race condition on device...
2011-09-22 Pekka NikanderLinux: Add libusb_open() debug and error messages with...
2011-09-22 Nathan HjelmFix #64 use of reserved identifiers throughout libusb
2011-09-15 Peter StugeLinux: Continue enumeration even if one device returns...
2011-09-15 Hans de GoedeLinux: Handle single- and two-digit kernel versions...
2011-09-15 Hans de GoedeLinux: Provide libusb_get_device_speed() data from...
2011-07-24 Hans de GoedeLinux: Use __read_sysfs_attr() to get busnum and devaddr
2011-07-24 Hans de GoedeLinux: Add __read_sysfs_attr() helper function
2011-07-24 Hans de GoedeLinux: Stop kernel from re-attaching in-kernel driver...
2011-07-24 Hans de GoedeLinux: Fix warnings seen when compiling with gcc-4.6
2011-07-24 Vitali LovichLinux: Detect and report that device has gone away...
2011-07-24 Alan OttLinux: Fix #70 race condition in sysfs_get_device_list()
2011-06-13 Ludovic RousseauLinux: Do not include useless pthread.h
2011-06-13 Peter Stugeconfigure.ac: Check for poll.h, and for nfds_t on Darwin
2011-06-13 Ludovic RousseauLinux: Correctly catch read() errors for sysfs config...
2011-06-13 Peter StugeLinux: Refactor cancellation into one function for...
2011-02-25 Peter StugeLinux: Refactor discarding of URBs into a function...
2011-02-25 Peter StugeLinux: Set private number of URBs also for control...
2010-12-24 Alan SternLinux: cancel URBs in reverse order
2010-12-24 Alan SternLinux: report correct value for urb->actual_length
2010-12-24 Alan SternLinux: improve reporting of URB error status codes
2010-11-26 Alan SternLinux: improve detection of BULK_CONTINUATION kernel...
2010-11-22 Hector MartinLinux: Fix usbfs/sysfs config descriptor handling on...
2010-10-16 Peter StugeLinux: Don't free() URBs prematurely on hardware error...
2010-10-04 Mike FrysingerLinux: fix build failure when CLOCK_MONOTONIC does...
2010-07-24 Peter StugeLinux: Handle early complete of multi-URB transfer
2010-06-22 Daniel DrakeLinux: Fix log message commit
2010-06-22 Daniel DrakeLinux: fix log message that was being unconditionally...
2010-05-20 Pete BatardAdd type parameter to the list_for_each_entry() and...
2010-05-13 Peter StugeAdd internal abstraction for POSIX Threads
2010-04-22 Daniel DrakeLinux: don't set SHORT_NOT_OK on bulk out URBs (#20
2010-04-20 Daniel DrakeLinux: Handle failure to read active configuration...
2010-04-19 Martin KoeglerLinux: correct config descriptor endianness fix
2010-04-05 Martin KoeglerLinux: Fix endianness handling of usbfs config descript...
2009-11-07 Daniel DrakeUse timerfd for timeout handling
2009-11-06 David MooreLinux: Add support for the new URB_BULK_CONTINUATION...
2009-11-06 Daniel DrakeTransfer locking
2009-09-11 Daniel DrakeLinux: more flexibility with monotonic clock
2009-07-09 Daniel DrakeLinux: try harder not to lose any data
2009-06-20 Daniel DrakeLinux: fix sending of zero length bulk packets
2009-06-10 Daniel DrakeLinux: fix config descriptor parsing on big-endian...
2009-02-17 Nathan HjelmAbstract clock reading into OS layer
2009-01-12 David MoorePrevent transfer from being submitted twice or improper...
2009-01-10 David MooreLinux: Fix race condition in cancel_bulk_transfer()
2008-12-09 Daniel DrakeLinux: fix reading of active configuration
2008-11-03 Bastien NoceraAdd libusb_attach_kernel_driver()
2008-11-02 Daniel DrakeLinux: handle low-level transfer errors
2008-07-16 Daniel DrakeLinux: fix sysfs directory handling
2008-07-16 David EngrafLinux: correct usage of MAX_PATH
2008-07-09 Daniel DrakeLinux: fix bulk/iso transfer double-cancellation
2008-06-29 Daniel DrakeLinux: Compatibility with new sysfs descriptors file
2008-06-27 Daniel DrakeIntroduce contexts to the API
2008-06-21 Daniel DrakeOverflow handling
2008-06-17 Artem Egorkinea fix for SIGSEGV in handle_bulk_completion()
2008-05-29 Daniel DrakeRefine libusb_set_configuration() semantics
2008-05-19 David EngrafLinux: fix handling of ioctl failure
2008-05-16 Daniel DrakeFix endianness with descriptor handling
2008-05-12 Daniel DrakeLinux: fix caching of guessed configuration
2008-05-11 Rob WalkerLinux: fix bulk transfer early completion
2008-05-11 Daniel DrakeHandle hot-unplugging
2008-05-10 Daniel DrakeSupport unconfigured devices
2008-05-10 Daniel DrakeLinux: fix caching of active configuration for non...
2008-05-10 Daniel DrakeFetch configurations by index (not value)
2008-05-09 Daniel DrakeLinux: comprehensive sysfs vs usbfs access
2008-05-09 Daniel DrakeLinux: no need to store usbfs node path
2008-05-09 Daniel DrakeRework configuration handling
2008-05-08 Daniel DrakeLinux: fix clear_halt implementation
2008-05-05 Daniel DrakeLinux: enumerate devices and descriptors from sysfs
next