aboutsummaryrefslogtreecommitdiff
path: root/src/device/device_io_hid.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
|
* Remove unused variables in monero codebaseKevin Barbour2021-02-091-1/+0
| | | | | | | | | | | There are quite a few variables in the code that are no longer (or perhaps never were) in use. These were discovered by enabling compiler warnings for unused variables and cleaning them up. In most cases where the unused variables were the result of a function call the call was left but the variable assignment removed, unless it was obvious that it was a simple getter with no side effects.
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | | | Update copyright year to 2020
* 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