summaryrefslogtreecommitdiff
path: root/libusb/libusbi.h
Commit message (Expand)AuthorAgeFilesLines
* [misc] align with masterPete Batard2012-01-081-11/+12
* [revert] "[core] is_device_interface_accessible() prototype"Pete Batard2012-01-071-13/+0
* [core] is_device_interface_accessible() prototypePete Batard2011-11-171-0/+13
* [logging] improve "remove warnings when logging is disabled for MinGW/cygwin"Peter Stuge2011-09-231-2/+2
* get_device_speed fixes and addonsPete Batard2011-09-061-1/+1
* Add new API function libusb_get_device_speed()Hans de Goede2011-09-061-0/+1
* Add USBI_TRANSFER_CANCELLING and _DEVICE_DISAPPEARED status flagsVitali Lovich2011-09-051-0/+6
* Move library release version number from configure.ac to libusb/version.hPete Batard2011-05-091-1/+1
* [integration] merged latest from -stuge branchPete Batard2011-03-071-1/+5
* different approach to topology retrievalPete Batard2011-02-211-8/+2
* merged latest official changesPete Batard2011-01-301-6/+12
* added get_device_topology optional API callPete Batard2011-01-201-0/+8
* handle versioning through libusb_version.hPete Batard2010-09-211-5/+1
* merged latest official changesPete Batard2010-09-201-0/+9
* added libusb_getversion()Pete Batard2010-09-201-0/+5
* fixed residuals from official for core filesPete Batard2010-07-291-0/+2
* merged backend integration changes from official branchMichael Plante2010-07-291-15/+18
* added usbi_fd_notification to libusbi.hPete Batard2010-06-111-0/+1
* general whitespace cleanupMichael Plante2010-04-241-9/+9
* fixed default context issue introduced from previous patchr244Pete Batard2010-04-071-1/+1
* added toggable debug logging (core)Pete Batard2010-04-061-1/+1
* revert reordering of headers to simplify integrationr239Michael Plante2010-04-031-1/+1
* removed trailing whitespaces (core)Peter Stuge2010-03-181-5/+5
* renamed windows_compat to poll_windowsPete Batard2010-03-021-2/+2
* includes simplification and cleanup (core)Pete Batard2010-02-241-1/+0
* merge abstraction for POSIX Threads and integration changes (Michael Plante, ...r169Pete Batard2010-02-241-41/+38
* r131: fixed various /W4 warnings for MSVC (core files)r131Pete Batard2010-02-011-1/+1
* r80: workaround for interface macro redefinition on Windows (removes the need...Pete Batard2010-01-151-3/+3
* Fix CR/LF inconsistenciesPete Batard2010-01-141-3/+3
* svn r59: - MSVC6 fixes for variadic log macros (Michael Plante)Pete Batard2010-01-141-2/+43
* svn r54: - fixes missing config_msvc.hPete Batard2010-01-141-18/+22
* svn r29:Pete Batard2010-01-141-3/+4
* 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/+11
* Use timerfd for timeout handlingDaniel Drake2009-11-071-3/+20
* Transfer lockingDaniel Drake2009-11-061-0/+13
* Darwin backendNathan Hjelm2009-02-161-0/+1
* Abstract clock reading into OS layerNathan Hjelm2009-02-161-0/+15
* Pause event handling while opening and closing devicesDaniel Drake2008-11-211-2/+12
* Add libusb_attach_kernel_driver()Bastien Nocera2008-11-031-0/+17
* Allow user data pointer to be passed through pollfd notification APIDaniel Drake2008-06-261-0/+1
* Introduce contexts to the APIDaniel Drake2008-06-261-18/+70
* Refine libusb_set_configuration() semanticsDaniel Drake2008-05-291-0/+19
* Fix endianness with descriptor handlingDaniel Drake2008-05-161-4/+18
* Backend documentation for porting effortsDaniel Drake2008-05-131-6/+341
* Handle hot-unpluggingDaniel Drake2008-05-111-2/+4
* Endianness of control setup packetsDaniel Drake2008-05-111-12/+0
* Linux: fix caching of active configuration for non-sysfsDaniel Drake2008-05-101-0/+2
* Fetch configurations by index (not value)Daniel Drake2008-05-101-2/+3
* Rework configuration handlingDaniel Drake2008-05-091-11/+6