accounts/usbwallet, vendor: switch from HID to generic USB lib

This commit is contained in:
Péter Szilágyi
2019-06-01 17:19:47 +03:00
parent b4cc7b660c
commit 5d68400cad
92 changed files with 7522 additions and 7842 deletions

View File

@ -36,8 +36,6 @@ import (
"github.com/golang/protobuf/proto"
)
var ErrInvalidDeviceType = errors.New("trezor: invalid device type")
// ErrTrezorPINNeeded is returned if opening the trezor requires a PIN code. In
// this case, the calling application should display a pinpad and send back the
// encoded passphrase.