mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
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:
committed by
Bastien Nocera
parent
a99e813bbf
commit
7c7402a697
@@ -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)
|
||||
|
||||
@@ -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
Reference in New Issue
Block a user