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

@@ -145,6 +145,7 @@ extern struct fp_img_driver uru4000_driver;
extern struct fp_img_driver aes1610_driver;
extern struct fp_img_driver aes2501_driver;
extern struct fp_img_driver aes4000_driver;
extern struct fp_img_driver fdu2000_driver;
void fpi_img_driver_setup(struct fp_img_driver *idriver);