1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-18 13:38:12 +00:00
trezor-firmware/trezorlib/transport
matejcik 5bb7dc39b8 transport: consolidate USB-based transports
remove Trezor 2 support from HID transport, which never worked

use ProtocolV1 explicitly everywhere, as V2 doesn't exist in practice

move USB IDs and UDEV warning string to a common place

fix a bug where HID would return a list instead of bytes
2018-11-12 12:22:32 +01:00
..
__init__.py transport: consolidate USB-based transports 2018-11-12 12:22:32 +01:00
bridge.py transport: fix typing after autoflake treatment 2018-11-12 12:22:32 +01:00
hid.py transport: consolidate USB-based transports 2018-11-12 12:22:32 +01:00
protocol.py trezorlib: reentrant session handling 2018-11-12 12:22:32 +01:00
udp.py transport: fix typing after autoflake treatment 2018-11-12 12:22:32 +01:00
webusb.py transport: consolidate USB-based transports 2018-11-12 12:22:32 +01:00