From 3add2d102995ef7dd69b527b565c47ca80cf974f Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Fri, 2 Oct 2015 18:36:54 +0000 Subject: [PATCH] Add fingerprint data --- magic/Magdir/finger | 16 ++++++++++++++++ magic/Makefile.am | 3 ++- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 magic/Magdir/finger diff --git a/magic/Magdir/finger b/magic/Magdir/finger new file mode 100644 index 00000000..dc3530b9 --- /dev/null +++ b/magic/Magdir/finger @@ -0,0 +1,16 @@ + +#------------------------------------------------------------------------------ +# $File: images,v 1.108 2015/09/21 21:12:43 christos Exp $ +# fingerprint: file(1) magic for fingerprint data +# XPM bitmaps) +# + +# http://cgit.freedesktop.org/libfprint/libfprint/tree/libfprint/data.c + +0 string FP1 libfprint fingerprint data V1 +3 beshort x \b, driver_id %x +5 belong x \b, devtype %x + +0 string FP2 libfprint fingerprint data V2 +3 beshort x \b, driver_id %x +5 belong x \b, devtype %x diff --git a/magic/Makefile.am b/magic/Makefile.am index d4a7a8f9..89ac844a 100644 --- a/magic/Makefile.am +++ b/magic/Makefile.am @@ -1,5 +1,5 @@ # -# $File: Makefile.am,v 1.103 2015/03/17 15:15:12 christos Exp $ +# $File: Makefile.am,v 1.104 2015/09/30 20:32:35 christos Exp $ # MAGIC_FRAGMENT_BASE = Magdir MAGIC_DIR = $(top_srcdir)/magic @@ -79,6 +79,7 @@ $(MAGIC_FRAGMENT_DIR)/erlang \ $(MAGIC_FRAGMENT_DIR)/esri \ $(MAGIC_FRAGMENT_DIR)/fcs \ $(MAGIC_FRAGMENT_DIR)/filesystems \ +$(MAGIC_FRAGMENT_DIR)/finger \ $(MAGIC_FRAGMENT_DIR)/flash \ $(MAGIC_FRAGMENT_DIR)/fonts \ $(MAGIC_FRAGMENT_DIR)/fortran \ -- 2.40.0