diff options
author | luigi1111 <luigi1111w@gmail.com> | 2022-04-19 22:15:38 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2022-04-19 22:15:38 -0500 |
commit | 9972cca55989554c58b8bdc0f000e5c4d95f36a7 (patch) | |
tree | 783ebc78bf3ec1bab647312b963dc3a7226062ac | |
parent | Merge pull request #8227 (diff) | |
parent | Added support for Ledger Nano S Plus (diff) | |
download | monero-9972cca55989554c58b8bdc0f000e5c4d95f36a7.tar.xz |
Merge pull request #8239
45c55eb Added support for Ledger Nano S Plus (Mathias Herberts)
-rw-r--r-- | src/device/device_ledger.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/device/device_ledger.cpp b/src/device/device_ledger.cpp index ebad740cd..9a7852365 100644 --- a/src/device/device_ledger.cpp +++ b/src/device/device_ledger.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2017-2020, The Monero Project +// Copyright (c) 2017-2022, The Monero Project // // All rights reserved. // @@ -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) { |