Linux: fix build failure when CLOCK_MONOTONIC does not exist
[platform/upstream/libusb.git] / libusb / os / linux_usbfs.c
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
2008-05-05 Daniel Drakemore error code sanitization
2008-05-05 Daniel Drakemove descriptor parsing into main library
2008-05-05 Daniel DrakeDetect endpoint halts and unsupported control requests
2008-05-05 Daniel DrakeLinux: fix logical URB allocation
2008-05-04 Daniel Drakeadd functionality for querying and detaching kernel...
2008-05-04 Daniel Drakeimplement libusb_reset_device()
2008-05-04 Daniel DrakeAdd functionality to clear endpoint halt conditions
2008-05-03 Daniel DrakeWell-defined error codes for some operations
2008-05-03 Daniel DrakeAdd libusb_set_configuration()
2008-05-03 Daniel Drakerename LIBUSB_ERROR_NOMEM to LIBUSB_ERROR_NO_MEM
2008-05-03 Daniel DrakeLinux: better EACCES handling
2008-05-03 Daniel DrakeRename reference counting API
2008-05-03 Daniel DrakeLinux: use read-only access to enumerate devices and...
2008-05-02 Daniel Drakedetect short descriptor reads
2008-05-02 Daniel DrakeExpose bus number and device address
2008-04-29 Daniel Drakestandardised error codes
2008-04-29 Daniel DrakeFix descriptor handling memory leaks
2008-04-29 Daniel DrakeRename endpoint_type to transfer_type
2008-04-18 Daniel Drakemutex protection for device and handle lists
2008-04-17 Daniel DrakeLinux: fix control transfer cancellation
2008-04-11 Daniel DrakeLinux: fire multiple URBs at once for split transfers
2008-03-30 Daniel DrakeIsochronous endpoint I/O
2008-03-23 Daniel DrakeSupport for changing altsetting
2008-03-15 Vasily KhoruzhickFix get_device_list for realloc case
2008-03-13 Daniel DrakeBeginnings of cross-platform abstraction