Re: [linux-usb-devel] driver question

2007-07-20 Thread David Brownell
> If we imagine a scenario where host sends a IN/OUT token and device > consistenly responds with NAK. what does the driver do in that case ? Whatever it wants. Usually it's correct to keep waiting for the deice to provide the data. > Does the driver timeout and abandaon the transaction in such

[linux-usb-devel] driver question

2007-07-20 Thread Rohan Akela
Hi I have following question about USB driver. 1. If we imagine a scenario where host sends a IN/OUT token and device consistenly responds with NAK. what does the driver do in that case ? Does the driver timeout and abandaon the transaction in such a case ? Which code fragement in the driver hand