trezor / trezord-go

:smiling_imp: Trezor Communication Daemon (written in Go)
GNU Lesser General Public License v3.0
241 stars 146 forks source link

Add hidapi as a submodule, update to 0.12.0 #276

Closed igor-hnizdo closed 1 year ago

igor-hnizdo commented 1 year ago

We don't do any hidapi patches; we can use it as-is.

igor-hnizdo commented 1 year ago

Ugh. Git goes crazy with submodules when switching between branches, because I used the same name for submodule and existing folder.

Sorry about that. Too late to change now... just keep that in mind. Really sorry, cannot change it anymore I think. Unless I can force-push to master :)

tsusanka commented 1 year ago

I was working with git submodule update --init --recursive and git checkout --force if needed and it seemed to work fine. So let's keep it, I will force push if needed.