Re: [fprint] APC USB Biopod device aes3500 driver

2013-05-05 Thread Juvenn Woo
Sorry, newzenca! I think I'd missed your email. Thank you for offering help. As said in the Paul's thread of "AES3500 test report", I will clean the code a bit, and submit a patch. Will have a look at your diff as well. On Apr 20, 2013 1:22 AM, "newzenca" wrote: > ** > Hello, > > Juvenn im very

Re: [fprint] APC USB Biopod device aes3500 driver

2013-04-19 Thread newzenca
>From this page https://gist.github.com/juvenn/939298 I downloaded the diff file. In the actual version of libfprint not exactly correspond, make some changes based in the actual version of aes4000 driver. The result new aes3500.dif is attached in git form. There is some more changes because im

Re: [fprint] APC USB Biopod device aes3500 driver

2013-04-19 Thread Vasily Khoruzhick
Hi, Follow "Contributing" section at http://www.freedesktop.org/wiki/Software/fprint/libfprint i.e. just create a bug at bugzilla.freedesktop.org with git-formatted patch Regards Vasily On Fri, Apr 19, 2013 at 5:28 PM, Juvenn Woo wrote: > Hi Vasily, > > Is there a contribution guideline? Or s

Re: [fprint] APC USB Biopod device aes3500 driver

2013-04-19 Thread newzenca
Hello, Juvenn im very interested in the code. Can you share a link to ? Thanks in advance. By other hand i have 1 o this unit and i can enable ssh access to a machine having this device or buy one for a developer interested. This apc unit is cheap and easy to find in my country, that why in rea

Re: [fprint] APC USB Biopod device aes3500 driver

2013-04-19 Thread Juvenn Woo
Hi Vasily, 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? Thanks! best, -- jv ♫ m: (+86) 156 5238 4808 On Fri, Apr 19, 2013 at 9:24 PM, Juvenn Woo wrote: > Hi Vasily, > > This AES3500 device is a pr

Re: [fprint] APC USB Biopod device aes3500 driver

2013-04-19 Thread Juvenn Woo
Hi Vasily, 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

Re: [fprint] APC USB Biopod device aes3500 driver

2013-04-19 Thread Vasily Khoruzhick
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. Anyway, it's close to impossible to implement a driver without access to device :) Regards Vasily On Fri, Apr 19, 2013

[fprint] APC USB Biopod device aes3500 driver

2013-04-19 Thread newzenca
Hello, I found this site http://ww2.cs.fsu.edu/~micsmith/devices/ "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" in this base is not posible for some guru build a driver for this unit on libfpri