- 15 May, 2018 1 commit
-
-
Bastien Nocera authored
The device is already handled by upektc_img driver, and its sources still exist in git if needed. https://bugs.freedesktop.org/show_bug.cgi?id=106514
-
- 14 May, 2018 1 commit
-
-
Bastien Nocera authored
Fix "function declaration isn’t a prototype" warning
-
- 11 May, 2018 1 commit
-
-
Bastien Nocera authored
In case NSS isn't available. https://bugs.freedesktop.org/show_bug.cgi?id=106278
-
- 11 Mar, 2018 3 commits
-
-
nbis/mindtct/morph.c:152:4: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] nbis/mindtct/morph.c:176:4: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] nbis/mindtct/morph.c:200:4: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] nbis/mindtct/morph.c:222:4: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] https://bugs.freedesktop.org/show_bug.cgi?id=105429
-
libusb_free_device_list() needs to be called on the list of USB devices obtained through libusb_get_device_list() or the list and its elements will be leaked. https://bugs.freedesktop.org/show_bug.cgi?id=105427
-
- 12 Dec, 2017 3 commits
-
-
-
-
Remove 2 entries from the whitelist for finger-print models for which we have a driver now, so they no longer need to be on the whitelist.
-
- 03 Dec, 2017 4 commits
-
-
-
-
Vasily Khoruzhick authored
Otherwise we get false positives on devices without encryption
-
Igor Filatov authored
-
- 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
-
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 14 commits
-
-
Vasily Khoruzhick authored
-
Vasily Khoruzhick 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
-