Revert "Added code to make trezor-agent work with keepkey."

This reverts commit 53e361b70b.

As requested by @dstanchfield here: https://github.com/trezor/python-trezor/pull/49#issuecomment-183486838
pull/1/head
Pavol Rusnak 8 years ago
parent f3449fcbd7
commit 8b7e6058ed
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -346,7 +346,7 @@ class DebugLinkMixin(object):
class ProtocolMixin(object):
PRIME_DERIVATION_FLAG = 0x80000000
VENDORS = ('bitcointrezor.com', 'keepkey.com',)
VENDORS = ('bitcointrezor.com',)
def __init__(self, *args, **kwargs):
super(ProtocolMixin, self).__init__(*args, **kwargs)

@ -8,7 +8,6 @@ from transport import Transport, ConnectionError, NotImplementedException
DEVICE_IDS = [
# (0x10c4, 0xea80), # TREZOR Shield
(0x534c, 0x0001), # TREZOR
(0x2b24, 0x0001), # KeepKey
]
class FakeRead(object):

Loading…
Cancel
Save