Files
libfprint/libfprint
Benjamin Berg a748f4d30f elan: Simplify elan driver internal state machine
The elan driver always "deactivates" the device after a cpature run. We
can simplify the while internal state into a single "active" state and
rely on the image device driving this state machine correctly.

i.e.:
 * We start a callibrate/capture/deactivate when we go into the
   AWAIT_FINGER_ON state
 * We only store the fact that we are active and want to deactivate
 * We rely on the image device never going into the AWAIT_FINGER_ON
   state without first waiting for the finger to be off (which implies
   deactivation).
2020-11-04 14:13:00 +01:00
..
2020-06-04 09:34:31 -07:00
2019-12-19 14:20:00 +01:00
2020-04-14 13:51:02 +02:00
2020-06-04 09:34:31 -07:00
2019-12-17 14:38:19 +01:00
2019-11-20 20:38:06 +01:00