aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2022-04-19 22:15:10 -0500
committerluigi1111 <luigi1111w@gmail.com>2022-04-19 22:15:10 -0500
commit8ddbe18277289c97b24198cc4c5a4c48ee367d2a (patch)
treecd15e99f5678a4322e35080f26222bd5983c0d3e /src
parentMerge pull request #8061 (diff)
parentAdded support for Ledger Nano S Plus (diff)
downloadmonero-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.cpp1
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) {