Merge branch 'wip/hadess/more-upekts-statuses' into 'master'
upekts: Fix enrollment never finishing on some upekts devices See merge request libfprint/libfprint!3
This commit is contained in:
commit
871fddf5fb
1 changed files with 3 additions and 0 deletions
|
@ -1018,6 +1018,9 @@ static void e_handle_resp00(struct fp_dev *dev, unsigned char *data,
|
|||
case 0x0c:
|
||||
case 0x0d:
|
||||
case 0x0e:
|
||||
case 0x26:
|
||||
case 0x27:
|
||||
case 0x2e:
|
||||
/* if we previously completed a non-last enrollment stage, we'll
|
||||
* get this code to indicate successful stage completion */
|
||||
if (upekdev->enroll_passed) {
|
||||
|
|
Loading…
Reference in a new issue