Add (disabled) UPEK EikonII (TCRD4C) driver

The device driver is always disabled as it uses the same Device ID
as another working reader:
https://bugzilla.redhat.com/show_bug.cgi?id=504399#c38
This commit is contained in:
Jorge Suarez de Lis
2010-08-17 19:36:56 +01:00
committed by Bastien Nocera
parent 7c7402a697
commit 5a1926bb41
5 changed files with 1480 additions and 1 deletions

View File

@@ -238,6 +238,9 @@ struct fp_img_driver {
#ifdef ENABLE_UPEKTS
extern struct fp_driver upekts_driver;
#endif
#ifdef ENABLE_UPEKE2
extern struct fp_driver upeke2_driver;
#endif
#ifdef ENABLE_UPEKTC
extern struct fp_img_driver upektc_driver;
#endif