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

Commit a03ea4f

Browse files
committed
Add support for Ledger Blue BTC application
1 parent fe29221 commit a03ea4f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

btchip/btchipComm.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,9 @@ 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:
182+
hidDevicePath = hidDevice['path']
183+
ledger = True
181184
if hidDevice['vendor_id'] == 0x2581 and hidDevice['product_id'] == 0x1807:
182185
hidDevicePath = hidDevice['path']
183186
if hidDevicePath is not None:

0 commit comments

Comments
 (0)