Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-25 | depends: bump hidapi/libusb | tobtoht | 1 | -1/+1 | |
fixes Trezor connectivity issues on Windows 10/11 Co-authored-by: selsta <selsta@sent.at> | |||||
2021-07-27 | Merge pull request #7758 | luigi1111 | 1 | -1/+1 | |
42b74a3 Include Libusb and hidapi on android (malinero) | |||||
2021-06-21 | Include Libusb and hidapi on android | malinero | 1 | -1/+1 | |
2021-05-11 | cmake: use CMAKE_CURRENT_LIST_DIR in FindLibUSB | selsta | 1 | -1/+1 | |
2019-07-09 | build: fix OSX static libusb check and link against static libobjc | xiphon | 1 | -0/+6 | |
2019-04-07 | build: libusb static compilation fix | Dusan Klinec | 1 | -1/+10 | |
2018-11-25 | device/trezor: webusb transport added, cmake fixes | Dusan Klinec | 1 | -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 |