aboutsummaryrefslogtreecommitdiff
path: root/contrib/depends/packages/libusb.mk
Commit message (Collapse)AuthorAgeFilesLines
* depends: libusb: update to 1.0.30tobtoht2026-05-241-2/+8
|
* depends: bump hidapi/libusbtobtoht2023-01-251-3/+3
| | | | | | fixes Trezor connectivity issues on Windows 10/11 Co-authored-by: selsta <selsta@sent.at>
* Add ARFLAGSHoward Chu2019-11-171-2/+2
| | | | Needed to invoke deterministic mode on some archivers
* build: protobuf dependency fixes, libusb buildDusan Klinec2018-12-181-6/+14
| | | | | | - docker protobuf dependencies, cross-compilation - device/trezor protobuf build fixes, try_compile - libusb built under all platforms, used by trezor for direct connect
* http -> httpsDimitris Apostolou2018-12-011-1/+1
|
* device/trezor: webusb transport added, cmake fixesDusan Klinec2018-11-251-4/+4
| | | | | | | | | - webusb transport based on libusb added. Provides direct access to Trezor via USB, no need for Trezor bridge. - trezor protocol message handler improved, no recursion used. Ready for upcoming integration tests. - libusb (for docker) bumped from v1.0.9 to v1.0.22, newer version required for webusb transport, for device enumeration. - cmake improvements and fixes. Cmake Trezor checks are moved to a dedicated CheckTrezor.cmake file. In case of a problem Trezor is excluded from build. - ifdefs made consistent to Ledger. - UDP Transport enumeration disabled by default in release mode
* Add hidapi to dependsTheCharlatan2018-09-251-0/+31
Clang needs to get its cctools path passed directly for the hid build to succeed. Make gperf a permanent external dependency. Remove pcsc from depends.