mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
Add Secugen FDU2000 driver
[dsd@gentoo.org: some trivial changes: fixed some warnings fixed fp_img memory leak on error renamed endpoint constants (calling a bulk endpoint 'ctrl' is confusing, as a control endpoint is something different) ]
This commit is contained in:
committed by
Daniel Drake
parent
659d8346be
commit
6f456f399d
@@ -334,6 +334,7 @@ static struct fp_img_driver * const img_drivers[] = {
|
||||
&aes2501_driver,
|
||||
&aes4000_driver,
|
||||
&upektc_driver,
|
||||
&fdu2000_driver,
|
||||
};
|
||||
|
||||
static void register_drivers(void)
|
||||
|
||||
Reference in New Issue
Block a user