summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Darwin: Clean up tabsNathan Hjelm2012-10-312-116/+117
* Darwin: Add support for detecting superspeed devicesNathan Hjelm2012-10-313-2/+11
* Darwin: Use Release instead of IODestroyPlugInInterfaceNathan Hjelm2012-10-312-5/+5
* Darwin: Don't retry or unsuspend Apple devices during enumNathan Hjelm2012-10-312-1/+6
* Darwin: Reduce attempts to retrieve a device descriptor during enumerationNathan Hjelm2012-10-312-3/+3
* Core: Use offsetof() instead of null pointer tricksSean McBride2012-10-312-2/+2
* Windows: Fix access for composite HID devicesPete Batard2012-10-292-15/+22
* All: Use "" instead of <> for local includesLudovic Rousseau2012-10-137-8/+8
* Windows: Fix early abort in libusb_closePete Batard2012-10-032-1/+3
* libusbx-1.0.14v1.0.14Pete Batard2012-09-256-143/+146
* libusbx-1.0.13v1.0.13Pete Batard2012-09-203-3/+3
* Internal: Add fxload exe and sources to the Windows binary snapshotPete Batard2012-09-192-1/+5
* Misc: Update copyrights, TODO and libusb_version.describePete Batard2012-09-185-16/+9
* libusbx 1.0.13-rc2v1.0.13-rc2Pete Batard2012-09-163-4/+5
* Doc: Fix doxygen warnings and issuesPete Batard2012-09-164-14/+5
* Misc: Fix missing files from dist packagePete Batard2012-09-163-4/+4
* libusbx 1.0.13-rc1v1.0.13-rc1Pete Batard2012-09-166-7/+53
* Core: Introduce LIBUSBX_API_VERSION macroPete Batard2012-09-152-1/+24
* Core: Make libusb_error_name also handle transfer status codesHans de Goede2012-09-153-6/+25
* Samples: Fix compiler warnings in fxloadLudovic Rousseau2012-09-152-8/+13
* Core: Update libusb.h header in accordance with the latest USB specsPete Batard2012-09-153-9/+21
* Samples: Display VID:PID of the tested device in xusbLudovic Rousseau2012-09-142-3/+3
* Windows: Switch to ALLOW_PARTIAL_READS pipe policy enabled by defaultPete Batard2012-09-142-3/+5
* Samples: Add fxload sample for Cypress EZ-USB chipsPete Batard2012-09-1317-2/+3150
* All: Avoid polluting errors reported on device disconnectHans de Goede2012-09-133-3/+4
* Doc: Update logging documentation regarding stderr usagePete Batard2012-09-132-14/+17
* Windows: Fix handling of composite devicesPete Batard2012-09-053-39/+18
* Samples: xusb improvementsPete Batard2012-09-052-22/+29
* Windows: Suppress unwanted error message on filter driverPete Batard2012-08-272-3/+3
* Linux: Return ERROR_NOT_FOUND in detach-kernel-driver if usbfs is already boundHans de Goede2012-08-233-1/+11
* Linux: Avoid unnecessary splitting of bulk transfersHans de Goede2012-08-232-13/+58
* Linux: Add support for the new get_capabilities ioctlHans de Goede2012-08-233-5/+31
* Core: Handle >= 1 second transfer timeout in libusb_submit_transfer()Peter Stuge2012-08-222-5/+4
* Misc: Update and shorten various libusbx URLsPete Batard2012-08-229-16/+14
* Windows: Add support for 2nd gen Renesas USB 3.0 controllersNicholas Corgan2012-08-222-2/+2
* Windows: Add libusbk.sys & libusb0.sys driver supportPete Batard2012-08-203-332/+751
* Windows: Fix C4005 warning under VS2012 for inline.Anthony Clay, ZarthCode LLC2012-08-202-1/+3
* Samples: Make target mandatory with -b option in xusbPete Batard2012-08-122-9/+7
* Core: Improve instrumentation of timerfd_settime failuresPete Batard2012-08-122-3/+4
* Core: Fix a Clang warning in io.cPete Batard2012-08-123-3/+4
* Windows: Add workaround for Intel USB 3.0 root hubsMatthias Bolte2012-08-062-6/+8
* Core: Fix unconditional disarming of timerfdPete Batard2012-08-042-92/+83
* Core: NULL list pointers on deletionOrin Eman2012-08-033-6/+5
* Misc: Add a readme for git userPete Batard2012-08-012-1/+31
* Windows: Set device number for root hubs to 1Pete Batard2012-07-182-3/+6
* Windows: Fix overflow when handling HID or composite devicesPete Batard2012-07-173-9/+20
* Windows: usbi_cond_destroy() should free handles created by usbi_cond_intwait().Simon Haggett2012-07-172-1/+2
* All: Replace malloc+memset with callocDavidlohr Bueso2012-07-134-13/+7
* Core: Prefix LOG_LEVEL_ with LIBUSB_ to avoid conflictsPete Batard2012-07-035-37/+37
* Misc: Fix more Clang warnings in core and darwinPete Batard2012-07-026-5/+7