summaryrefslogtreecommitdiff
path: root/libusb/libusb.h
Commit message (Expand)AuthorAgeFilesLines
* Add more interface classesBastien Nocera2010-03-181-0/+6
* Add libusb_get_max_iso_packet_size() to libusb.hLudovic Rousseau2009-11-071-0/+1
* Use timerfd for timeout handlingDaniel Drake2009-11-071-0/+1
* Don't terminate enums with commasDaniel Drake2009-06-141-12/+12
* Eliminate -Wsign-compare compiler warningsDaniel Drake2009-06-071-4/+22
* Make endianness macros endian-independentNathan Hjelm2009-02-161-14/+13
* API docs: describe libusb_transfer_cb_fn typeHans Ulrich Niedermann2009-02-011-0/+9
* Make empty array in struct compatible with C99Hans Ulrich Niedermann2009-02-011-1/+7
* EOL-whitespace fixesMikhail Gusarov2008-12-131-11/+11
* Improvements to multi-threaded I/O systemDaniel Drake2008-11-211-0/+1
* Add libusb_attach_kernel_driver()Bastien Nocera2008-11-031-0/+1
* Async I/O documentation touchupsDaniel Drake2008-08-271-1/+4
* Add libusb_get_configuration prototypeDaniel Drake2008-08-101-0/+1
* Allow user data pointer to be passed through pollfd notification APIDaniel Drake2008-06-261-3/+8
* Introduce contexts to the APIDaniel Drake2008-06-261-20/+41
* Overflow handlingDaniel Drake2008-06-201-5/+11
* Implement serialization of event handlersDaniel Drake2008-05-251-5/+15
* don't print messages by defaultDaniel Drake2008-05-231-0/+1
* More informative libusb_open() return codeDaniel Drake2008-05-161-1/+1
* Handle hot-unpluggingDaniel Drake2008-05-111-7/+16
* Documentation workDaniel Drake2008-05-111-0/+25
* Endianness of control setup packetsDaniel Drake2008-05-111-7/+39
* Support unconfigured devicesDaniel Drake2008-05-101-6/+6
* Fetch configurations by index (not value)Daniel Drake2008-05-101-1/+3
* Rework configuration handlingDaniel Drake2008-05-091-4/+8
* libusb_get_device_list() can return negative error codeDaniel Drake2008-05-091-1/+2
* documentation touchupsDaniel Drake2008-05-051-7/+24
* Isochronous transfer helper functionsDaniel Drake2008-05-051-3/+79
* Detect endpoint halts and unsupported control requestsDaniel Drake2008-05-051-3/+8
* add functionality for querying and detaching kernel driverDaniel Drake2008-05-041-1/+5
* Descriptor reading functionalityDaniel Drake2008-05-041-0/+45
* sanitized error returns from synchronous I/O functionsDaniel Drake2008-05-041-2/+3
* implement libusb_reset_device()Daniel Drake2008-05-041-0/+1
* Add functionality to clear endpoint halt conditionsDaniel Drake2008-05-041-1/+1
* Fix libusb_get_device_list return valueDaniel Drake2008-05-041-1/+1
* Well-defined error codes for some operationsDaniel Drake2008-05-031-2/+2
* Add libusb_set_configuration()Daniel Drake2008-05-031-2/+6
* rename LIBUSB_ERROR_NOMEM to LIBUSB_ERROR_NO_MEMDaniel Drake2008-05-031-2/+1
* Rename reference counting APIDaniel Drake2008-05-031-2/+2
* document pollfd notifiersDaniel Drake2008-05-021-3/+16
* Allow multiple interfaces to be claimedDaniel Drake2008-05-021-2/+3
* Documentation improvementsDaniel Drake2008-05-021-1/+26
* Expose bus number and device addressDaniel Drake2008-05-021-0/+2
* standardised error codesDaniel Drake2008-04-291-0/+9
* Rename endpoint_type to transfer_typeDaniel Drake2008-04-291-14/+13
* Remove a FIXME commentDaniel Drake2008-04-291-1/+0
* Remove libusb_cancel_transfer_syncDaniel Drake2008-04-291-4/+0
* set correct endpoint type for isochronous transfersDaniel Drake2008-04-141-1/+1
* Constify some return dataDaniel Drake2008-04-011-9/+9
* Rename libusb_poll() to libusb_handle_events()Daniel Drake2008-03-301-2/+2