From b2a78ddadcf4ba70204f72e348f406925c3beb69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Fri, 28 Feb 2020 17:47:34 +0100 Subject: [PATCH] README.tod.md: Add a basic readme file --- README.tod.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.tod.md diff --git a/README.tod.md b/README.tod.md new file mode 100644 index 00000000..34d71a8b --- /dev/null +++ b/README.tod.md @@ -0,0 +1,9 @@ +### 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 + +An example driver implementation is available: + - https://gitlab.freedesktop.org/3v1n0/libfprint-tod-example-driver