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:
Arseniy Lartsev
2013-11-05 16:32:15 +08:00
committed by Vasily Khoruzhick
parent 061a457658
commit dc537ef2c9
7 changed files with 7231 additions and 1 deletions

View File

@@ -39,6 +39,7 @@ enum {
AES3500_ID = 16,
UPEKTC_IMG_ID = 17,
ETES603_ID = 18,
VFS5011_ID = 19,
};
#endif

1020
libfprint/drivers/vfs5011.c Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff