We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dbd460b + 6f59b80 commit dbacb9eCopy full SHA for dbacb9e
ledger_hid.go
@@ -1,3 +1,4 @@
1
+//go:build !ledger_mock && !ledger_zemu
2
// +build !ledger_mock,!ledger_zemu
3
4
/*******************************************************************************
@@ -46,6 +47,8 @@ var supportedLedgerProductID = map[uint16]int{
46
47
0x4011: 0, // Ledger Nano X
48
0x1011: 0, // Ledger Nano S
49
0x1: 0, // Ledger Nano S
50
+ 0x5011: 0, // Ledger Nano S Plus
51
+ 0x5: 0, // Ledger Nano S Plus
52
}
53
54
func NewLedgerAdmin() *LedgerAdminHID {
0 commit comments