Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions libfprint/drivers/goodixtls/goodix511.c
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,13 @@ fpi_device_goodixtls511_class_init (FpiDeviceGoodixTls511Class * class)

dev_class->scan_type = FP_SCAN_TYPE_PRESS;

/* The temperature model is a time-based estimate, not a real sensor
* reading. Its 180s default aborts enrolment on this device before the
* 20 stages can be collected, since each press yields a small partial
* image and many presses are needed. goodixmoc, elanmoc, fpcmoc and
* synaptics all disable it the same way. */
dev_class->temp_hot_seconds = -1;

// TODO
img_dev_class->bz3_threshold = 24;
img_dev_class->img_width = GOODIX511_WIDTH;
Expand Down