summaryrefslogtreecommitdiff
path: root/common/fpsensor/fpsensor.c
Commit message (Expand)AuthorAgeFilesLines
* tree: Make all console commands staticTom Hughes2021-10-151-5/+5
* fpsensor: Propagate no match auth code when finger outside rangePatryk Duda2021-09-071-6/+36
* Revert "fpsensor: Support building firmware that works for both sensors"Tom Hughes2021-04-071-68/+41
* fpsensor: Support building firmware that works for both sensorsYicheng Li2021-04-021-41/+68
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-141-3/+3
* atomic: rename atomic_read_clear to atomic_clearDawid Niedzwiecki2020-11-021-3/+3
* include/config.h: Replace CONFIG_FP_SENSOR with CONFIG_FINGERPRINT_MCUTom Hughes2020-10-301-0/+4
* tree: Use new atomic_* implementationDawid Niedzwiecki2020-10-271-4/+4
* tree: rename atomic_* functions to deprecated_atomic_*Jack Rosenthal2020-09-291-4/+4
* fpsensor: Fix buffer check to account for overflowTom Hughes2020-09-251-4/+10
* fpsensor: Run maintenance when in maintenance modeTom Hughes2020-08-311-0/+3
* fingerprint: Stopgap to repair public buildsCraig Hesling2020-08-151-1/+4
* driver/fingerprint: Add a common sensor maintenance functionTom Hughes2020-08-061-0/+8
* fpsensor: cleanup multiple fp spi enableBhanu Prakash Maiya2020-06-051-6/+0
* bloonchipper: Add transport and sensor detectionTom Hughes2020-01-081-0/+6
* fpsensor: Make fpcapture and fpenroll restrictedCraig Hesling2019-11-181-4/+14
* fpsensor: Add support for migration to positive match secret.Yicheng Li2019-10-101-4/+34
* fpsensor: Enable positive match secret and positive match salt on enrollment.Yicheng Li2019-10-091-15/+72
* fpsensor: Implement command to read positive_match_secret.Yicheng Li2019-10-091-7/+10
* fpsensor: Prepare positive match salt.Yicheng Li2019-10-041-2/+7
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-021-5/+5
* fpsensor: Deinit the sensor before clearing the contextTom Hughes2019-09-281-5/+15
* fpsensor: replace memset() with always_memset()Yicheng Li2019-09-041-0/+3
* fpsensor: Change crypto functions to return error code instead of result codeYicheng Li2019-07-261-4/+4
* fpsensor: Add help descriptions for console commandsstabilize-12301.BTom Hughes2019-06-261-4/+8
* fpsensor: Return correct error code for console commandTom Hughes2019-06-241-2/+2
* fpsensor: Refactor fp_command_modeTom Hughes2019-06-241-7/+18
* fpsensor: Move crypto-related code to fpsensor_crypto.cYicheng Li2019-06-131-135/+4
* fpsensor: Replace ccprintf/s with CCPRINTF/STom Hughes2019-06-071-11/+11
* fpsensor: Add instructions for using screen instead of minicomTom Hughes2019-06-061-1/+18
* Move fingerprint files to their own directoryTom Hughes2019-06-051-0/+814