Re: usbtest usage

2008-02-22 Thread Francis Moreau
On Fri, Feb 22, 2008 at 10:00 AM, David Brownell <[EMAIL PROTECTED]> wrote: > On Friday 22 February 2008, Francis Moreau wrote: > > > > > > > > To start the tests, I use the testusb user tool with the wrapper > script test.sh. > > > > In this script, the buflen for the host is set to 2048. >

Re: usbtest usage

2008-02-22 Thread David Brownell
On Friday 22 February 2008, Francis Moreau wrote: > >  > > >  > To start the tests, I use the testusb user tool with the wrapper script > > test.sh. > >  > In this script, the buflen for the host is set to 2048. > > > >  Which as you note is incompatible with "pattern=1". > > > >  If you want to u

Re: usbtest usage

2008-02-22 Thread Francis Moreau
On Fri, Feb 22, 2008 at 8:52 AM, David Brownell <[EMAIL PROTECTED]> wrote: > On Wednesday 20 February 2008, Francis Moreau wrote: > > Hello, > > > > I'm struggling with this module to test my udc. > > > > I loaded the zero driver like the following: > > > > $ modprobe g_zero pattern=1 >

Re: usbtest usage

2008-02-21 Thread David Brownell
On Wednesday 20 February 2008, Francis Moreau wrote: > Hello, > > I'm struggling with this module to test my udc. > > I loaded the zero driver like the following: > > $ modprobe g_zero pattern=1 > > and loaded usbtest module on the host: > > $ modprobe usbtest pattern=1 > > So I basic

usbtest usage

2008-02-20 Thread Francis Moreau
Hello, I'm struggling with this module to test my udc. I loaded the zero driver like the following: $ modprobe g_zero pattern=1 and loaded usbtest module on the host: $ modprobe usbtest pattern=1 So I basically use the default parameters for both modules. Specially the 'buflen' parame