linux_usbfs: Deal with receiving POLLERR before all transfers have completed
[platform/upstream/libusb.git] / libusb / os / linux_usbfs.c
2016-08-17 Hans de Goedelinux_usbfs: Deal with receiving POLLERR before all...
2016-05-30 Steinar H. GundersonAdd support for persistent device memory.
2016-03-05 Stefan TaunerReplace obsolete usleep with nanosleep
2016-01-24 Chris Dickenslinux: Correctly return device configuration when using...
2015-09-20 Tobias KlauserMiscellaneous fixes
2015-09-20 Chris Dickenslinux_usbfs: Add support for kernels that can reap...
2015-09-20 Chris Dickenslinux_usbfs: Avoid file descriptor leak in error case
2015-09-20 Chris Dickenslinux_usbfs: Only remove the device fd from the pollfd...
2015-08-05 Chris Dickenslinux_usbfs: Set reap action to CANCELLED only when...
2015-08-05 Hans de Goedelinux: Assume usbfs path = /dev/bus/usb when using...
2015-07-29 Marcus Meissnerlinux_usbfs: use calloc for multiplication
2015-05-19 Gauravlinux_usbfs: Fix memory allocation failure.
2015-04-28 Tobias Klausercore: Remove unused member add_iso_packet_size from...
2015-04-28 Matthias BolteMisc: Remove unnecessary \n from log messages
2015-03-01 Chris Dickenslinux: Fix format specifiers for sscanf() calls
2015-03-01 Chris Dickenscore: Add internal transfer state management
2015-01-22 Chris Dickenslinux_usbfs: Update MAX_ISO_BUFFER_LENGTH
2015-01-11 Chris Dickenscore: Fix handling of duplicate transfer submission...
2014-12-29 Chris Dickenscore: Improve the handling of the pollfd list
2014-09-07 Chris Dickenscore: Make use of headers consistent across all files
2014-08-27 Chris Dickenscore: Only interrupt event handlers as necessary during...
2014-05-30 Hans de Goedelinux_usbfs: op_handle_events: Protect against not...
2014-05-30 Hans de Goedelinux_usbfs: Don't mark init_count as volatile
2014-04-22 Hans de GoedeAdd API for using bulk streams
2014-04-22 Hans de GoedeAdd API for allocating / freeing usb3 bulk streams...
2014-04-08 Justin Bischoff Updated netlink code to parse events that do not conta...
2014-01-08 hjelmn@cs.unm.eduMisc: Revert all references to libusb/libusb.info
2013-12-28 Moritz FischerLinux: Remove trailing whitespace
2013-09-28 Karsten Koeniglinux: take newline into account for sysfs_get_active_c...
2013-09-06 Hans de GoedeMake usbi_get_device_by_session_id return a ref to...
2013-08-21 Chris Dickenslinux: Handle device disconnection early when possible
2013-07-30 Hans de Goedelinux: Use a separate lock to serialize start/stop...
2013-07-30 hjelmnfix warnings in linux_get_device_address
2013-06-20 Hans de GoedeLinux: Fix get_kernel_driver_active() when another...
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-05-30 Hans de Goedehotplug: Add a hotplug_poll backend function
2013-05-30 Hans de Goedelinux: rework hotplug lock handling
2013-05-24 Hans de Goedeall: Allow backend to provide a better get_config_descr...
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-18 Hans de Goedelinux: Fix host_endian handling
2013-05-16 Hans de Goedelinux: linux_get_parent_info: properly propagate malloc...
2013-05-16 Hans de GoedeAll: ref dev->parent_dev
2013-05-16 Hans de Goedelinux: Fixup init_count tracking on hotplug init error
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 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()
next