David Meggy wrote:
Hi

I've just been looking for USB device chips and drivers for them.  I can
see in the stock Linux tree a driver for net2280, but nothing else.  A
few webpages refer to other drivers, but I can't seem to find any.

See http://www.linux-usb.org/gadget; the BK trees have drivers for three other USB controllers. Or four if you count "dummy_hcd".


Also if I do decide to write my own driver, is there any documentation
on what functions it must provide, and/or a good driver to follow as an
example.  The net2280 is quite a large driver, and it would be nicer to
have a much smaller model to follow.

Try the goku_udc driver, it's about 2/3 as large. Or superh_udc, which is even a bit smaller but doesn't yet do DMA.

- David




------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to