Skip to content

fpi-image-device: Add ability to override the capture completion behavior

Marco Trevisan requested to merge 3v1n0/libfprint:complete-captured into master

Make possible for drivers to handle the capture action completion to make possible to them to use the early-report mechanism while finishing other operations before marking the action completed.


Not sure would be instead better to add more vfuncs to handle all the cases, but I think having just one extra serves quite well, given that one can just override a case if needed.

Merge request reports