upekts: port to asynchronous model
This commit is contained in:
parent
5b1f6a0df7
commit
aeeec97fb2
3 changed files with 1069 additions and 492 deletions
|
@ -8,8 +8,8 @@ AES2501_SRC = drivers/aes2501.c drivers/aes2501.h
|
||||||
AES4000_SRC = drivers/aes4000.c
|
AES4000_SRC = drivers/aes4000.c
|
||||||
FDU2000_SRC = drivers/fdu2000.c
|
FDU2000_SRC = drivers/fdu2000.c
|
||||||
|
|
||||||
#DRIVER_SRC = $(UPEKTS_SRC) $(URU4000_SRC) $(AES1610_SRC) $(AES2501_SRC) $(AES4000_SRC) $(UPEKTC_SRC) $(FDU2000_SRC)
|
DRIVER_SRC = $(UPEKTS_SRC)
|
||||||
DRIVER_SRC =
|
#DRIVER_SRC = $(URU4000_SRC) $(AES1610_SRC) $(AES2501_SRC) $(AES4000_SRC) $(UPEKTC_SRC) $(FDU2000_SRC)
|
||||||
|
|
||||||
NBIS_SRC = \
|
NBIS_SRC = \
|
||||||
nbis/include/bozorth.h \
|
nbis/include/bozorth.h \
|
||||||
|
@ -56,6 +56,7 @@ libfprint_la_SOURCES = \
|
||||||
fp_internal.h \
|
fp_internal.h \
|
||||||
core.c \
|
core.c \
|
||||||
data.c \
|
data.c \
|
||||||
|
drv.c \
|
||||||
img.c \
|
img.c \
|
||||||
imgdev.c \
|
imgdev.c \
|
||||||
aeslib.c \
|
aeslib.c \
|
||||||
|
|
|
@ -325,6 +325,7 @@ static void register_driver(struct fp_driver *drv)
|
||||||
}
|
}
|
||||||
|
|
||||||
static struct fp_driver * const primitive_drivers[] = {
|
static struct fp_driver * const primitive_drivers[] = {
|
||||||
|
&upekts_driver,
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct fp_img_driver * const img_drivers[] = {
|
static struct fp_img_driver * const img_drivers[] = {
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue