Add Elan driver

This commit is contained in:
Igor Filatov
2017-10-15 16:38:29 +03:00
parent d82847a6b4
commit cfe60c0640
7 changed files with 831 additions and 1 deletions

View File

@@ -308,6 +308,9 @@ extern struct fp_img_driver etes603_driver;
#ifdef ENABLE_VFS0050
extern struct fp_img_driver vfs0050_driver;
#endif
#ifdef ENABLE_ELAN
extern struct fp_img_driver elan_driver;
#endif
extern libusb_context *fpi_usb_ctx;
extern GSList *opened_devices;