go-ethereum/accounts/usbwallet
Michael de Hoog f700ed9eb6
accounts/usbwallet: fix ledger access for latest firmware and add Ledger Flex (#31004)
The latest firmware for Ledger Nano S Plus now returns `0x5000` for it's
product ID, which doesn't match any of the product IDs enumerated in
`hub.go`.

This PR removes the assumption about the interfaces exposed, and simply
checks the upper byte for a match.

Also adds support for the `0x0007` / `0x7000` product ID (Ledger Flex).
2025-01-24 10:59:33 +01:00
..
trezor all: remove deprecated protobuf dependencies (#30232) 2024-08-01 16:25:55 +02:00
hub.go accounts/usbwallet: fix ledger access for latest firmware and add Ledger Flex (#31004) 2025-01-24 10:59:33 +01:00
ledger.go accounts/usbwallet: support dynamic tx (#30180) 2024-11-08 14:57:29 +01:00
trezor.go all: remove deprecated protobuf dependencies (#30232) 2024-08-01 16:25:55 +02:00
wallet.go accounts/usbwallet: update hid library (#29176) 2024-03-06 12:31:50 +02:00