From: Sarah Sharp Date: Mon, 27 Jul 2009 19:03:07 +0000 (-0700) Subject: USB: xhci: Set TD size in transfer TRB. X-Git-Tag: v2.6.31-rc5~71^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9dc68fe7ad390428c6bc5d7ff582cdb5d92fcb8;p=pandora-kernel.git USB: xhci: Set TD size in transfer TRB. The 0.95 xHCI specification requires software to set the "TD size" field in each transaction request block (TRB). This field gives the host controller an indication of how much data is remaining in the TD (including the buffer in the current TRB). Set this field in bulk TRBs and data stage TRBs for control transfers. Signed-off-by: Sarah Sharp Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed