doc: Explain default options in libusb_set_option documentation
[platform/upstream/libusb.git] / libusb / libusb.h
2010-08-03 Xiaofan ChenFix inconsistencies between prototypes and definitions
2010-07-28 Pete BatardAdd Windows support
2010-06-25 Daniel DrakeOnly include sys/time.h on appropriate platforms
2010-05-18 Pete BatardRename all interface parameters to usb_interface or...
2010-05-17 Pete BatardStricter types and casts
2010-05-13 Hans Ulrich Niedermannlibusb_cpu_to_le16: macro->static inline function
2010-05-13 FrancescoAdd libusb_strerror() to get short error message in...
2010-03-18 Bastien NoceraAdd more interface classes
2009-11-07 Ludovic RousseauAdd libusb_get_max_iso_packet_size() to libusb.h
2009-11-07 Daniel DrakeUse timerfd for timeout handling
2009-06-14 Daniel DrakeDon't terminate enums with commas
2009-06-07 Daniel DrakeEliminate -Wsign-compare compiler warnings
2009-02-17 Nathan HjelmMake endianness macros endian-independent
2009-02-01 Hans Ulrich NiedermannAPI docs: describe libusb_transfer_cb_fn type
2009-02-01 Hans Ulrich NiedermannMake empty array in struct compatible with C99
2008-12-13 Mikhail GusarovEOL-whitespace fixes
2008-11-21 Daniel DrakeImprovements to multi-threaded I/O system
2008-11-03 Bastien NoceraAdd libusb_attach_kernel_driver()
2008-08-28 Daniel DrakeAsync I/O documentation touchups
2008-08-10 Daniel DrakeAdd libusb_get_configuration prototype
2008-06-27 Daniel DrakeAllow user data pointer to be passed through pollfd...
2008-06-27 Daniel DrakeIntroduce contexts to the API
2008-06-21 Daniel DrakeOverflow handling
2008-05-25 Daniel DrakeImplement serialization of event handlers
2008-05-23 Daniel Drakedon't print messages by default
2008-05-16 Daniel DrakeMore informative libusb_open() return code
2008-05-11 Daniel DrakeHandle hot-unplugging
2008-05-11 Daniel DrakeDocumentation work
2008-05-11 Daniel DrakeEndianness of control setup packets
2008-05-10 Daniel DrakeSupport unconfigured devices
2008-05-10 Daniel DrakeFetch configurations by index (not value)
2008-05-09 Daniel DrakeRework configuration handling
2008-05-09 Daniel Drakelibusb_get_device_list() can return negative error...
2008-05-05 Daniel Drakedocumentation touchups
2008-05-05 Daniel DrakeIsochronous transfer helper functions
2008-05-05 Daniel DrakeDetect endpoint halts and unsupported control requests
2008-05-04 Daniel Drakeadd functionality for querying and detaching kernel...
2008-05-04 Daniel DrakeDescriptor reading functionality
2008-05-04 Daniel Drakesanitized error returns from synchronous I/O functions
2008-05-04 Daniel Drakeimplement libusb_reset_device()
2008-05-04 Daniel DrakeAdd functionality to clear endpoint halt conditions
2008-05-03 Daniel DrakeFix libusb_get_device_list return value
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 DrakeRename reference counting API
2008-05-02 Daniel Drakedocument pollfd notifiers
2008-05-02 Daniel DrakeAllow multiple interfaces to be claimed
2008-05-02 Daniel DrakeDocumentation improvements
2008-05-02 Daniel DrakeExpose bus number and device address
2008-04-29 Daniel Drakestandardised error codes
2008-04-29 Daniel DrakeRename endpoint_type to transfer_type
2008-04-29 Daniel DrakeRemove a FIXME comment
2008-04-29 Daniel DrakeRemove libusb_cancel_transfer_sync
2008-04-14 Daniel Drakeset correct endpoint type for isochronous 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-23 Daniel DrakeSupport for changing altsetting
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-10 Daniel DrakeSimplify libusb_fill_control_transfer()
2008-03-10 Daniel Drakeget_device fixup
2008-03-09 Daniel DrakeRename descriptor-getting functions
2008-03-09 Daniel DrakeSimplify cancellation API
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-06 Daniel DrakeAdd convenience function to find and open a device...
2008-03-06 Daniel DrakeRework device discovery API
2008-02-26 Daniel DrakeNotifications for changes to the fd set
2008-01-30 Daniel DrakeRemove timers and signalfd
2008-01-26 Daniel DrakePoll usbfs descriptors directly
2008-01-26 Daniel DrakeC++ header safety
2008-01-05 Daniel DrakeRemove more fpusb remnants
2008-01-04 Daniel DrakeRename some _devh_ functions
2008-01-04 Daniel DrakeUse "transfer" instead of "msg"
2008-01-04 Daniel DrakeAPI renaming: remove fpi and usb_ stuff
2008-01-04 Daniel DrakeRename to libusb-1.0