doc: Explain default options in libusb_set_option documentation
[platform/upstream/libusb.git] / TODO
2016-07-25 Anil NairUpdated TODO link
2014-01-08 hjelmn@cs.unm.eduMisc: Revert all references to libusb/libusb.info
2012-09-18 Pete BatardMisc: Update copyrights, TODO and libusb_version.describe
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-15 Daniel Drakedocs update
2008-05-25 Daniel DrakeImplement serialization of event handlers
2008-05-16 Daniel DrakeMore informative libusb_open() return code
2008-05-13 Daniel DrakeBackend documentation for porting efforts
2008-05-11 Daniel DrakeHandle hot-unplugging
2008-05-11 Daniel DrakeDocumentation work
2008-05-11 Daniel DrakeEndianness of control setup packets
2008-05-11 Daniel DrakeDocument that releasing interface causes SET_INTERFACE...
2008-05-10 Daniel DrakeSupport unconfigured devices
2008-05-10 Daniel DrakeLinux: fix caching of active configuration for non...
2008-05-09 Daniel DrakeRework configuration handling
2008-05-08 Daniel DrakeDocumentation work
2008-05-05 Daniel Drakedocumentation touchups
2008-05-05 Daniel DrakeLinux: fix logical URB allocation
2008-05-03 Daniel DrakeLinux: better EACCES handling
2008-05-03 Daniel DrakeLinux: use read-only access to enumerate devices and...
2008-05-02 Daniel DrakeAllow multiple interfaces to be claimed
2008-04-29 Daniel Drakestandardised error codes
2008-04-19 Daniel Drakeadd threaded example program
2008-04-18 Daniel Drakelock flying_transfers during transfer removal
2008-04-11 Daniel DrakeLinux: fire multiple URBs at once for split transfers
2008-04-01 Daniel DrakeConstify some return data
2008-03-30 Daniel DrakeRename libusb_poll() to libusb_handle_events()
2008-03-30 Daniel DrakeIsochronous endpoint I/O
2008-03-20 Daniel Drakeit's called bmRequestType
2008-03-20 Daniel DrakeSave transfer flags before invoking callback
2008-03-20 Daniel DrakeAPI documentation
2008-03-13 Daniel DrakeBeginnings of cross-platform abstraction
2008-03-10 Daniel DrakeAdd transfer flags
2008-03-09 Daniel DrakeRename descriptor-getting functions
2008-03-09 Daniel DrakeRename libusb_dev_handle to libusb_device_handle
2008-03-09 Daniel DrakeSeparate transfer allocation and submission
2008-03-08 Daniel DrakeRework URB API naming
2008-03-08 Daniel DrakeAdd fallback on /proc/bus/usb
2008-03-08 Daniel DrakePersistent libusb_device storage
2008-03-06 Daniel DrakeRework device discovery API
2008-02-26 Daniel DrakeNotifications for changes to the fd set
2008-01-30 Daniel DrakeTODO update
2008-01-30 Daniel DrakeRemove timers and signalfd
2008-01-26 Daniel DrakePoll usbfs descriptors directly
2008-01-04 Daniel DrakeTODO update
2007-12-03 Daniel DrakeAdd functionality to access device descriptors
2007-12-02 Daniel DrakeInitial commit