Add EgisTec ES603 driver

This driver handles EgisTec ES603 device, ID 1c7a:0603
This commit is contained in:
Patrick Marlier
2012-12-12 20:43:09 +01:00
committed by Vasily Khoruzhick
parent e0966cb20f
commit a6101026d2
6 changed files with 1538 additions and 1 deletions

View File

@@ -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;