summaryrefslogtreecommitdiff
path: root/libusb/libusb.h
Commit message (Expand)AuthorAgeFilesLines
* [misc] align with masterPete Batard2012-01-081-6/+21
* [revert] "[core] is_device_interface_accessible() prototype"Pete Batard2012-01-071-13/+0
* [core] amended previous commit and added libusb_strerror supportPete Batard2011-11-181-2/+2
* [core] is_device_interface_accessible() prototypePete Batard2011-11-171-0/+13
* [msvc] fix additional MSVC6 errors and warningsPete Batard2011-11-151-1/+1
* add missing LIBUSB_CLASS codesPeter Stuge2011-09-061-4/+23
* Add new API function libusb_get_device_speed()Hans de Goede2011-09-061-0/+20
* [integration] more merging for integration with -stugepbr336Pete Batard2011-03-081-3/+0
* fixed libusb_get_port_path using zombie parentspbr330Pete Batard2011-02-221-1/+1
* different approach to topology retrievalPete Batard2011-02-211-16/+3
* added get_device_topology optional API callPete Batard2011-01-201-0/+17
* removed the enforcing of WINAPI for cygwinPete Batard2011-01-171-1/+1
* removed dependency on stdint.h for MS binary snapshot usersPete Batard2010-11-181-2/+19
* Fix a race conditionGraeme Gill2010-09-211-0/+3
* merged latest official changesPete Batard2010-09-201-26/+75
* replaced LIBUSB_API with LIBUSB_CALLPete Batard2010-09-201-61/+61
* added libusb_getversion()Pete Batard2010-09-201-0/+11
* reverted to using a (generated) .def file for DLL exportspbr291Pete Batard2010-08-021-62/+56
* more residuals from official: corePete Batard2010-07-291-1/+1
* fixed inconsistencies between prototypes and declarationspbr286Xiaofan Chen2010-07-291-3/+3
* merged backend integration changes from official branchMichael Plante2010-07-291-16/+18
* removed need for .def file, added LIBUSB_EXPr263Michael Plante2010-04-191-59/+63
* removed unneeded (and problematic) _WINDOWS_ referencer259Michael Plante2010-04-181-1/+1
* removed calling convention modifier for inlines (resid)r258Michael Plante2010-04-181-2/+2
* removed calling convention modifier for inlinesr255Pete Batard2010-04-161-10/+10
* added missing LIBUSB_API for transfer_cb function callsMichael Plante2010-04-151-1/+1
* set default calling convention for Windows platform (core)Pete Batard2010-04-131-69/+77
* fixed the use of internal OS_WINDOWS in general file libusb.hPete Batard2010-04-131-1/+1
* removed unneeded ssize_t MSVC redefinition from corer237Pete Batard2010-04-021-9/+0
* 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