[monero-project/monero] [DONOT MERGE] Replace USB-CCID (smartcard) by USB-HID (#4203)
@m2049r do the last commit answer to your request?
Похожие записи
- [monero-project/monero] [DONOT MERGE] Replace USB-CCID (smartcard) by USB-HID (#4203)
@cslashm pushed 1 commit. 0049f30 Split Ledger logic and device IO
- [monero-project/monero] [DONOT MERGE] Replace USB-CCID (smartcard) by USB-HID (#4203)
**macOS** Wallet restore and refresh works, transfer results in: ``` Error: unexpected error: Wrong Channel ```
- [monero-project/monero] [DONOT MERGE] Replace USB-CCID (smartcard) by USB-HID (#4203)
Please move the lowlevel USB code out of the main device_ledger. Maybe you could provide the API (or similar) from #4267 in C? Basically your code provides all functionality. If you could encapsulate it and…
- [monero-project/monero] [DONOT MERGE] Replace USB-CCID (smartcard) by USB-HID (#4203)
moneromooo-monero commented on this pull request. > @@ -52,7 +52,7 @@ #define USE_DEVICE_LEDGER 1 #endif -#if !defined(HAVE_PCSC) +#if !defined(HAVE_HIDAPI) #undef USE_DEVICE_LEDGER #define USE_DEVICE_LEDGER 0 #endif This seems to set USE_DEVICE_LEDGER to 0 or 1, but…
- [monero-project/monero] [DONOT MERGE] Replace USB-CCID (smartcard) by USB-HID (#4203)
@TheCharlatan thanks for the pointer - it looks like it may work on android (although i doubt it since permissions don't work well for ndk). but why add an extra unnecessary dependency? imo, there is…