[Fingerforce-commits] [libfprint] 16/20: vfs301: drop nr_enroll_stages override
Didier Raboud
odyx at alioth.debian.org
Sun Sep 29 13:43:38 UTC 2013
This is an automated email from the git hooks/post-receive script.
odyx pushed a commit to branch master
in repository libfprint.
commit e278e8321cb91bcbf577d05778fe6553a14b4f14
Author: Vasily Khoruzhick <anarsoul at gmail.com>
Date: Mon Feb 18 14:37:48 2013 +0300
vfs301: drop nr_enroll_stages override
Imaging drivers aren't allowed to change number of enroll stages anymore,
all that imaging driver does is providing image to the upper layer.
Upper layer decides if it needs more scans.
---
libfprint/drivers/vfs301.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/libfprint/drivers/vfs301.c b/libfprint/drivers/vfs301.c
index c0e3612..04db05e 100644
--- a/libfprint/drivers/vfs301.c
+++ b/libfprint/drivers/vfs301.c
@@ -244,9 +244,6 @@ static int dev_open(struct fp_img_dev *dev, unsigned long driver_data)
return r;
}
- /* Set enroll stage number */
- dev->dev->nr_enroll_stages = 1;
-
/* Initialize private structure */
vdev = g_malloc0(sizeof(vfs301_dev_t));
dev->priv = vdev;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/fingerforce/libfprint.git
More information about the Fingerforce-commits
mailing list