summaryrefslogtreecommitdiff
path: root/Software/fprint/libfprint
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@freedesktop.org>2013-05-17 22:51:53 -0700
committerJoe Rayhawk <jrayhawk@freedesktop.org>2013-05-17 22:51:53 -0700
commit441cb7d88cc3ae7d9a118bb8d8770026662aec38 (patch)
tree81d926ea434d6cf8e3d010d1eb76c2d25b415eaf /Software/fprint/libfprint
parent89cb34cd4855fbfcbaa9ee149426399464f08a90 (diff)
moin2mdwn: convert page Software/fprint/libfprint/aes2660
Diffstat (limited to 'Software/fprint/libfprint')
-rw-r--r--Software/fprint/libfprint/aes2660.mdwn36
-rw-r--r--Software/fprint/libfprint/aes2660.moin32
2 files changed, 36 insertions, 32 deletions
diff --git a/Software/fprint/libfprint/aes2660.mdwn b/Software/fprint/libfprint/aes2660.mdwn
new file mode 100644
index 00000000..10f67e46
--- /dev/null
+++ b/Software/fprint/libfprint/aes2660.mdwn
@@ -0,0 +1,36 @@
+
+
+## Introduction
+
+[[!img eikon_mini_small.jpg]
+
+The `aes2660` driver supports devices based on the Authen``Tec AES2660 chipset.
+
+aes2660 is part of [[libfprint|Software/fprint/libfprint]] and is developed by Vasily Khoruzhick.
+
+
+## Supported devices
+
+This device can most commonly be found embedded in some laptops, standalone USB device exists - [[EikonMini|http://www.authentec.com/Products/TouchChips/Eikonmini.aspx]]
+
+
+## Driver history
+
+Vasily Khoruzhick wrote this driver based on bus traffic analysis and comparison with other Authen``Tec drivers. aes2660 shares almost all code with [[aes1660|Software/fprint/libfprint/aes1660]] driver, they only differ in init sequences and image width.
+
+
+## Device operation
+
+This is a swipe-type device which is similar to other Authen``Tec devices. Each frame is 192x8 pixels in size.
+
+
+## Security notes
+
+The fingerprint is always sent unencrypted over the USB bus. Device can encrypt image, but it's not supported. According to traffic logs, control traffic (commands) is never encrypted.
+
+
+## Imaging performance
+
+For Eikon``Mini scanner image quality is brilliant and imaging perfomance is good. MINDTCT finds over 40 minutiae on image.
+
+Scanning technique is same as for other swipe sensors: don't scan too fast, don't scan too slow, don't put too much pressure on the sensor.
diff --git a/Software/fprint/libfprint/aes2660.moin b/Software/fprint/libfprint/aes2660.moin
deleted file mode 100644
index 5cf320b4..00000000
--- a/Software/fprint/libfprint/aes2660.moin
+++ /dev/null
@@ -1,32 +0,0 @@
-== Introduction ==
-
-{{attachment:eikon_mini_small.jpg|Eikon Mini|align=right}}
-
-The `aes2660` driver supports devices based on the Authen``Tec AES2660 chipset.
-
-aes2660 is part of [[../../libfprint|libfprint]] and is developed by Vasily Khoruzhick.
-
-== Supported devices ==
-
-This device can most commonly be found embedded in some laptops, standalone USB device exists - [[http://www.authentec.com/Products/TouchChips/Eikonmini.aspx|EikonMini]]
-
-== Driver history ==
-
-Vasily Khoruzhick wrote this driver based on bus traffic analysis and comparison with other Authen``Tec drivers.
-aes2660 shares almost all code with [[../aes1660|aes1660]] driver, they only
-differ in init sequences and image width.
-
-== Device operation ==
-
-This is a swipe-type device which is similar to other Authen``Tec devices. Each frame is 192x8 pixels in size.
-
-== Security notes ==
-
-The fingerprint is always sent unencrypted over the USB bus. Device can encrypt image, but it's not supported.
-According to traffic logs, control traffic (commands) is never encrypted.
-
-== Imaging performance ==
-
-For Eikon``Mini scanner image quality is brilliant and imaging perfomance is good. MINDTCT finds over 40 minutiae on image.
-
-Scanning technique is same as for other swipe sensors: don't scan too fast, don't scan too slow, don't put too much pressure on the sensor.