Skip to content

synaptics: Fix the problem when match is failed.

Vincent Huang requested to merge vincenth/libfprint:fix-match-failed into master

This commit fixes the problem that the sensor becomes unresponsive after pressing the wrong fingerprint, it's one case of #208 (closed). We fix the problem and make sure that the non-match report is delayed until the finger is removed, so the next verification request wouldn't be sent until finger presses next time.

Merge request reports