uunicorn

Results 92 comments of uunicorn

Hi @dodancs , Not having a `*.xpfwext` seems to be normal for some sensors. However you do need a driver DLL. Looking at your file list `synaWudfBioUsbSGX107.dll` appears to be...

Nah, sorry. I have a feeling that dealing with SGX could take way more time than I'm prepared to spend on it. Are you sure there are no non-SGX versions...

A bit of background in case some one wants to fix this and raise a PR: Most of commands require to be sent over a secure channel (TLS). TLS wraps...

I've pushed the fix and released 0.14 to Ubuntu PPA. Please test.

Hi @amikot , `python-validity` is not a generic/universal driver. It is only intended to support some subset of Synaptic (used to be called Validity) sensors which share the same low-level...

> Which tells people to check compatibility of the sensor with fprintd on their page and if it's listed there, then install python-validity with open-fprintd. It is actually the opposite....

Yeah, it is sort of `sudo` and/or PAM module problem, not the `python-validity` itself. In theory it should be possible to authenticate with either a finger or a password *in...

> But I expect this to prevent the package to be accepted into the distros, as I think automatically downloading and flashing firmware on package installation conflicts with RedHat's/Fedora's packaging...

> neither calib-data.bin nor backoff exist on this repo Those are runtime files. They are still in use (`python-validity` creates and uses them), however they probably do not belong in...

I concur, `python-validity` abuses `/usr/share`, but this PR looks incomplete. There is more stuff stored under `/usr/share/python-validity/` which belongs in `/var`, like, calibration data and firmware. We also need to...