mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-14 03:30:02 +00:00
ed79d35de9
* convert more USB errors into TransportExceptions * add a timeout + infinite loop for read/write operations, so that they are interruptible by Python, instead of leaving the interface in a bad state when hard-killed * (also ctrl+c now works if the process is waiting for usb)
2 lines
65 B
Plaintext
2 lines
65 B
Plaintext
Most USB level errors are now converted to `TransportException`.
|