BitBoxSwiss / bitbox02-firmware

Firmware code of the BitBox02 hardware wallet
https://bitbox.swiss/bitbox02
Apache License 2.0
217 stars 81 forks source link

py: require hidapi>=0.14.0 #1073

Closed benma closed 1 year ago

benma commented 1 year ago

Fixing https://github.com/trezor/cython-hidapi/issues/151, which includes the fix https://github.com/libusb/hidapi/issues/531, which fixes a bug where on macOS, the interface number of all hid interfaces would be 0. This lead to one BitBox02 multi being listed twice instead of once (as it exposes a second interface for U2F).