mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-09 04:13:33 +02:00
Detect when a device is disconnected
Pretty hacky way to detect whether the device we're handling has been disconnected during a verify or enrollment. This should allow us to avoid users having to wait when somebody pulls the plug.
This commit is contained in:
committed by
Daniel Drake
parent
bbead87f58
commit
4ea1c48f9f
@ -182,6 +182,12 @@
|
||||
The user should remove their finger from the reader and retry scanning their finger, the verification is still ongoing.
|
||||
</doc:definition>
|
||||
</doc:item>
|
||||
<doc:item>
|
||||
<doc:term>verify-disconnected</doc:term>
|
||||
<doc:definition>
|
||||
The device was disconnected during the verification, no other actions should be taken, and you shouldn't use the device any more.
|
||||
</doc:definition>
|
||||
</doc:item>
|
||||
<doc:item>
|
||||
<doc:term>verify-unknown-error</doc:term>
|
||||
<doc:definition>
|
||||
@ -239,6 +245,13 @@
|
||||
The user should remove their finger from the reader and retry scanning their finger, the enrollment is still ongoing.
|
||||
</doc:definition>
|
||||
</doc:item>
|
||||
<doc:item>
|
||||
<doc:term>enroll-disconnected</doc:term>
|
||||
<doc:definition>
|
||||
The device was disconnected during the enrollment, no other actions should be taken, and you shouldn't use the device any more.
|
||||
|
||||
</doc:definition>
|
||||
</doc:item>
|
||||
<doc:item>
|
||||
<doc:term>enroll-unknown-error</doc:term>
|
||||
<doc:definition>
|
||||
|
||||
Reference in New Issue
Block a user