mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
aes3k: add aes3500 driver
This driver supports AES3500 device (08ff:5731) and utilizes common routines from AES4000.
This commit is contained in:
committed by
Vasily Khoruzhick
parent
12c1088777
commit
aeca32fc12
@@ -267,6 +267,9 @@ extern struct fp_img_driver aes2550_driver;
|
||||
#ifdef ENABLE_AES2660
|
||||
extern struct fp_img_driver aes2660_driver;
|
||||
#endif
|
||||
#ifdef ENABLE_AES3500
|
||||
extern struct fp_img_driver aes3500_driver;
|
||||
#endif
|
||||
#ifdef ENABLE_AES4000
|
||||
extern struct fp_img_driver aes4000_driver;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user