Skip to content

Commit

Permalink
fix: add product id for nanos+ when an app is opened
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelm41 committed Oct 9, 2024
1 parent 36a7eaa commit b34902e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ledger_hid.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,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
0x5015: 0, // Ledger Nano S Plus (when an app is opened, seen from manual testing on ubuntu)
0x5011: 0, // Ledger Nano S Plus (when the device is on main menu, seen from manual testing on ubuntu)
0x5: 0, // Ledger Nano S Plus
}

Expand Down

0 comments on commit b34902e

Please sign in to comment.