On Tue, Nov 13, 2001 at 11:59:15AM +0100, Ing. Giorgio Alboni wrote: > I need to develop a USB driver for our device (FX2000 fingerprint scanner). > The FX2000 use bulk transfer. > How can I do it? (where find documentation and example).
If you are only using bulk transfers, I'd recommend using libusb. Search sourceforge for it. There is also a very good Linux USB developers guide on the web. There is a link to it from the http://www.linux-usb.org/ main page. And there is an example USB driver called usb-skeleton.c in the kernel tree. The October issue of Linux Journal has an article explaining how this driver works, and what you need to do to modify it for your own devices. And of course, the whole drivers/usb/ source tree is full of examples :) Hope this helps, greg k-h _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
