summaryrefslogtreecommitdiff
path: root/libfprint/core.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-19Add EgisTec ES603 driverPatrick Marlier1-0/+3
2013-08-19Add upektc_img driverVasily Khoruzhick1-0/+3
2013-08-12Implement image capture (both synchronous and asynchronous variants)Vasily Khoruzhick1-33/+1
2013-08-12aes3k: add aes3500 driverJuvenn Woo1-0/+3
2012-11-29lib: add AES2660 driverVasily Khoruzhick1-0/+3
2012-11-29lib: add AES1660 driverVasily Khoruzhick1-0/+3
2012-11-16upektc: Port to asynchronous modelVasily Khoruzhick1-2/+2
2012-10-11lib: Add AES2550/AES2810 driverVasily Khoruzhick1-0/+3
2012-08-28lib: Add VFS300/VFS301 driverAndrej Krutak1-0/+3
2012-08-14lib: Fix global variables collision with libusbVasily Khoruzhick1-6/+6
2011-04-08Added support for Validity VFS101Sergio Cerlesi1-0/+3
2010-08-18Don't crash when no devices are presentBastien Nocera1-4/+6
2010-08-17Rework "discover" code for driversBastien Nocera1-17/+46
2010-08-17Add (disabled) UPEK EikonII (TCRD4C) driverJorge Suarez de Lis1-0/+3
2010-08-17Finish implementation of AES1610 driverGuido Grazioli1-2/+2
2008-11-20Logging controlDaniel Drake1-3/+62
2008-11-20Export scan type for each driverBastien Nocera1-0/+10
2008-11-02Tag fingerprint devices in HALBastien Nocera1-0/+18
2008-10-31Missing parameter in fp_err callGordon Stratton1-1/+1
2008-08-10Allow drivers to be included/excluded at compile timePavel Herrman1-2/+22
2008-07-09Enable libusb debug messagesDaniel Drake1-0/+1
2008-07-09Add upeksonly driver for UPEK TouchStrip sensor-only devicesDaniel Drake1-0/+1
2008-07-02Update for libusb-0.9.1Daniel Drake1-3/+4
2008-05-13Adapting to latest libusb-1.0 changesVasily Khoruzhick1-3/+9
2008-04-06some libusb pointers are now constDaniel Drake1-1/+2
2008-03-19Add Veridicom 5th Sense driverDaniel Drake1-0/+1
2008-03-10Update for libusb API reworkDaniel Drake1-13/+20
2008-03-01Provide access to fd setDaniel Drake1-0/+1
2008-03-01Public async API implementationDaniel Drake1-533/+12
2008-02-18uru4000: port to asynchronous modelDaniel Drake1-2/+2
2008-02-16Add timing and polling infrastructureDaniel Drake1-13/+15
2008-02-16aes2501: port to asynchronous modelDaniel Drake1-1/+1
2008-02-16aes4000: port to asynchronous modelDaniel Drake1-1/+1
2008-02-16Port imaging layer to asynchronous modelDaniel Drake1-1/+3
2008-02-16upekts: port to asynchronous modelDaniel Drake1-0/+1
2008-02-16Port primitive driver layer to asynchronous modelDaniel Drake1-52/+225
2008-01-30Disable all drivers while internal API is being reworkedDaniel Drake1-3/+3
2008-01-30Port to libusb-0.9.0 (synchronous I/O)Daniel Drake1-15/+18
2007-12-27Add Secugen FDU2000 driverGustavo Chain1-0/+1
2007-12-27Compiler flags updateDaniel Drake1-5/+5
2007-11-22Hookup AES1610 driverDaniel Drake1-0/+1
2007-11-21Implement identification for imaging devicesDaniel Drake1-4/+0
2007-11-20Identification infrastructureDaniel Drake1-0/+94
2007-11-17Use G_N_ELEMENTS macroDaniel Drake1-2/+2
2007-11-17Add UPEK TouchChip driverJan-Michael Brummer1-0/+1
2007-11-15Doc and build updatesDaniel Drake1-2/+6
2007-11-15Add AES2501 driverDaniel Drake1-0/+1
2007-11-15Return images through enroll/verify pathDaniel Drake1-8/+37
2007-11-15Clean up on exit, and convert to singly-linked-listsDaniel Drake1-15/+51
2007-11-04API documentationDaniel Drake1-1/+461