Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Previous libusbx fix was a red herring of sorts. Inadvertedly it did fix the | Benjamin Dobell | 2013-02-01 | 4 | -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! Source | Benjamin Dobell | 2013-01-31 | 6 | -46/+6 |
| | | | | available at https://github.com/libusbx/libusbx/pull/79 | ||||
* | Added a patched version of libusbx that fixes device claiming on Windows. | Benjamin Dobell | 2013-01-26 | 5 | -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 .gitignore | Benjamin Dobell | 2013-01-23 | 2 | -0/+0 |
| | |||||
* | - Updated MSVC projects to MSVC2012. | Benjamin Dobell | 2013-01-22 | 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). |