Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-05-06 | Upgraded to libusb-1.0 (1.0.18) post libusbx merge. | Benjamin Dobell | 8 | -2024/+0 | |
2013-02-01 | Previous libusbx fix was a red herring of sorts. Inadvertedly it did fix the | Benjamin Dobell | 4 | -0/+0 | |
issue. However, the correct solution was much simpler: https://github.com/libusbx/libusbx/pull/80 | |||||
2013-01-31 | Actually fixed the bug (race condition) in libusbx-1.0 this time! Source | Benjamin Dobell | 6 | -46/+6 | |
available at https://github.com/libusbx/libusbx/pull/79 | |||||
2013-01-26 | Added a patched version of libusbx that fixes device claiming on Windows. | Benjamin Dobell | 5 | -0/+0 | |
Changes to libusbx are documented here: https://github.com/libusbx/libusbx/issues/78 | |||||
2013-01-23 | Added libusbx-1.0 library and DLL missed due to .gitignore | Benjamin Dobell | 2 | -0/+0 | |
2013-01-22 | - Updated MSVC projects to MSVC2012. | Benjamin Dobell | 3 | -0/+2064 | |
- Changed from libusb-1.0 to libusbx. - Upgraded to C++11 (defined as C++0x for backwards compatibility with gcc < 4.7). |