From: Andiry Xu Date: Thu, 6 Jan 2011 07:43:39 +0000 (+0800) Subject: xHCI: prolong host controller halt time limit X-Git-Tag: v2.6.39-rc1~472^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdfca5025a159c8bb966e3b87b0c084dd1f831a9;p=pandora-kernel.git xHCI: prolong host controller halt time limit xHCI 1.0 spec specifies the xHC shall halt within 16ms after software clears Run/Stop bit. In xHCI 0.96 spec the time limit is 16 microframes (2ms), it's too short and often cause dmesg shows "Host controller not halted, aborting reset." message when rmmod xhci-hcd. Modify the time limit to comply with xHCI 1.0 specification and prevents the warning message showing when remove xhci-hcd. Signed-off-by: Andiry Xu Signed-off-by: Sarah Sharp --- Reading git-diff-tree failed