Finish implementation of AES1610 driver

Ported to the new internal libfprint API.

https://bugzilla.redhat.com/show_bug.cgi?id=499732
This commit is contained in:
Guido Grazioli
2010-08-17 11:36:34 +01:00
committed by Bastien Nocera
parent a99e813bbf
commit 7c7402a697
4 changed files with 840 additions and 262 deletions

View File

@@ -100,9 +100,9 @@ endif
#DRIVER_SRC += $(FDU2000_SRC)
#endif
#if ENABLE_AES1610
#DRIVER_SRC += $(AES1610_SRC)
#endif
if ENABLE_AES1610
DRIVER_SRC += $(AES1610_SRC)
endif
if ENABLE_AES2501
DRIVER_SRC += $(AES2501_SRC)

View File

@@ -361,11 +361,11 @@ static struct fp_img_driver * const img_drivers[] = {
#ifdef ENABLE_UPEKSONLY
&upeksonly_driver,
#endif
/*
#ifdef ENABLE_AES1610
&aes1610_driver,
#endif
#ifdef ENABLE_UPEKTC
/*#ifdef ENABLE_UPEKTC
&upektc_driver,
#endif
#ifdef ENABLE_FDU2000

File diff suppressed because it is too large Load Diff