Added support for Ledger Nano S Plus

This commit is contained in:
Mathias Herberts 2022-04-06 07:20:03 +02:00 committed by selsta
parent fab4f5323b
commit 45c55eb4e0
No known key found for this signature in database
GPG Key ID: 2EA0A99A8B07AE5E
1 changed files with 2 additions and 1 deletions

View File

@ -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) {