]> git.baikalelectronics.ru Git - uboot.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)
commit9abd00691f8870db03ae0258d9ddba250edf6b46
tree0edb552528f6bf8439221fef711d06770be515e2
parent4902ab1fecae3a329a93c2d89cafe9863392f2c6
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