Hi Pete and Rodolfo. I also need to get the device USB port working on an au1100 board. We have code running under a 2.4 kernel working on this board, and I'm currently porting the code to a 2.6 kernel. The USB device port seems to work OK for us with the 2.4 kernel. Pete, Is there a full description of the timing problem somewhere on the web? In particular, how quickly does the interrupt need to be serviced? Rodolfo, Have you done any more work on this, or are you giving it up as a lost cause? Cheers, Ian On Thu, 2005-10-06 at 17:47 +0200, Rodolfo Giometti wrote: > On Thu, Oct 06, 2005 at 08:32:52AM -0700, Pete Popov wrote: > > USB Host should be working fine. USB Gadget on the Au1000,1100,1500,1550 > > just won't happen due to hw limitations. USB host and gadget on the 1200 > > Thanks for your answer! > > Can you please explain to me (in brief :) which hw limitations are you > talking about? Do you mean that usb device support in Linux cannot be > implemented, or just that this can be done but with some restriction? Timing issues with the Au1x00 (not the au1200) make the Linux gadget implementation extremely difficult to support. If you don't service the usb interrupt within a certain amount of time, you lose the status and the gadget loses its state. Pete