Merge pull request #8232
0f7b20a
Added support for Ledger Nano S Plus (Mathias Herberts)
This commit is contained in:
commit
8ddbe18277
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue