diff --git a/trezorlib/transport_hid.py b/trezorlib/transport_hid.py index 604c6364a..a093f927b 100644 --- a/trezorlib/transport_hid.py +++ b/trezorlib/transport_hid.py @@ -26,7 +26,7 @@ def enumerate(): devices[serial_number][1] = path # List of two-tuples (path_normal, path_debuglink) - return list(devices.values()) + return sorted(devices.values()) def path_to_transport(path): try: