From: Hans de Goede Date: Thu, 3 Oct 2013 22:29:49 +0000 (+0200) Subject: xhci: For streams the dequeue ptr must be read from the stream ctx X-Git-Tag: v3.15-rc1~137^2~26^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9aad95e292f58d00aa0f2e30c7f7dafd7fc7491c;p=pandora-kernel.git xhci: For streams the dequeue ptr must be read from the stream ctx This fixes TR dequeue validation failing on Intel XHCI controllers with the following warning: Mismatch between completed Set TR Deq Ptr command & xHCI internal state. Interestingly enough reading the deq ptr from the ep ctx after a TR Deq Ptr command does work on a Nec XHCI controller, it seems the Nec writes the ptr to both the ep and stream contexts when streams are used. Signed-off-by: Hans de Goede Signed-off-by: Sarah Sharp --- Reading git-diff-tree failed