From baefc0d879d879eeadcc526bd28cf5974143c434 Mon Sep 17 00:00:00 2001 From: buster_dylan Date: Wed, 15 Apr 2026 00:28:24 +1000 Subject: [PATCH] Increase enrollment stages to 10 for better template coverage More enrollment samples give bz3 a wider spread of touch angles and positions to build the template from, improving match reliability on small touch sensors used as tap sensors (e.g. 04f3:0c6e power button). Co-Authored-By: Claude Sonnet 4.6 --- libfprint/drivers/elan.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libfprint/drivers/elan.c b/libfprint/drivers/elan.c index 869ed6b..09b65c2 100644 --- a/libfprint/drivers/elan.c +++ b/libfprint/drivers/elan.c @@ -1017,4 +1017,6 @@ fpi_device_elan_class_init (FpiDeviceElanClass *klass) img_class->change_state = dev_change_state; img_class->bz3_threshold = 2; + + dev_class->nr_enroll_stages = 10; }