Skip to content

Commit bdad11a

Browse files
committed
accounts/usbwallet: add support for Ledger Nano Gen5
1 parent 6452b7a commit bdad11a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

accounts/usbwallet/hub.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,15 @@ func NewLedgerHub() (*Hub, error) {
8282
0x0005, /* Ledger Nano S Plus */
8383
0x0006, /* Ledger Nano FTS */
8484
0x0007, /* Ledger Flex */
85+
0x0008, /* Ledger Nano Gen5 */
8586

8687
0x0000, /* WebUSB Ledger Blue */
8788
0x1000, /* WebUSB Ledger Nano S */
8889
0x4000, /* WebUSB Ledger Nano X */
8990
0x5000, /* WebUSB Ledger Nano S Plus */
9091
0x6000, /* WebUSB Ledger Nano FTS */
9192
0x7000, /* WebUSB Ledger Flex */
93+
0x8000, /* WebUSB Ledger Nano Gen5 */
9294
}, 0xffa0, 0, newLedgerDriver)
9395
}
9496

0 commit comments

Comments
 (0)