libfprint/libfprint
Marco Trevisan (Treviño) 8893840ffa synaptics: Always report verify state early on non-match
In some cases we want to complete the verification after that the finger has
been removed, but we still need to promptly report the match state otherwise
fpi-device will complain about, and will eventually cause a match error
instead that reporting a non-match:

  synaptics: Finger is now on the sensor
  synaptics: Received message with 0 sequence number 0x91, ignoring!
  synaptics: interrupt transfer done
  synaptics: delaying match failure until after finger removal!
  synaptics: interrupt transfer done
  device: Driver reported successful verify complete but did not report the
          result earlier. Reporting error instead
  libfprint: Failed to verify print: An unspecified error occured!

Fixes #227
2020-01-20 18:24:16 +00:00
..
drivers synaptics: Always report verify state early on non-match 2020-01-20 18:24:16 +00:00
nbis nbis: Make the extern global bozworth 'y' variable as bz_y 2019-12-04 18:52:18 +01:00
drivers_api.h cleanup: Use #pragma once everywhere 2019-12-17 14:38:19 +01:00
empty_file build: Remove the need to modify sources for new drivers 2018-05-24 12:23:39 +02:00
fp-context.c Prefix internal properties/signals with fpi- and annotate them 2019-12-18 12:25:06 +01:00
fp-context.h lib: Major rewrite of the libfprint core and API 2019-11-20 11:03:09 +01:00
fp-device-private.h Introduce an early reporting mechanism for verify and match 2020-01-13 14:37:39 +01:00
fp-device.c device: Add early match reporting to sync API 2020-01-13 14:37:39 +01:00
fp-device.h fp-device: Remove confusing success parameter on FpMatchCb 2020-01-16 20:24:42 +01:00
fp-image-device-private.h cleanup: Use FPI prefix for all the internal enum types 2019-12-17 14:38:19 +01:00
fp-image-device.c image-device: Fix reading default values from the class 2020-01-08 18:14:06 +01:00
fp-image-device.h lib: Major rewrite of the libfprint core and API 2019-11-20 11:03:09 +01:00
fp-image.c fp-image, fp-print: Move private methods to own code units 2019-12-11 20:07:13 +01:00
fp-image.h lib: Major rewrite of the libfprint core and API 2019-11-20 11:03:09 +01:00
fp-print-private.h cleanup: Use FPI prefix for all the internal enum types 2019-12-17 14:38:19 +01:00
fp-print.c Prefix internal properties/signals with fpi- and annotate them 2019-12-18 12:25:06 +01:00
fp-print.h fp-print: Add FP_FINGER_IS_VALID 2019-12-19 14:20:00 +01:00
fpi-assembling.c fpi-assembling: Fix offsets to be relative to the previous frame 2020-01-02 13:46:46 +01:00
fpi-assembling.h cleanup: Use #pragma once everywhere 2019-12-17 14:38:19 +01:00
fpi-byte-reader.c lib: Add byte data reader/writer helpers 2019-11-20 13:53:45 +01:00
fpi-byte-reader.h cleanup: Use #pragma once everywhere 2019-12-17 14:38:19 +01:00
fpi-byte-utils.h cleanup: Use #pragma once everywhere 2019-12-17 14:38:19 +01:00
fpi-byte-writer.c lib: Add byte data reader/writer helpers 2019-11-20 13:53:45 +01:00
fpi-byte-writer.h cleanup: Use #pragma once everywhere 2019-12-17 14:38:19 +01:00
fpi-context.h fpi-context: Make fpi_get_driver_types to return an array 2019-12-14 16:57:11 +01:00
fpi-device.c fpi-device: Only mark a device as closed if the operation succeeded 2020-01-17 19:03:33 +01:00
fpi-device.h Introduce an early reporting mechanism for verify and match 2020-01-13 14:37:39 +01:00
fpi-image-device.c image-device: Avoid invalid state transition on cancellation 2020-01-15 14:57:51 +01:00
fpi-image-device.h cleanup: Use FPI prefix for all the internal enum types 2019-12-17 14:38:19 +01:00
fpi-image.c fp-image, fp-print: Move private methods to own code units 2019-12-11 20:07:13 +01:00
fpi-image.h lib: Major rewrite of the libfprint core and API 2019-11-20 11:03:09 +01:00
fpi-log.h cleanup: Use #pragma once everywhere 2019-12-17 14:38:19 +01:00
fpi-minutiae.h cleanup: Don't make nbis depend on libfprint built-sources 2019-12-04 18:50:46 +01:00
fpi-print.c Prefix internal properties/signals with fpi- and annotate them 2019-12-18 12:25:06 +01:00
fpi-print.h cleanup: Use FPI prefix for all the internal enum types 2019-12-17 14:38:19 +01:00
fpi-ssm.c fpi-ssm: Clear delayed actions for parent and child on subssm start 2019-12-14 17:20:47 +01:00
fpi-ssm.h fpi-ssm, fpi-usb-transfer: Use fwd-declarations to avoid headers dependencies 2019-12-17 14:38:19 +01:00
fpi-usb-transfer.c cleanup: Use static functions for non-declared methods 2019-12-04 18:52:19 +01:00
fpi-usb-transfer.h fpi-ssm, fpi-usb-transfer: Use fwd-declarations to avoid headers dependencies 2019-12-17 14:38:19 +01:00
fprint-list-supported-devices.c fp-context, tools: Use auto-ptr to handle GTypeClass ownership 2019-12-14 17:20:45 +01:00
fprint-list-udev-rules.c fp-context, tools: Use auto-ptr to handle GTypeClass ownership 2019-12-14 17:20:45 +01:00
fprint.h Uncrustify everything except for nbis 2019-11-20 20:38:06 +01:00
libfprint.ver fprint: Move drivers to private internal library 2019-12-12 19:03:57 +01:00
meson.build libfprint: Make sure we install fp-enums.h in the right folder 2019-12-17 15:42:56 +01:00