aboutsummaryrefslogtreecommitdiffstats
path: root/libusbx-1.0
Commit message (Collapse)AuthorAgeFilesLines
* Previous libusbx fix was a red herring of sorts. Inadvertedly it did fix theBenjamin Dobell2013-02-024-0/+0
| | | | | issue. However, the correct solution was much simpler: https://github.com/libusbx/libusbx/pull/80
* Actually fixed the bug (race condition) in libusbx-1.0 this time! SourceBenjamin Dobell2013-02-016-46/+6
| | | | available at https://github.com/libusbx/libusbx/pull/79
* Added a patched version of libusbx that fixes device claiming on Windows.Benjamin Dobell2013-01-275-0/+0
| | | | | Changes to libusbx are documented here: https://github.com/libusbx/libusbx/issues/78
* Added libusbx-1.0 library and DLL missed due to .gitignoreBenjamin Dobell2013-01-242-0/+0
|
* - Updated MSVC projects to MSVC2012.Benjamin Dobell2013-01-233-0/+2064
- Changed from libusb-1.0 to libusbx. - Upgraded to C++11 (defined as C++0x for backwards compatibility with gcc < 4.7).