<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.28.3">
</HEAD>
<BODY>
>From this page <BR>
<A HREF="https://gist.github.com/juvenn/939298">https://gist.github.com/juvenn/939298</A><BR>
<BR>
I downloaded the diff file. In the actual version of libfprint not exactly correspond,<BR>
make some changes based in the actual version of aes4000 driver.<BR>
<BR>
The result new aes3500.dif is attached in git form.<BR>
<BR>
There is some more changes because im running centos 6 and Not have glib greater than 2.28 <BR>
which are taked from this mail <BR>
<BR>
<A HREF="http://lists.freedesktop.org/archives/fprint/2013-January/000414.html">http://lists.freedesktop.org/archives/fprint/2013-January/000414.html</A><BR>
basically <BR>
<BR>
                /*g_slist_free_full(aesdev->strips, g_free);*/<BR>
                g_slist_foreach(aesdev->strips, (GFunc) g_free, NULL);<BR>
                g_slist_free(aesdev->strips);<BR>
<BR>
and <BR>
<BR>
in configure.ac <BR>
<BR>
-PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.28])<BR>
+PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.00])<BR>
<BR>
<BR>
The unit APC BIOPOD is now capturing images but have a lot of problem for verify my own fingerprint, <BR>
fail 9 of 10 times.<BR>
<BR>
its related to images or driver?<BR>
<BR>
El vie, 19-04-2013 a las 21:26 +0300, Vasily Khoruzhick escribió:
<BLOCKQUOTE TYPE=CITE>
    Hi,
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BR>
    <BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    Follow "Contributing" section at <A HREF="http://www.freedesktop.org/wiki/Software/fprint/libfprint">http://www.freedesktop.org/wiki/Software/fprint/libfprint</A>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    i.e. just create a bug at <A HREF="http://bugzilla.freedesktop.org">bugzilla.freedesktop.org</A> with git-formatted patch
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BR>
    <BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    Regards
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    Vasily
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BR>
    <BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    On Fri, Apr 19, 2013 at 5:28 PM, Juvenn Woo <<A HREF="mailto:machese@gmail.com">machese@gmail.com</A>> wrote:
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BLOCKQUOTE>
        Hi Vasily,
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BLOCKQUOTE>
        <BR>
        <BR>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BLOCKQUOTE>
        Is there a contribution guideline? Or should I clean up my code based upon the git master branch, then submit a `git diff` for you to merge?
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BLOCKQUOTE>
        <BR>
        <BR>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BLOCKQUOTE>
        Thanks!
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BLOCKQUOTE>
        <BR>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BLOCKQUOTE>
        best,<BR>
        --<BR>
        jv ♫
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BLOCKQUOTE>
        m: <A HREF="tel:%28%2B86%29%20156%205238%204808">(+86) 156 5238 4808</A>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BLOCKQUOTE>
        <BR>
        <BR>
        <BR>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BLOCKQUOTE>
        On Fri, Apr 19, 2013 at 9:24 PM, Juvenn Woo <<A HREF="mailto:machese@gmail.com">machese@gmail.com</A>> wrote:
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BLOCKQUOTE>
        <BLOCKQUOTE>
            Hi Vasily,
        </BLOCKQUOTE>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BLOCKQUOTE>
        <BLOCKQUOTE>
            <BR>
            <BR>
        </BLOCKQUOTE>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BLOCKQUOTE>
        <BLOCKQUOTE>
            This AES3500 device is a press-typed sensor, with 128x128 dimension, which is very similiar to  Daniel Drake's AES4000 driver. By investigating Smith's work (those parameters), and forking Daniel's Aes4000 driver, I have had been able to make a driver that could scan images like biobpod, but the verification rate is too low that I thought it's not qualified to submit to libfprint.
        </BLOCKQUOTE>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BLOCKQUOTE>
        <BLOCKQUOTE>
            <BR>
            <BR>
        </BLOCKQUOTE>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BLOCKQUOTE>
        <BLOCKQUOTE>
            But if anyone interested, I could share my code.
        </BLOCKQUOTE>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BLOCKQUOTE>
        <BLOCKQUOTE>
            <BR>
            <BR>
        </BLOCKQUOTE>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BLOCKQUOTE>
        <BLOCKQUOTE>
            <BR>
            <BR>
        </BLOCKQUOTE>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BLOCKQUOTE>
        <BLOCKQUOTE>
            <BR>
        </BLOCKQUOTE>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BLOCKQUOTE>
        <BLOCKQUOTE>
            best,<BR>
            --<BR>
            jv ♫
        </BLOCKQUOTE>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BLOCKQUOTE>
        <BLOCKQUOTE>
            m: <A HREF="tel:%28%2B86%29%20156%205238%204808">(+86) 156 5238 4808</A>
        </BLOCKQUOTE>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BLOCKQUOTE>
        <BLOCKQUOTE>
            <BR>
            <BR>
        </BLOCKQUOTE>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BLOCKQUOTE>
        <BLOCKQUOTE>
            On Fri, Apr 19, 2013 at 9:10 PM, Vasily Khoruzhick <<A HREF="mailto:anarsoul@gmail.com">anarsoul@gmail.com</A>> wrote:
        </BLOCKQUOTE>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BLOCKQUOTE>
        <BLOCKQUOTE>
            <BLOCKQUOTE>
                This one is licensed under GPL, libfprint is licensed under LGPL, so it's not legal to use this code for producing libfprint driver without author permission to relicense code.
            </BLOCKQUOTE>
        </BLOCKQUOTE>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BLOCKQUOTE>
        <BLOCKQUOTE>
            <BLOCKQUOTE>
                <BR>
                <BR>
            </BLOCKQUOTE>
        </BLOCKQUOTE>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BLOCKQUOTE>
        <BLOCKQUOTE>
            <BLOCKQUOTE>
                Anyway, it's close to impossible to implement a driver without access to device :)
            </BLOCKQUOTE>
        </BLOCKQUOTE>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BLOCKQUOTE>
        <BLOCKQUOTE>
            <BLOCKQUOTE>
                <BR>
                <BR>
            </BLOCKQUOTE>
        </BLOCKQUOTE>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BLOCKQUOTE>
        <BLOCKQUOTE>
            <BLOCKQUOTE>
                Regards
            </BLOCKQUOTE>
        </BLOCKQUOTE>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BLOCKQUOTE>
        <BLOCKQUOTE>
            <BLOCKQUOTE>
                Vasily
            </BLOCKQUOTE>
        </BLOCKQUOTE>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BLOCKQUOTE>
        <BLOCKQUOTE>
            <BLOCKQUOTE>
                <BR>
                <BR>
            </BLOCKQUOTE>
        </BLOCKQUOTE>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BLOCKQUOTE>
        <BLOCKQUOTE>
            <BLOCKQUOTE>
                On Fri, Apr 19, 2013 at 3:15 PM, newzenca <<A HREF="mailto:newzenca@gmail.com">newzenca@gmail.com</A>> wrote:<BR>
                <BR>
            </BLOCKQUOTE>
        </BLOCKQUOTE>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BLOCKQUOTE>
        <BLOCKQUOTE>
            <BLOCKQUOTE>
                <BLOCKQUOTE>
                    Hello, <BR>
                    <BR>
                    I found this site <BR>
                    <A HREF="http://ww2.cs.fsu.edu/~micsmith/devices/">http://ww2.cs.fsu.edu/~micsmith/devices/</A><BR>
                    <BR>
                    "Here you will find the source code for an open source GPL'd Linux driver for the APC USB Biopod device which uses the AES3500 fingerprint sensor"<BR>
                    <BR>
                    in this base is not posible for some guru build a driver for this unit on libfprint.<BR>
                    <BR>
                    Thanks
                </BLOCKQUOTE>
            </BLOCKQUOTE>
        </BLOCKQUOTE>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BLOCKQUOTE>
        <BLOCKQUOTE>
            <BLOCKQUOTE>
                <BLOCKQUOTE>
                    <BR>
                    <BR>
                </BLOCKQUOTE>
            </BLOCKQUOTE>
        </BLOCKQUOTE>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BLOCKQUOTE>
        <BLOCKQUOTE>
            <BLOCKQUOTE>
                <BLOCKQUOTE>
                    _______________________________________________<BR>
                    fprint mailing list<BR>
                    <A HREF="mailto:fprint@lists.freedesktop.org">fprint@lists.freedesktop.org</A><BR>
                    <A HREF="http://lists.freedesktop.org/mailman/listinfo/fprint">http://lists.freedesktop.org/mailman/listinfo/fprint</A><BR>
                    <BR>
                </BLOCKQUOTE>
            </BLOCKQUOTE>
        </BLOCKQUOTE>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BLOCKQUOTE>
        <BLOCKQUOTE>
            <BLOCKQUOTE>
                <BR>
                <BR>
            </BLOCKQUOTE>
        </BLOCKQUOTE>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BLOCKQUOTE>
        <BLOCKQUOTE>
            <BLOCKQUOTE>
                <BR>
                _______________________________________________<BR>
                fprint mailing list<BR>
                <A HREF="mailto:fprint@lists.freedesktop.org">fprint@lists.freedesktop.org</A><BR>
                <A HREF="http://lists.freedesktop.org/mailman/listinfo/fprint">http://lists.freedesktop.org/mailman/listinfo/fprint</A><BR>
                <BR>
            </BLOCKQUOTE>
        </BLOCKQUOTE>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BLOCKQUOTE>
        <BLOCKQUOTE>
            <BR>
            <BR>
        </BLOCKQUOTE>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BLOCKQUOTE>
        <BR>
        <BR>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BLOCKQUOTE>
        <BR>
        _______________________________________________<BR>
        fprint mailing list<BR>
        <A HREF="mailto:fprint@lists.freedesktop.org">fprint@lists.freedesktop.org</A><BR>
        <A HREF="http://lists.freedesktop.org/mailman/listinfo/fprint">http://lists.freedesktop.org/mailman/listinfo/fprint</A><BR>
        <BR>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BR>
    <BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
<PRE>
_______________________________________________
fprint mailing list
<A HREF="mailto:fprint@lists.freedesktop.org">fprint@lists.freedesktop.org</A>
<A HREF="http://lists.freedesktop.org/mailman/listinfo/fprint">http://lists.freedesktop.org/mailman/listinfo/fprint</A>
</PRE>
</BLOCKQUOTE>
<BR>
</BODY>
</HTML>