diff options
author | Mathias Herberts <Mathias.Herberts+git@gmail.com> | 2022-03-31 18:25:09 +0200 |
---|---|---|
committer | Mathias Herberts <Mathias.Herberts+git@gmail.com> | 2022-03-31 18:25:09 +0200 |
commit | 0f7b20a1ce5510ea730ce3ec6454ef4822309a51 (patch) | |
tree | 844fec0d63559ae6e0b5abb61770492673267988 /src | |
parent | Merge pull request #8216 (diff) | |
download | monero-0f7b20a1ce5510ea730ce3ec6454ef4822309a51.tar.xz |
Added support for Ledger Nano S Plus
Diffstat (limited to 'src')
-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 c082544e8..311b83d11 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) { |