Files
libfprint/debian
Marco Trevisan (Treviño) ef6433c8be debian/patches: Ensure that identify works with old goodix driver
Newer fprintd supports duplicate-detection, this implies sending to the
device an empty prints gallery, expecting the device to give us a
matched print against its storage.

In case the device has no storage we're doing this anyway, but goodix
doesn't handle this properly, so let's just ignore the case if no prints
are passed.

Also, once returned the value we might initialize a type multiple times,
and let's avoid this not to have a dead-lock after the first action.

LP: #1966911
2022-07-17 17:35:31 +02:00
..
2022-03-27 23:48:11 +02:00
2019-08-23 17:24:14 +02:00

libfprint-TOD - libfprint for Touch OEM Drivers

This is a light fork of libfprint to expose internal Drivers API in order to create drivers as shared libraries.

Fork is hosted at: https://gitlab.freedesktop.org/3v1n0/libfprint/tree/tod

Packaging for this is handled via gbp, so you need to make sure that you have added the remote:

git remote add origin-tod https://gitlab.freedesktop.org/3v1n0/libfprint.git
git fetch origin-tod --tags

To get the latest tod release, just use gbp import-orig --uscan.