Keep LIBUSB_OPTION_WEAK_AUTHORITY as a macro with same value
[platform/upstream/libusb.git] / libusb / os / linux_usbfs.c
2021-11-27 Tormod VoldenKeep LIBUSB_OPTION_WEAK_AUTHORITY as a macro with same...
2021-07-21 Nathan Hjelmcore: update usbi_dbg to take the context as an argument
2021-07-09 Tormod VoldenNew NO_DEVICE_DISCOVERY option to replace WEAK_AUTHORIT...
2021-06-11 Tormod VoldenDo not restrict "weak authority" option to Android
2021-06-03 Chris Dickenscore: Refactor initialization and how the default conte...
2021-02-08 Chris Dickenslinux_usbfs: Gracefully handle buggy devices with a...
2021-02-08 Chris Dickenslinux_usbfs: Accept sysfs attributes not terminated...
2021-01-15 Mark Kuolinux_usbfs: Fix exit crash on Android
2020-12-16 Chris Dickenscore: Introduce atomic type and operations
2020-12-13 Chris Dickenslinux_usbfs: Fix parsing of descriptors for multi-confi...
2020-11-09 Chris DickensFix various CI build warnings
2020-09-14 Hans de Goedelinux: Fix libusb_get_device_speed() not working on...
2020-09-13 Chris DickensGuard against getting stuck while handling events
2020-09-13 chrisAndroid: Add option LIBUSB_OPTION_WEAK_AUTHORITY to...
2020-08-18 Chris DickensFix typos detected by codespell and manual inspection
2020-08-12 Chris Dickenscore: Introduce platform events abstraction
2020-08-11 Chris Dickenscore: Introduce list iteration helpers
2020-04-29 Chris Dickenslinux_usbfs: Parse config descriptors during device...
2020-04-29 Chris Dickenscore: Narrow the types passed to certain backend functions
2020-04-28 Chris Dickenscore: Kill backend get_device_descriptor() function
2020-04-28 Chris Dickenscore: Fix some minor inconsistencies in API and coding
2020-04-17 Chris Dickenscore: Change pointer type from 'unsigned char' to ...
2020-04-17 Chris Dickenscore: Kill the 'host_endian' argument for most functions
2020-04-17 Chris Dickenscore: Remove redundant definitions for descriptor sizes
2020-04-17 Chris Dickenscore: Remove usbi_parse_descriptor() function
2020-04-17 Chris DickensAdd packed definitions for some standard USB descriptor...
2020-03-16 Chris Dickenscore: Kill usbi_backend.clock_gettime() function
2020-02-26 Chris Dickenscore: Introduce accessor functions for structure privat...
2020-01-27 Chris Dickenslinux_usbfs: Drop support for kernel versions earlier...
2020-01-24 Chris Dickenslinux_usbfs: Clean up inconsistencies and optimize...
2020-01-24 Chris Dickensconfigure.ac: Cleanup and refactoring
2020-01-24 Chris DickensMisc: Cleanup across multiple backends
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
next