Re Re: [linux-usb-devel] USB Query:

2002-01-05 Thread Pankaj Kumar Soni
Hello All I am sending code of that driver. Pankaj. On Thu, 03 Jan 2002 Greg KH wrote : > On Thu, Jan 03, 2002 at 11:09:31AM -, Pankaj Kumar > Soni wrote: > > > > Hello All, > > I have some query regarding USB. > > > > 1.In interrupt mode can i use same end pipe for both >

Re: [linux-usb-devel] USB Query:

2002-01-03 Thread Greg KH
On Thu, Jan 03, 2002 at 11:09:31AM -, Pankaj Kumar Soni wrote: > > Hello All, > I have some query regarding USB. > > 1.In interrupt mode can i use same end pipe for both transfer and > receive data ,say first send and then receive. No. Please read the USB spec about this. > 2. I am using

[linux-usb-devel] USB Query:

2002-01-03 Thread Pankaj Kumar Soni
Hello All, I have some query regarding USB. 1.In interrupt mode can i use same end pipe for both transfer and receive data ,say first send and then receive. 2. I am using cat /dev/usb/driver to read from the device.But callback, that i am passing, starts executing like an infinite loop b