Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Commit 1a5e2c6

Browse files
committed
Compatibility with Ledger Nano S
1 parent 3fd4250 commit 1a5e2c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

btchip/btchipComm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def getDongle(debug=False):
178178
if hidDevice['vendor_id'] == 0x2581 and hidDevice['product_id'] == 0x4b7c:
179179
hidDevicePath = hidDevice['path']
180180
ledger = True
181-
if hidDevice['vendor_id'] == 0x2c97 and hidDevice['product_id'] == 0x0000:
181+
if hidDevice['vendor_id'] == 0x2c97:
182182
hidDevicePath = hidDevice['path']
183183
ledger = True
184184
if hidDevice['vendor_id'] == 0x2581 and hidDevice['product_id'] == 0x1807:

0 commit comments

Comments
 (0)