diff --git a/hwilib/devices/ledger.py b/hwilib/devices/ledger.py index 45dd5c2ca..d3cf46325 100644 --- a/hwilib/devices/ledger.py +++ b/hwilib/devices/ledger.py @@ -76,7 +76,9 @@ LEDGER_MODEL_IDS = { 0x10: "ledger_nano_s", 0x40: "ledger_nano_x", - 0x50: "ledger_nano_s_plus" + 0x50: "ledger_nano_s_plus", + 0x60: "ledger_stax", + 0x70: "ledger_flex" } LEDGER_LEGACY_PRODUCT_IDS = { 0x0001: "ledger_nano_s",