Comment 4 for bug 1157372

Revision history for this message
Ryan Harkin (ryanharkin) wrote :

The driver ought to have configurable timeouts for such occasions, if not, perhaps that is the "proper" fix.

To get around the noise problem, you could try using the function "MicroSecondDelay(delay_in_micro_secs);" to cause delays, rather than using a DEBUG.

Of course, the problem you are seeing could be interrupt related or something like that, so switching to a delay would also verify that it is a pure timeout problem.