Re: [linux-usb-devel] problem with testusb -at2

2004-12-16 Thread David Brownell
On Thursday 16 December 2004 9:05 am, [EMAIL PROTECTED] wrote: > Hello, > > I write the usb device controller for our stuff and I tested for bulk-out is > correct. The tests 1, 3, 5, 7 passed. The problem is bulk-in transfert, I > don't undestand how can I implement it in udc driver. I got er

[linux-usb-devel] problem with testusb -at2

2004-12-16 Thread christian
Hello, I write the usb device controller for our stuff and I tested for bulk-out is correct. The tests 1, 3, 5, 7 passed. The problem is bulk-in transfert, I don't undestand how can I implement it in udc driver. I got error each time that I try to execute testusb -at2... error 121! Regards