hid: fix product_ids for v2

pull/25/head
Pavol Rusnak 7 years ago
parent 52f96b3792
commit 2a3f613242
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -26,8 +26,8 @@ from .protocol_v2 import ProtocolV2
from .transport import Transport
DEV_TREZOR1 = (0x534c, 0x0001)
DEV_TREZOR2 = (0x1209, 0x53c0)
DEV_TREZOR2_BL = (0x1209, 0x1201)
DEV_TREZOR2 = (0x1209, 0x53c1)
DEV_TREZOR2_BL = (0x1209, 0x53c0)
class HidTransport(Transport):

Loading…
Cancel
Save