From b6e0d334c7240c45f2cb13dfde0f3b18d11e12d3 Mon Sep 17 00:00:00 2001 From: Salvatore Ingala <6681844+bigspider@users.noreply.github.com> Date: Mon, 5 Aug 2024 11:14:26 +0200 Subject: [PATCH] Add model ids for Ledger Stax and Ledger Flex --- hwilib/devices/ledger.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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",