mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
lib: Add VFS5011 driver
New driver for VFS5011 138a:0011 and 138a:0018 https://bugs.freedesktop.org/show_bug.cgi?id=61692 [vasilykh]: - use g_get_real_time() instead of non-portable time() - use g_free() instead of free() - comment out "RECV(VFS5011_IN_ENDPOINT_CTRL2, 8)"
This commit is contained in:
committed by
Vasily Khoruzhick
parent
061a457658
commit
dc537ef2c9
@@ -296,6 +296,9 @@ extern struct fp_img_driver vfs101_driver;
|
||||
#ifdef ENABLE_VFS301
|
||||
extern struct fp_img_driver vfs301_driver;
|
||||
#endif
|
||||
#ifdef ENABLE_VFS5011
|
||||
extern struct fp_img_driver vfs5011_driver;
|
||||
#endif
|
||||
#ifdef ENABLE_UPEKTC_IMG
|
||||
extern struct fp_img_driver upektc_img_driver;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user