Pavol Rusnak

Results 685 comments of Pavol Rusnak

I am wondering whether we should try to ship `hidraw` module at all (when building with libusb). It seems very confusing. Maybe shipping just the `hid` module is enough (backed...

> one of my applications relies on libusb related feature. Can you be more specific? What libusb related feature you need which is not provided by hidraw backend?

> I'm having the same issue. Does it work if you run it with root privileges? If yes, then you are missing udev rules for your device.

I appreciate any help with this issue, ideally in the form of a pull request.

Can you send a pull request so we can see if the build check works?

I guess it's up to the Flatpak package maintainer to adjust the upstream code to work with Flatpak.

> except I'm pretty sure I compiled the version with that patch, and it still wasn't working. You are not exiting the process, so hid_exit is not being called. But...

Can you please add backwards compatibility for the rename, so also the old `device` would still work the same way? Maybe just `device = Device` would suffice.

Yeah, what happens if you scan a code via barcode scanner? Does it get to be typed like it was typed on a keyboard? (Open notepad and try scanning -...

Possible fixes in https://github.com/trustcrypto/onlykey-solo-python/commit/7e570dc0f7292eded4644f4eb637e22308aebd91 (files `solo/devices/base.py`, `solo/devices/solo_v1.py`, `solo/solotool.py`)