mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
Add EgisTec ES603 driver
This driver handles EgisTec ES603 device, ID 1c7a:0603
This commit is contained in:
committed by
Vasily Khoruzhick
parent
e0966cb20f
commit
a6101026d2
@@ -299,6 +299,9 @@ extern struct fp_img_driver vfs301_driver;
|
||||
#ifdef ENABLE_UPEKTC_IMG
|
||||
extern struct fp_img_driver upektc_img_driver;
|
||||
#endif
|
||||
#ifdef ENABLE_ETES603
|
||||
extern struct fp_img_driver etes603_driver;
|
||||
#endif
|
||||
|
||||
extern libusb_context *fpi_usb_ctx;
|
||||
extern GSList *opened_devices;
|
||||
|
||||
Reference in New Issue
Block a user