[linux-usb-devel] EP-0 returns timeout even when data is received by the device.

2007-05-12 Thread Jayaprakash Shanmugam
Hi All, I have a EHCI host connected to 4 USB devices (dev1, dev2, dev3 and dev4). I have two processes that make use of these devices through a kernel object. I have some vendor commands (through EP-0) to all the devices. Apart from this, dev1 has EP2 ( in ) bulk, dev2 has EP2 ( in )

Re: [linux-usb-devel] EP-0 returns timeout even when data is received by the device.

2007-05-12 Thread Alan Stern
On Sat, 12 May 2007, Jayaprakash Shanmugam wrote: Hi All, I have a EHCI host connected to 4 USB devices (dev1, dev2, dev3 and dev4). I have two processes that make use of these devices through a kernel object. I have some vendor commands (through EP-0) to all the devices. Apart from