Skip to content
Commit f51966bf authored by Bin Meng's avatar Bin Meng Committed by Marek Vasut
Browse files

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: default avatarBin Meng <bmeng.cn@gmail.com>
parent 061895fb
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment