Changes between Version 1 and Version 2 of Ticket #9624, comment 10


Ignore:
Timestamp:
May 2, 2013, 3:06:54 PM (11 years ago)
Author:
phoudoin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9624, comment 10

    v1 v2  
    1 The MISMATCH errors are showing that either we've just facing 16bits alignment or, and it's here far worst, we've retrieved more than a single frame but only consume the first one.
    2 And the reason is quite simple: our driver is clearly not burst-mode aware...
     1The MISMATCH errors are showing that either we've just facing 16bits alignment or, and it's here far worst, we've retrieved from USB controler more than a single frame but only consume the first one.
     2And the reason is quite simple: our driver is clearly not Multi-Frame-Burst (MFB) mode aware... aka broken.
    33
    44The three error at ~05.12.328 seems more related to an USB error condition, though.