Hi Piotr, Please follow "contributing" section in HACKING file or on this wiki page: http://www.freedesktop.org/wiki/Software/fprint/libfprint/
You need to create git-formatted patch and attach it to newly created bug at freedesktop bugzilla. I'll try to find some time to take a look on your patch this weekend. Regards Vasily On Sun, Dec 8, 2013 at 4:30 PM, pietrek -- <[email protected]> wrote: > Hi, > thanks for your help. Now my AES3400 works. > I used functions > r = fp_dev_img_capture(capture_device, 0, &img); > r = fpi_img_to_print_data( (struct fp_img_dev *) &capture_device /* ugly > hack ;pp */,img,&enrolled_print); > to enroll image and > r = fpi_img_compare_print_data_to_gallery(data, gal, tolerance, &n); > to verify it. Could you default export those functions default? > I found how to do contionous scanning on my aes3400( { 0x81, 0x05 } ), > but if this register isn't cleaned after scanning reader doesn't stop > sending scans and usb buffer overflows > so I have to reopen device. Is it possible in this library to write register > and flush usb buffer after scanning? > I also attach my driver, could you add it to the library? > Piotr Jarosz > > > _______________________________________________ > fprint mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/fprint > _______________________________________________ fprint mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/fprint
