From: Andiry Xu Date: Thu, 22 Jul 2010 22:23:25 +0000 (-0700) Subject: USB: xHCI: Missed Service Error Event process X-Git-Tag: v2.6.36-rc1~293^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d18240db797ed749b511b8dc910c5dcf08be46d6;p=pandora-kernel.git USB: xHCI: Missed Service Error Event process This patch adds mechanism to process Missed Service Error Event. Sometimes the xHC is unable to process the isoc TDs in time, it will generate Missed Service Error Event. In this case some TDs on the ring are not processed and missed. When encounter a Missed Servce Error Event, set the skip flag of the ep, and process the missed TDs until reach the next processed TD, then clear the skip flag. Signed-off-by: Andiry Xu Signed-off-by: Sarah Sharp Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed