anarsoul / libfprint

libfprint with my WiP drivers
GNU Lesser General Public License v2.1
27 stars 10 forks source link

Use 5 enroll stages to match settings in imgdev #3

Closed rayl closed 11 years ago

rayl commented 11 years ago

This fixes a hang in the fprint_demo enrollment process, where action_completed() returned TRUE after VFS_NR_ENROLL=1 scan, but the program expected fp_dev_get_nr_enroll_stages()=5 scans.

Signed-off-by: Ray Lehtiniemi rayl@mail.com

anarsoul commented 11 years ago

See comment to your commit in your repo, that's not a right way to fix this issue.