python-trezor/trezorlib/transport
matejcik 5edcea9ba6
transport: fix all_transports when required modules are missing (#232)
This lets the library work without libusb or hidapi (`--disable-libusb`, `--disable-hidapi`).
2018-03-09 10:58:24 +01:00
..
__init__.py transport: fix all_transports when required modules are missing (#232) 2018-03-09 10:58:24 +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