Skip to content

fpi-ssm: Support named SSMs and use a fallback macro

Marco Trevisan requested to merge 3v1n0/libfprint:named-ssm into master

Add fpi_ssm_new_full() that allows to pass a name to the state-machine constructor, not to change all the drivers, provide a fpi_ssm_new() macro that stringifies the nr_parameters value (usually an enum value) as the name so that we can use it for better debugging.

Merge request reports