diff options
author | Chunfeng Yun <chunfeng.yun@mediatek.com> | 2017-12-08 17:10:06 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-12-08 18:26:34 +0100 |
commit | 72b663a99c074a8d073e7ecdae446cfb024ef551 (patch) | |
tree | ebf7f1fb721c33c05d207a0de089ccefdb46cc86 /fs/Kconfig | |
parent | xhci: Don't add a virt_dev to the devs array before it's fully allocated (diff) | |
download | linux-72b663a99c074a8d073e7ecdae446cfb024ef551.tar.xz linux-72b663a99c074a8d073e7ecdae446cfb024ef551.zip |
usb: xhci: fix TDS for MTK xHCI1.1
For MTK's xHCI 1.0 or latter, TD size is the number of max
packet sized packets remaining in the TD, not including
this TRB (following spec).
For MTK's xHCI 0.96 and older, TD size is the number of max
packet sized packets remaining in the TD, including this TRB
(not following spec).
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs/Kconfig')
0 files changed, 0 insertions, 0 deletions