Misc: Trim and consolidate header file usage
[platform/upstream/libusb.git] / libusb / os / linux_usbfs.c
2020-01-24 Chris Dickenscore: Make style of debug messages with errno consisten...
2020-01-16 Chris Dickenslinux_usbfs: Wait until all URBs have been reaped befor...
2019-12-03 Slash GordonLinux: Improved system out of memory handling
2019-11-23 Ludovic RousseauLinux backend: fix ressource leak
2019-10-31 Vinicius TintiFix linux_scan_devices() in Android
2019-07-08 Josh GaoFix some -Wformat warnings.
2019-04-08 mac WangIssue 555: Memory passed to ioctl is not initialized...
2019-01-09 Vianney le Clément... linux_usbfs: Disable hotplug events and scanning on...
2019-01-09 Vianney le Clément... linux_usbfs: Use fallback usbfs path on Android
2019-01-09 Vianney le Clément... linux_usbfs: Implement libusb_wrap_sys_device()
2019-01-09 Vianney le Clément... linux_usbfs: Get device address from file descriptor
2019-01-09 Vianney le Clément... linux_usbfs: Extract device handle initialization from...
2019-01-09 Vianney le Clément... linux_usbfs: Fallback to usbfs if device has no sysfs_dir
2018-01-09 Chris Dickenslinux_usbfs: Add support for reporting super speed...
2017-12-28 Chris Dickenslinux_usbfs: libusb_init() should succeed if no devices...
2017-12-27 Chris Dickenslinux_usbfs: Improve isochronous transfer submission...
2017-12-22 Victor Tosolinux_usbfs: Remove old comment
2017-12-22 Jakub Klamalinux_usbfs: Set urb->buffer_length for isochronous...
2017-12-22 Roman Kalashnikovlinux_usbfs: Fixed excessive check
2017-07-16 Chris Dickenscore: Pass context to backend when calling exit() function
2017-07-06 Chris Dickenscore: Kill usbi_os_backend structure definition madness
2017-03-27 Chris Dickenslinux: Apply v2 version of patch for CLOEXEC changes
2017-03-01 Josh Gaocore: Silence 'unhandled case in switch' warning.
2017-03-01 Chris Dickenslinux: Mark internal file descriptors as CLOEXEC
2016-11-28 Matthew Stapletonlinux_get_parent_info: Check for NULL priv->sysfs_dir...
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
next