Trezor hardware is not detected when using monero-wallet-cli to open or generate new wallet. Reproducible: Always Steps to Reproduce: emerge monero with "hw-wallet" USE flags enabled Actual Results: monero-wallet-cli.log claims trezor is unknown. 2024-04-07 13:56:50.957 7f3a74cc5b00 ERROR serialization src/device/device.cpp:86 Device not found in registry: 'Trezor'. Known devices: 2024-04-07 13:56:50.957 7f3a74cc5b00 ERROR serialization src/device/device.cpp:88 - Ledger 2024-04-07 13:56:50.957 7f3a74cc5b00 ERROR serialization src/device/device.cpp:88 - default Expected Results: to have trezor hardware listen in device registry. adding 'trezor-common' to 'external/trezor-common/' in monero work directory manually, by adding the trezor-common-master.zip in the mix seems to make cmake detect it properly. can we have it added seamlessly in the build, given that its a git submodule?