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

@@ -336,6 +336,7 @@ static struct fp_img_driver * const img_drivers[] = {
&uru4000_driver,
&aes2501_driver,
&aes4000_driver,
&upektc_driver,
};
static void register_drivers(void)