> 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
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