mirror of
https://gitlab.freedesktop.org/libfprint/fprintd.git
synced 2026-05-02 08:27:59 +02:00
Add naive plugin support to the storage code, it will load plugins from $(libdir)/fprintd/modules, given the configuration from /etc/fprintd.conf.
16 lines
503 B
Text
16 lines
503 B
Text
Identification
|
|
Image transfer
|
|
Imaging
|
|
Automatically ReleaseDevice when application disconnects from bus
|
|
Rethink print handling - we discover on ListEnrolled and rediscover on each LoadPrintData
|
|
|
|
Enforce command sequences:
|
|
force VerifyStop after non-retry verify result comes in
|
|
only allow GetVerifyResult during a verification
|
|
only allow VerifyStop during a verification
|
|
etc
|
|
|
|
|
|
- Check whether we actually want claim to open the device, or allow
|
|
some operations to not require claiming the device
|
|
|