]> git.ipfire.org Git - people/ms/u-boot.git/commit
usb: xhci: Add interrupt transfer support
authorBin Meng <bmeng.cn@gmail.com>
Mon, 18 Sep 2017 13:40:41 +0000 (06:40 -0700)
committerMarek Vasut <marex@denx.de>
Sun, 1 Oct 2017 14:32:53 +0000 (16:32 +0200)
commit1897d60130976ece389d5875187b78ba0d41428f
tree0edb552528f6bf8439221fef711d06770be515e2
parent2f0eb2ac4b84f94e2f7de6e4ec9b63ce07cfec7a
usb: xhci: Add interrupt transfer support

xHCI uses normal TRBs for both bulk and interrupt. This adds the
missing interrupt transfer support to xHCI so that devices like
USB keyboard that uses interrupt transfer can work.

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