summaryrefslogtreecommitdiff
path: root/libusb/libusbi.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* move descriptor parsing into main libraryDaniel Drake2008-05-051-0/+8
* add functionality for querying and detaching kernel driverDaniel Drake2008-05-041-0/+6
* implement libusb_reset_device()Daniel Drake2008-05-041-0/+1
* Add functionality to clear endpoint halt conditionsDaniel Drake2008-05-041-0/+2
* Add libusb_set_configuration()Daniel Drake2008-05-031-0/+2
* Allow multiple interfaces to be claimedDaniel Drake2008-05-021-0/+4
* Expose bus number and device addressDaniel Drake2008-05-021-0/+3
* Fix descriptor handling memory leaksDaniel Drake2008-04-291-0/+1
* Remove libusb_cancel_transfer_syncDaniel Drake2008-04-291-2/+1
* libusb_device mutex protectionDaniel Drake2008-04-181-1/+5
* mutex protection for device and handle listsDaniel Drake2008-04-181-0/+2
* Linux: fire multiple URBs at once for split transfersDaniel Drake2008-04-111-0/+2
* Isochronous endpoint I/ODaniel Drake2008-03-301-5/+32
* Support for changing altsettingDaniel Drake2008-03-231-0/+3
* Fix get_device_list for realloc caseVasily Khoruzhick2008-03-151-1/+1
* Beginnings of cross-platform abstractionDaniel Drake2008-03-131-8/+77
* Rename descriptor-getting functionsDaniel Drake2008-03-091-1/+1
* Rename libusb_dev_handle to libusb_device_handleDaniel Drake2008-03-091-1/+1
* Separate transfer allocation and submissionDaniel Drake2008-03-091-15/+5
* Rework URB API namingDaniel Drake2008-03-081-7/+7
* Add fallback on /proc/bus/usbDaniel Drake2008-03-081-1/+0
* Persistent libusb_device storageDaniel Drake2008-03-081-0/+2
* Rework device discovery APIDaniel Drake2008-03-061-3/+3