1
0

bitbox02: update to 6.2.0

6.2.0 was released to put a minimum requirement on hidapi 0.14.0,
which includes the fix for this issue:

https://github.com/libusb/hidapi/issues/531

That bug caused hidapi on macOS 13.3 to report 0 as the interface
number for all hid devices, which led to the bitbox02 multi edition being listed
twice instead of once - once for the main HW wallet interface and once erroneously
For the U2F interface (which should not be listed).
This commit is contained in:
Marko Bencun
2023-05-30 23:55:21 +02:00
parent b6cfc12962
commit 7164f9fd6e
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ hidapi
ckcc-protocol>=0.7.7
# device plugin: bitbox02
bitbox02>=6.0.0
bitbox02>=6.2.0
# device plugin: jade
cbor>=1.0.0,<2.0.0