You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
certtool is using easyhid which in turn is using hidapi-libusb on Linux systems, which requires an access to /sys/bus/usb/devices/.... In order to make it work (on Arch in my case), I had to add following rules:
certtool
is usingeasyhid
which in turn is usinghidapi-libusb
on Linux systems, which requires an access to/sys/bus/usb/devices/...
. In order to make it work (on Arch in my case), I had to add following rules:Would be great to make certtool to use hidraw API on Linux so that
hidraw*
rule would become sufficient forcerttool
.The text was updated successfully, but these errors were encountered: