Added support for Validity VFS101

USB ID 138a:0001
This commit is contained in:
Sergio Cerlesi
2011-03-30 14:20:22 +02:00
committed by Bastien Nocera
parent a3ae96c214
commit d2e957683f
5 changed files with 1594 additions and 1 deletions

View File

@@ -265,6 +265,9 @@ extern struct fp_img_driver fdu2000_driver;
#ifdef ENABLE_VCOM5S
extern struct fp_img_driver vcom5s_driver;
#endif
#ifdef ENABLE_VFS101
extern struct fp_img_driver vfs101_driver;
#endif
extern libusb_context *fpi_usb_ctx;
extern GSList *opened_devices;