summaryrefslogtreecommitdiff
path: root/drivers/cpu
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2017-09-18 06:40:47 -0700
committerMarek Vasut <marex@denx.de>2017-10-01 16:32:54 +0200
commitf51966bf7afe44151756e9a2432705bb56bc2007 (patch)
treeeefaa61400e609e077e12620c10239c051c4ff5a /drivers/cpu
parent061895fbe57d29f50bb3c6c8609d56a668d1387d (diff)
usb: xhci: Honor endpoint's interval
USB endpoint reports the period between consecutive requests to send or receive data as bInverval in its endpoint descriptor. So far this is ignored by xHCI driver and the 'Interval' field in xHC's endpoint context is always programmed to zero which means 1ms for low speed or full speed , or 125us for high speed or super speed. We should honor the interval by getting it from endpoint descriptor. Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'drivers/cpu')
0 files changed, 0 insertions, 0 deletions