summaryrefslogtreecommitdiffstats
path: root/libusbx-1.0 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added a patched version of libusbx that fixes device claiming on Windows.Benjamin Dobell2013-01-265-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-232-0/+0
|
* - Updated MSVC projects to MSVC2012.Benjamin Dobell2013-01-223-0/+2064
- Changed from libusb-1.0 to libusbx. - Upgraded to C++11 (defined as C++0x for backwards compatibility with gcc < 4.7).