Skip to content

fp-print: Add aliases for First and Last finger in our order

Marco Trevisan requested to merge 3v1n0/libfprint:fingers-refs into master

We might want to iterate through the supported fingers values, to do that we were hardcoding FP_FINGER_LEFT_THUMB and FP_FINGER_RIGHT_LITTLE as first and last fingers.

Not that we'd ever get more fingers (unless some weird radiation would do the job), but it's logically nicer to read than random hardcoded values.

Merge request reports