mirror of
https://github.com/monero-project/monero.git
synced 2026-01-30 00:05:02 +01:00
Added support for Ledger Nano S Plus
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2017-2020, The Monero Project
|
// Copyright (c) 2017-2022, The Monero Project
|
||||||
//
|
//
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
//
|
//
|
||||||
@@ -524,6 +524,7 @@ namespace hw {
|
|||||||
static const std::vector<hw::io::hid_conn_params> known_devices {
|
static const std::vector<hw::io::hid_conn_params> known_devices {
|
||||||
{0x2c97, 0x0001, 0, 0xffa0},
|
{0x2c97, 0x0001, 0, 0xffa0},
|
||||||
{0x2c97, 0x0004, 0, 0xffa0},
|
{0x2c97, 0x0004, 0, 0xffa0},
|
||||||
|
{0x2c97, 0x0005, 0, 0xffa0},
|
||||||
};
|
};
|
||||||
|
|
||||||
bool device_ledger::connect(void) {
|
bool device_ledger::connect(void) {
|
||||||
|
|||||||
Reference in New Issue
Block a user