- 03 Dec, 2012 4 commits
-
-
Bastien Nocera authored
-
Bastien Nocera authored
Due to missing quotes
-
Bastien Nocera authored
-
Vasily Khoruzhick authored
If the image is too small some coordinates can become negative. Handle this to avoid memory corruption. https://bugs.freedesktop.org/show_bug.cgi?id=57730
-
- 01 Dec, 2012 3 commits
-
-
Bastien Nocera authored
-
Vasily Khoruzhick authored
Fixes dist when aesX660 drivers are disabled from the build. https://bugs.freedesktop.org/show_bug.cgi?id=57724
-
Vasily Khoruzhick authored
When neither of the AES drivers are built, no need to build the common routines. https://bugs.freedesktop.org/show_bug.cgi?id=57724
-
- 29 Nov, 2012 10 commits
-
-
-
-
-
-
-
-
-
Vasily Khoruzhick authored
AuthenTec devices send 4bpp images, but current code assumes 3bpp for some reason. https://bugs.freedesktop.org/show_bug.cgi?id=57426
-
Vasily Khoruzhick authored
Move overlap detection and assembling code into aeslib to prevent code duplication https://bugs.freedesktop.org/show_bug.cgi?id=57426
-
-
- 16 Nov, 2012 5 commits
-
-
-
Vasily Khoruzhick authored
ID is just a some magic number to make fingerprint from one scanner model incompatible with another scanner model. Get rid of "magic", declare enum and use it. https://bugs.freedesktop.org/show_bug.cgi?id=56956
-
-
Vasily Khoruzhick authored
ssm->priv is not aesdev, but fp_img_dev https://bugs.freedesktop.org/show_bug.cgi?id=56782
-
- 06 Nov, 2012 6 commits
-
-
Vasily Khoruzhick authored
Stop scan only after 3rd heartbeat message https://bugs.freedesktop.org/show_bug.cgi?id=56782
-
Bastien Nocera authored
A few signedness problems.
-
Vasily Khoruzhick authored
Remove dead code https://bugs.freedesktop.org/show_bug.cgi?id=56439
-
Vasily Khoruzhick authored
Fix warnings reported by gcc https://bugs.freedesktop.org/show_bug.cgi?id=56439
-
-
Vasily Khoruzhick authored
It fixes a lot of warnings about shadowing global variable https://bugs.freedesktop.org/show_bug.cgi?id=56439
-
- 05 Nov, 2012 8 commits
-
-
-
-
Vasily Khoruzhick authored
When scanning, check the histogram sum, and increase the ADREFHI register value if the sum is too low, or decrease it if it's too high. https://bugs.freedesktop.org/show_bug.cgi?id=56715
-
Vasily Khoruzhick authored
Wait for 3 empty frames before stopping the scan The driver used to stop the scan immediately after an empty frame (by checking for hist sum == 0), but it is possible to get empty frames in the middle of the scan due to low finger pressure. Waiting for 3 empty frames stop the driver wrongly aborting the scan too early. https://bugs.freedesktop.org/show_bug.cgi?id=56715
-
Vasily Khoruzhick authored
Fix warning in sync.c when debug logs are not enabled https://bugs.freedesktop.org/show_bug.cgi?id=56439
-
Vasily Khoruzhick authored
Fix warnings reported by gcc https://bugs.freedesktop.org/show_bug.cgi?id=56439
-
Vasily Khoruzhick authored
Fix warnings reported by gcc https://bugs.freedesktop.org/show_bug.cgi?id=56439
-
Timo Teräs authored
By adding native encryption support, rather than poking at the firmware to disable it. This also makes the URU4000B use native encryption. https://bugs.freedesktop.org/show_bug.cgi?id=55351
-
- 15 Oct, 2012 1 commit
-
-
Bastien Nocera authored
-
- 11 Oct, 2012 1 commit
-
-
Vasily Khoruzhick authored
Initial implementation of AES2550/AES2810 driver. Does not support AES2810 crypto engine and external flash. https://bugs.freedesktop.org/show_bug.cgi?id=50859
-
- 28 Aug, 2012 2 commits
-
-
Bastien Nocera authored
-
-