Comment 8 for bug 1865845

Revision history for this message
Alex Tu (alextu) wrote : Re: No UI indication for fingerprint enrolling progress

after IHV changed the driver, the UI indication shows during enrollment.
It caused by the driver holding signals untile enrollment done.

But there's still an issue that will confuse the user that IHV driver asks for 12 enrollments but the MAX_ENROLL_STAGES is 10. This means the UI indication of the final 2 enrollments is hidden.

I feel we should extend MAX_ENROLL_STAGES to 20 or 30 and should not restrict the number of enrollments needed by the FP driver.