Skip to content

Commit

Permalink
Merge pull request #21 from felipemadero/nano-s-plus-support
Browse files Browse the repository at this point in the history
add ledger nano s plus support
  • Loading branch information
jleni authored Nov 2, 2022
2 parents dbd460b + 6f59b80 commit dbacb9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ledger_hid.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build !ledger_mock && !ledger_zemu
// +build !ledger_mock,!ledger_zemu

/*******************************************************************************
Expand Down Expand Up @@ -46,6 +47,8 @@ var supportedLedgerProductID = map[uint16]int{
0x4011: 0, // Ledger Nano X
0x1011: 0, // Ledger Nano S
0x1: 0, // Ledger Nano S
0x5011: 0, // Ledger Nano S Plus
0x5: 0, // Ledger Nano S Plus
}

func NewLedgerAdmin() *LedgerAdminHID {
Expand Down

0 comments on commit dbacb9e

Please sign in to comment.