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