From: Alex He Date: Fri, 3 Jun 2011 07:58:25 +0000 (+0800) Subject: xHCI 1.0: Force Stopped Event(FSE) X-Git-Tag: v3.0-rc6~29^2~5^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1cf486d881d853d710e2d86a7adfc5fd260990f;p=pandora-kernel.git xHCI 1.0: Force Stopped Event(FSE) FSE shall occur on the TD natural boundary. The software ep_ring dequeue pointer exceed the hardware ep_ring dequeue pointer in these cases of Table-3. As a result, the event_trb(pointed by hardware dequeue pointer) of the FSE can't be found in the current TD(pointed by software dequeue pointer). What should we do is to figured out the FSE case and skip over it. Signed-off-by: Alex He Signed-off-by: Sarah Sharp --- Reading git-diff-tree failed