mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
upekts: Set the print type during enroll
The type of the print (RAW or NBIS) needs to be filled in by the driver. For most drivers the image devices does this (NBIS), but the corresponding call was missing in the upekts driver, rendering the enrolled print unusable.
This commit is contained in:
committed by
Benjamin Berg
parent
b95402bc72
commit
cecb01bcb9
@@ -1118,6 +1118,7 @@ e_handle_resp02 (FpDevice *dev, unsigned char *data,
|
||||
data_len - sizeof (scan_comp),
|
||||
1);
|
||||
|
||||
fpi_print_set_type (print, FPI_PRINT_RAW);
|
||||
g_object_set (print, "fpi-data", fp_data, NULL);
|
||||
g_object_ref (print);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user