commit | f9dc68fe7ad390428c6bc5d7ff582cdb5d92fcb8 | [log] [tgz] |
---|---|---|
author | Sarah Sharp <sarah.a.sharp@linux.intel.com> | Mon Jul 27 12:03:07 2009 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Jul 28 14:31:11 2009 -0700 |
tree | cf8dedd19944550c7d1c3d0e3d5f46446190810e | |
parent | d8f1a5ed52a81a953918d4aebe185ba008a7be34 [diff] |
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 <sarah.a.sharp@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>