aboutsummaryrefslogtreecommitdiff
path: root/cmake/FindLibUSB.cmake
Commit message (Collapse)AuthorAgeFilesLines
* depends: bump hidapi/libusbtobtoht2023-01-251-1/+1
| | | | | | fixes Trezor connectivity issues on Windows 10/11 Co-authored-by: selsta <selsta@sent.at>
* Merge pull request #7758luigi11112021-07-271-1/+1
|\ | | | | | | 42b74a3 Include Libusb and hidapi on android (malinero)
| * Include Libusb and hidapi on androidmalinero2021-06-211-1/+1
| |
* | cmake: use CMAKE_CURRENT_LIST_DIR in FindLibUSBselsta2021-05-111-1/+1
|/
* build: fix OSX static libusb check and link against static libobjcxiphon2019-07-091-0/+6
|
* build: libusb static compilation fixDusan Klinec2019-04-071-1/+10
|
* device/trezor: webusb transport added, cmake fixesDusan Klinec2018-11-251-0/+140
- 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