Gabriel Franco wrote: > I started developing the VFS101 driver yesterday. It will be a slow > start since I'm still getting used to the code and environment. But I > have one question. > > I got the skeleton ready and the device is appearing on the > fprint_demo. For that I specified driver id = 10 to my source code. > > Can I user driver ID 10 for the VFS101? How should I request this ID > to be added to the list in the WIKI? Should it only be added when the > driver is ready?
We can figure this out easily, don't worry about these small details. When I developed the other drivers, I usually started off by writing C applications to perform image capture and save a PGM file to disk. This is an easy development environment where you don't have to worry about those details. Once you've got this far, converting it to a libfprint driver won't take long. Daniel _______________________________________________ fprint mailing list [email protected] http://lists.reactivated.net/mailman/listinfo/fprint
