From dab46ea76974bc7e74572bc7dc1c1d48ff42b769 Mon Sep 17 00:00:00 2001 From: Gjermund Bjaanes Date: Tue, 31 May 2022 11:21:47 +0200 Subject: [PATCH] Added support for Nano S Plus --- ledger.go | 1 + 1 file changed, 1 insertion(+) diff --git a/ledger.go b/ledger.go index 2c57b06..1f1675a 100644 --- a/ledger.go +++ b/ledger.go @@ -75,6 +75,7 @@ func FindLedger() (*Ledger, error) { // Workarounds for possible empty usage pages deviceFound = deviceFound || (d.Product == "Nano S" && d.Interface == 0) || + (d.Product == "Nano S Plus" && d.Interface == 0) || (d.Product == "Nano X" && d.Interface == 0) if deviceFound {