From 5f11b4cb9383c743677c31b07cff699f268949f9 Mon Sep 17 00:00:00 2001 From: kodxana Date: Wed, 16 Dec 2020 19:23:30 +0100 Subject: [PATCH] Ledger enumeration fix --- electrum/plugins/ledger/ledger.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/electrum/plugins/ledger/ledger.py b/electrum/plugins/ledger/ledger.py index da0e29640..e5bf8df25 100644 --- a/electrum/plugins/ledger/ledger.py +++ b/electrum/plugins/ledger/ledger.py @@ -544,8 +544,14 @@ class LedgerPlugin(HW_PluginBase): (0x2581, 0x3b7c), # HW.1 ledger production (0x2581, 0x4b7c), # HW.1 ledger test (0x2c97, 0x0000), # Blue + (0x2c97, 0x0011), # Blue app-bitcoin >= 1.5.1 + (0x2c97, 0x0015), # Blue app-bitcoin >= 1.5.1 (0x2c97, 0x0001), # Nano-S + (0x2c97, 0x1011), # Nano-S app-bitcoin >= 1.5.1 + (0x2c97, 0x1015), # Nano-S app-bitcoin >= 1.5.1 (0x2c97, 0x0004), # Nano-X + (0x2c97, 0x4011), # Nano-X app-bitcoin >= 1.5.1 + (0x2c97, 0x4015), # Nano-X app-bitcoin >= 1.5.1 (0x2c97, 0x0005), # RFU (0x2c97, 0x0006), # RFU (0x2c97, 0x0007), # RFU