diff options
author | luigi1111 <luigi1111w@gmail.com> | 2022-04-19 22:15:10 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2022-04-19 22:15:10 -0500 |
commit | 8ddbe18277289c97b24198cc4c5a4c48ee367d2a (patch) | |
tree | cd15e99f5678a4322e35080f26222bd5983c0d3e /src | |
parent | Merge pull request #8061 (diff) | |
parent | Added support for Ledger Nano S Plus (diff) | |
download | monero-8ddbe18277289c97b24198cc4c5a4c48ee367d2a.tar.xz |
Merge pull request #8232
0f7b20a Added support for Ledger Nano S Plus (Mathias Herberts)
Diffstat (limited to 'src')
-rw-r--r-- | src/device/device_ledger.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/device/device_ledger.cpp b/src/device/device_ledger.cpp index 84c81bfcd..51e65dfa5 100644 --- a/src/device/device_ledger.cpp +++ b/src/device/device_ledger.cpp @@ -524,6 +524,7 @@ namespace hw { static const std::vector<hw::io::hid_conn_params> known_devices { {0x2c97, 0x0001, 0, 0xffa0}, {0x2c97, 0x0004, 0, 0xffa0}, + {0x2c97, 0x0005, 0, 0xffa0}, }; bool device_ledger::connect(void) { |