]> asedeno.scripts.mit.edu Git - linux.git/commit
xhci: fix typo in babble endpoint handling comment
authorRajesh Bhagat <rajesh.bhagat@nxp.com>
Fri, 11 Mar 2016 04:57:49 +0000 (10:27 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 18 Apr 2016 19:33:15 +0000 (04:33 +0900)
commitd4fc8bf59746b6ef9bdbec42a608b89d0221b7df
treed8e5075f09891fd81ddcddbe1f01c6d128b82817
parent351e67ab5c0582e833c8d67dccb034348879cf25
xhci: fix typo in babble endpoint handling comment

The 0.95 xHCI spec says that non-control endpoints will be halted if a
babble is detected on a transfer.  The 0.96 xHCI spec says all types of
endpoints will be halted when a babble is detected.  Some hardware that
claims to be 0.95 compliant halts the control endpoint anyway.

Reference: http://www.spinics.net/lists/linux-usb/msg21755.html

Signed-off-by: Rajesh Bhagat <rajesh.bhagat@nxp.com>
Reviewed-by: Felipe Balbi <balbi@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/xhci-ring.c