virtual-device-storage: Set needed finger state on enroll and verify
This commit is contained in:
parent
50f522583e
commit
43d0dfdd8f
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ dev_identify (FpDevice *dev)
|
||||||
g_autofree char *scan_id = NULL;
|
g_autofree char *scan_id = NULL;
|
||||||
|
|
||||||
fpi_device_get_identify_data (dev, &prints);
|
fpi_device_get_identify_data (dev, &prints);
|
||||||
|
fpi_device_report_finger_status (dev, FP_FINGER_STATUS_NEEDED);
|
||||||
|
|
||||||
scan_id = process_cmds (self, TRUE, &error);
|
scan_id = process_cmds (self, TRUE, &error);
|
||||||
if (should_wait_for_command (self, error))
|
if (should_wait_for_command (self, error))
|
||||||
|
|
Loading…
Reference in a new issue