aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | removing statically compiled lhidapiSzczepan Zalega2016-03-05
| |
* | adding status check for each iterationSzczepan Zalega2016-03-05
| |
* | added const2string temporary conversion codeSzczepan Zalega2016-02-20
| |
* | added long sleep for behavior check, read_callback is running, fixed device ↵Szczepan Zalega2016-02-20
| | | | | | | | status and command status messages in logs
* | adding pthread lib explicite to MakefileSzczepan Zalega2016-02-20
| |
* | removing hid_init() calls as they should have be called automatically (as ↵Szczepan Zalega2016-02-20
| | | | | | | | long as app is not multithreaded, according to specification)
* | checking status correctly (in specification hid_get_feature_report returns ↵Szczepan Zalega2016-02-20
| | | | | | | | number of received bytes+1, so its never under 1 when successful)
* | compiling own version of lib hid_libusb (copied from nitroapp) and linking ↵Szczepan Zalega2016-02-20
| | | | | | | | it statically with debug messages
* | testing stick 10Szczepan Zalega2016-02-13
| |
* | makefile: link libnitrokey.so w/ hidapi-libusbSzczepan Zalega2016-01-27
| | | | | | | | Signed-off-by: Szczepan Zalega <szczepan.zalega@gmail.com
* | Minor fixes, working versionMateusz Zalega2015-10-26
|/
* InitialMateusz Zalega2015-10-22