1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-13 11:29:11 +00:00
trezor-firmware/trezorlib/transport
matejcik 9f2583f893 webusb: check if a device is functional when enumerating
this fixes issue #223 on Windows, where a device would be returned in two copies, only one of which works
2018-03-06 13:32:51 +01:00
..
__init__.py trezorlib/transport: for get_transport(None), raise exception from None if no trezor is found, 2018-03-05 17:31:11 +01:00
bridge.py trezorlib/transport: make changes to support being a separate submodule, move common functions to superclass 2018-03-02 15:44:24 +01:00
hid.py trezorlib/transport: make changes to support being a separate submodule, move common functions to superclass 2018-03-02 15:44:24 +01:00
udp.py trezorlib/transport: make flake8 happy 2018-03-05 14:25:37 +01:00
webusb.py webusb: check if a device is functional when enumerating 2018-03-06 13:32:51 +01:00