]> git.ipfire.org Git - people/ms/u-boot.git/commit
usb: xhci: Set 'Error Count' to 0 for isoch endpoints
authorBin Meng <bmeng.cn@gmail.com>
Mon, 18 Sep 2017 13:40:49 +0000 (06:40 -0700)
committerMarek Vasut <marex@denx.de>
Sun, 1 Oct 2017 14:32:54 +0000 (16:32 +0200)
commitab2b727dc03113fe35d6a9c937911055be3d3990
tree4766f95cb7e57de846c93c5d4466122427d9988e
parentfa483b2c750f6ebdb5946f46b217aa3f9a449531
usb: xhci: Set 'Error Count' to 0 for isoch endpoints

Per xHCI spec, 'Error Count' should be set to 0 for isoch endpoints.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
drivers/usb/host/xhci.c