Izico Chang wrote: > I plan to write a FS90 driver to wrap the closed source FS90 SDK > inside, is there any legal issue to do this way? I know your code is > LGPL.
Yes, LGPL means that you cannot link in that proprietary code. You would have to do it as a separate app, which is called by a new (written by you) libfprint driver. However, such code would not be accepted into libfprint (which is only interested in open code) and would be rejected by all major Linux distributions (due to the inclusion of proprietary software). Daniel _______________________________________________ fprint mailing list [email protected] http://lists.reactivated.net/mailman/listinfo/fprint
