Skip to content
This repository has been archived by the owner on Jun 5, 2019. It is now read-only.

Commit

Permalink
Revert "Added code to make trezor-agent work with keepkey."
Browse files Browse the repository at this point in the history
This reverts commit 53e361b.

As requested by @dstanchfield here: #49 (comment)
  • Loading branch information
prusnak committed Feb 12, 2016
1 parent f3449fc commit 8b7e605
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion trezorlib/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ def callback_WordRequest(self, msg):

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)
Expand Down
1 change: 0 additions & 1 deletion trezorlib/transport_hid.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
DEVICE_IDS = [
# (0x10c4, 0xea80), # TREZOR Shield
(0x534c, 0x0001), # TREZOR
(0x2b24, 0x0001), # KeepKey
]

class FakeRead(object):
Expand Down

0 comments on commit 8b7e605

Please sign in to comment.