Skip to content

device: Adjust to new libfprint API for early match reporting

Benjamin Berg requested to merge benzea/adjust-to-1.90.1-api into master

This API is added to libfprint to allow drivers to report the match result early before the operation has been completed. As of now, no driver makes use of this facility yet and instead try to finish the operation early for quick result reporting.

Once drivers are updated, printd performance will regress unless the early match callback is implemented.

Merge request reports