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:
Gustavo Chain
2007-12-27 01:09:32 +00:00
committed by Daniel Drake
parent 659d8346be
commit 6f456f399d
4 changed files with 315 additions and 1 deletions

View File

@@ -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)