summaryrefslogtreecommitdiff
path: root/src/device/device_io_hid.cpp
Commit message (Collapse)AuthorAgeFilesLines
* device: Ledger - fix wide char hidapi error string conversionxiphon2020-03-011-2/+14
|
* hid_error() could return a null, which causes the program to crash withTheQuantumPhysicist2019-08-091-1/+2
| | | | std::logic_error()
* Add NanoX supportcslashm2019-04-011-3/+18
|
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
|
* device: proper handling of user inputselsta2019-01-091-2/+6
| | | | | | | | | (1) If the user denies something on the Ledger, a proper error message is now shown. (2) Ledger doesn't time out anymore while waiting on user input. (3) Lower the timeout to 2 seconds, this is enough for normal Ledger <-> System communication.
* Merge pull request #4672Riccardo Spagni2018-10-261-0/+15
|\ | | | | | | 62f94e1b device_io_hid.cpp: fix copyright header (moneromooo-monero)
| * device_io_hid.cpp: fix copyright headermoneromooo-monero2018-10-201-0/+15
| |
* | device: extended logging, refactored device selection codexiphon2018-10-181-14/+42
| |
* | device: fixed Ledger Nano S device selectionxiphon2018-10-181-3/+3
|/
* Replace USB-CCID (smartcard) by USB-HIDcslashm2018-09-241-0/+288
Remove PCSC dependencies which is a bit hard (not user friendly) to install on linux and Mac Split Ledger logic and device IO