commit | 2bc748c1d2c28c0afc9996383903ec191da718e2 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Mon Sep 18 06:40:41 2017 -0700 |
committer | Marek Vasut <marex@denx.de> | Sun Oct 01 16:32:53 2017 +0200 |
tree | 0edb552528f6bf8439221fef711d06770be515e2 | |
parent | 94e0e7578adb454c7f9926888b03fbcb35cc7ba9 [diff] |
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>