aboutsummaryrefslogtreecommitdiff
path: root/include/device.h
Commit message (Expand)AuthorAge
* Update license/copyright linesSzczepan Zalega2018-01-16
* Fix compilation warningsSzczepan Zalega2017-03-31
* Allow to change device commands delays runtimeSzczepan Zalega2017-03-29
* Make device-level reconnect on problem with sendingSzczepan Zalega2017-03-11
* Rename is_connected to be more specificSzczepan Zalega2017-03-11
* Correct device countersSzczepan Zalega2017-03-11
* Compiles on MXE, but not working on WindowsSzczepan Zalega2017-03-11
* Make statistics about device's connectionSzczepan Zalega2017-03-11
* Add method for checking is the device listed as connected in OSSzczepan Zalega2017-03-11
* Remove UNKNOWN type of the deviceSzczepan Zalega2017-03-11
* Use atomic_exchange for atomic operationsSzczepan Zalega2017-03-11
* Make device configuration const, protect non-const with ::atomicSzczepan Zalega2017-03-11
* Remove unused inttypesSzczepan Zalega2017-01-09
* Convinient function for checking if authorization command is supportedSzczepan Zalega2016-12-03
* Try to disconnect when destroying deviceSzczepan Zalega2016-11-26
* Code refactoring: removing disambiguity from device constantsSzczepan Zalega2016-10-19
* Remove not used CommError classSzczepan Zalega2016-08-09
* Clear last command status on the device when checkedSzczepan Zalega2016-08-05
* Support for command: is_aes_supportedSzczepan Zalega2016-08-05
* Set variable send_receive delaySzczepan Zalega2016-08-01
* Let device identify itself by modelSzczepan Zalega2016-08-01
* Use int instead of CommErrorSzczepan Zalega2016-08-01
* Allow setting last command status on deviceSzczepan Zalega2016-08-01
* Fix const declarationsSzczepan Zalega2016-08-01
* Checking device status after completion of get_feature report and retrying re...Szczepan Zalega2016-03-06
* formatted code with clang-format-3.6 with style=googleSzczepan Zalega2016-03-05
* compiling own version of lib hid_libusb (copied from nitroapp) and linking it...Szczepan Zalega2016-02-20
* Minor fixes, working versionMateusz Zalega2015-10-26
* InitialMateusz Zalega2015-10-22