]> granicus.if.org Git - file/commitdiff
Add fingerprint data
authorChristos Zoulas <christos@zoulas.com>
Fri, 2 Oct 2015 18:36:54 +0000 (18:36 +0000)
committerChristos Zoulas <christos@zoulas.com>
Fri, 2 Oct 2015 18:36:54 +0000 (18:36 +0000)
magic/Magdir/finger [new file with mode: 0644]
magic/Makefile.am

diff --git a/magic/Magdir/finger b/magic/Magdir/finger
new file mode 100644 (file)
index 0000000..dc3530b
--- /dev/null
@@ -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
index d4a7a8f917237eb1d3889a90d26212fb083ec55f..89ac844a035652e2e0cad0028f1183ec70ba0e34 100644 (file)
@@ -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 \