summaryrefslogtreecommitdiff
path: root/libusb/libusb.h
Commit message (Expand)AuthorAgeFilesLines
* merged latest changes from officialr227Pete Batard2010-03-251-0/+6
* removed trailing whitespaces (core)Peter Stuge2010-03-181-1/+1
* residual corrections from previous commits (Michael Plante)r189Pete Batard2010-03-031-1/+1
* reverts some of the changes from dbd439/6c7a1e (r173)r175Pete Batard2010-02-241-2/+2
* includes simplification and cleanup (core)Pete Batard2010-02-241-2/+2
* merge abstraction for POSIX Threads and integration changes (Michael Plante, ...r169Pete Batard2010-02-241-7/+7
* r125: oops - fixed check for OS_WINDOWS in previous patchPete Batard2010-01-301-1/+1
* r124: removes #error on previous commit and fixes thing ourselvesPete Batard2010-01-301-11/+11
* r123: reverted the use of usb_interface in core and forced interface to be un...Pete Batard2010-01-291-7/+12
* r115: added libusb_strerror (Francesco Montorsi)Pete Batard2010-01-251-0/+6
* r86: VS2005 compatibility update and pthread-win32_x64 helpersPete Batard2010-01-161-1/+1
* r85: fixed MSVC warnings for x64 and reverted ssize_t to int for libusb_get_d...Pete Batard2010-01-161-1/+10
* r81: amend previous workaround (should only apply to non Windows platforms)Pete Batard2010-01-151-9/+6
* r80: workaround for interface macro redefinition on Windows (removes the need...Pete Batard2010-01-151-8/+19
* fixed MSVC warnings (/W4 or MSVC6)Pete Batard2010-01-141-2/+2
* Fix CR/LF inconsistenciesPete Batard2010-01-141-7/+7
* svn r54: - fixes missing config_msvc.hPete Batard2010-01-141-18/+23
* svn r4: revert back to using interface for variable names as in master branchPete Batard2010-01-141-6/+6
* mirror libusb-winusb git branch from 2009.12.03 part 2 - core filesPete Batard2010-01-141-6/+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