Add UPEK TouchChip driver

The UPEK TouchChip is an active capacitance imaging device with a
press-type sensor. It also has image storage capabilities which will
hopefully be accessible through libfprint in the near future.

This device can be found in the Samsung P35 laptop.
This commit is contained in:
Jan-Michael Brummer
2007-11-16 18:15:43 +00:00
committed by Daniel Drake
parent 791eeab859
commit 72c304999a
5 changed files with 410 additions and 1 deletions

View File

@@ -140,6 +140,7 @@ struct fp_img_driver {
};
extern struct fp_driver upekts_driver;
extern struct fp_img_driver upektc_driver;
extern struct fp_img_driver uru4000_driver;
extern struct fp_img_driver aes2501_driver;
extern struct fp_img_driver aes4000_driver;