- 14 May, 2017 1 commit
-
-
Vasily Khoruzhick authored
-
- 07 Nov, 2016 1 commit
-
-
Vasily Khoruzhick authored
-
- 06 Nov, 2016 5 commits
-
-
Vasily Khoruzhick authored
Add naive detection of image encryption: if stddev between two adjacent rows is higher than threshold assume that image is encrypted and decrypt it. Fixes fd.o bug 88945
-
Vasily Khoruzhick authored
Its width is only 216 pixels, and it appears not to be enough for matching at default threshold.
-
Vasily Khoruzhick authored
Use fpi_mean_sq_diff_norm() for blank line detection and fpi_mean_sq_diff_norm() for duplicate line detection. Fixes finger presence and removal detection.
-
Vasily Khoruzhick authored
-
Konstantin Semenov authored
New driver for 138a:0050 device https://bugs.freedesktop.org/show_bug.cgi?id=91616
-
- 04 Nov, 2016 3 commits
-
-
Bastien Nocera authored
The code was indented, but only the first call was actually in the conditional, which meant that initialisation carried on as normal on top of a failed USB device. Exit early and remove the conditional to fix this. https://bugzilla.gnome.org/show_bug.cgi?id=98594
-
Bastien Nocera authored
The code was indented, but only the first call was actually in the conditional, which meant that initialisation carried on as normal on top of a failed USB device. Exit early and remove the conditional to fix this.
-
-
- 03 Nov, 2016 1 commit
-
-
Bastien Nocera authored
Debian's ash doesn't implement pushd/popd.
-
- 19 Jul, 2016 1 commit
-
-
Bastien Nocera authored
-
- 12 Apr, 2016 1 commit
-
-
Bastien Nocera authored
The device is already supported by the vfs5011 driver and non- blacklisted, so will show up in the udev rules, but for ease of backporting to older versions, add it to the whitelist anyway. https://bugzilla.redhat.com/show_bug.cgi?id=1173367
-
- 16 Dec, 2015 27 commits
-
-
Vasily Khoruzhick authored
-
Vasily Khoruzhick authored
-
Volkau Siarhei authored
-
Vasily Khoruzhick authored
Driver is not able to cancel imaging process without this change
-
Vasily Khoruzhick authored
-
Vasily Khoruzhick authored
It was here for aes2501 and aes1610 before moving assembling routines into common code.
-
Vasily Khoruzhick authored
Height is not a good determinant in movement direction, normalized error is much better. Should fix aes1610 and aes2501 driver issues.
-
Vasily Khoruzhick authored
Set partial flag to remove false minutiae at the perimeter of a scan
-
Vasily Khoruzhick authored
Set partial flag to remove false minutiae at the perimeter of a scan
-
Vasily Khoruzhick authored
Set partial flag to remove false minutiae at the perimeter of a scan
-
Vasily Khoruzhick authored
Set partial flag to remove false minutiae at the perimeter of a scan
-
Vasily Khoruzhick authored
-
Vasily Khoruzhick authored
-
Vasily Khoruzhick authored
-
Vasily Khoruzhick authored
-
Vasily Khoruzhick authored
Frame assembling routines are not aes-specific, so move them into a separate file and add an accessor for peeking a pixel.
-
Vasily Khoruzhick authored
-
Vasily Khoruzhick authored
It seems that on faster devices, the driver can get more duplicate lines. Without this change scan looks too stretched. Suggested by: Thomas Rinsma <thomasrinsma@gmail.com>
-
Vasily Khoruzhick authored
Restart scan if core did not ask to terminate it explicitly.
-
Vasily Khoruzhick authored
Otherwise we end up in reporting the same result on next iteration.
-
Vasily Khoruzhick authored
Sensor can report "short scan" or "finger not centered" instead of image, so it's necessary to handle them gracefully.
-
Vasily Khoruzhick authored
Smart sensors like Upek TouchChip Coprocessor can provide scan status instead of image, as result we need to report such status as "short scan" or "finger not centered" from within the driver, since it's not a session error.
-
Vasily Khoruzhick authored
Replace upekts_img with upektc_img
-
Vasily Khoruzhick authored
Sensor width seems to be only 128 pixels and that's not enough for scanning whole finger surface. Lower bz3_threshold to 25, since for wrong finger score never goes above 10, but sometimes for right finger score is below 40.
-
Vasily Khoruzhick authored
Sensor width seems to be only 128 pixels and that's not enough for scanning whole finger surface. Lower bz3_threshold to 20, since for wrong fingerprint score never goes above 10, but sometimes for right finger score is below 40.
-
Vasily Khoruzhick authored
And activate perimeter points removal if this flag is set.
-
Vasily Khoruzhick authored
Remove minutiae that are located on scan perimeter
-