Skip to content

Handle data-not-found for MoC devices

Marco Trevisan requested to merge 3v1n0/fprintd:handle-data-not-found into master

If a print we have stored locally is not available in device anymore, we need to cleanup the local database.

To do this rely on libfprint data-not-found error, and if we get that during identification or verification, delete the selected print (in case of verification) or remove the prints not listed anymore by the device (in case of identification).

Related to: libfprint!201 (closed) (even if it works even without it for synaptics)

Merge request reports