Skip to content

device: Restart verification if error is "retry"

Bastien Nocera requested to merge wip/hadess/handle-retry into master

fprintd's API docs say that "retry" errors for verification "the verification is still ongoing" and that "[the] user should retry scanning their finger.

Unfortunately, retry errors are fatal in libfprint. Make fprintd restart operations when "retry" is the error for either identification or verification purposes.

Closes: #22 (closed)

Merge request reports