# Functions
ProductFromHIDProductString returns the firmware or bootloader product based on the usb HID product string.
# Constants
BootloaderHIDProductStringBTCOnly is the hid product string of the btc-only edition bootloader.
BootloaderHIDProductStringStandard is the hid product string of the standard edition bootloader.
FirmwareHIDProductStringBTCOnly is the hid product string of the btc-only edition firmware.
FirmwareHIDProductStringStandard is the hid product string of the standard edition firmware.
ProductBitBox02BTCOnly is the btc-only edition of the BitBox02, restricting functionality to Bitcoin.
ProductBitBox02Multi is the multi (previously: standard) edition of the BitBox02.
# Type aliases
Product enumerates the BitBox-based products.