- Octeon-SDK strictly requires multi_count to be zero for
full and low speed devices.
This commit is contained in:
parent
5eda6329b2
commit
1f74cf8ccf
@ -169,7 +169,7 @@ octusb_host_alloc_endpoint(struct octusb_td *td)
|
||||
(td->qh->ep_num & UE_DIR_IN) ? CVMX_USB_DIRECTION_IN :
|
||||
CVMX_USB_DIRECTION_OUT,
|
||||
td->qh->ep_interval,
|
||||
td->qh->ep_mult,
|
||||
(td->qh->dev_speed == USB_SPEED_HIGH) ? td->qh->ep_mult : 0,
|
||||
td->qh->hs_hub_addr,
|
||||
td->qh->hs_hub_port);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user