Re: [linux-usb-devel] USB module for Atmel uC

2003-08-14 Thread David Brownell
J. Dosher wrote: Are there any generic examples of interrupt mode usb drivers? At this point I'm really not trying to do anything fancy, so I suspect that the solution is really rather simple. You seem to mean "interrupt transfers", where the endpoint descriptor says "run this every N frames" (or

[linux-usb-devel] USB module for Atmel uC

2003-08-08 Thread J. Dosher
Hi. I've been working on writing a USB driver for the Atmel AT43USB355E device. This chip has an Atmel micro-controller along with a 2 port USB hub, and a pair of endpoints for the micro-controller. The chip also has some generic I/O, PWM drivers, ADC, etc. At this point I'm concentrating on writin