mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 10:35:28 +00:00
[USBPORT] Fixing use DeviceSpeed instead Direction.
This commit is contained in:
parent
a4dee8e3ac
commit
797ebcab72
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ USB2_GetOverhead(IN PUSB2_TT_ENDPOINT TtEndpoint)
|
||||||
|
|
||||||
TransferType = TtEndpoint->TtEndpointParams.TransferType;
|
TransferType = TtEndpoint->TtEndpointParams.TransferType;
|
||||||
Direction = TtEndpoint->TtEndpointParams.Direction;
|
Direction = TtEndpoint->TtEndpointParams.Direction;
|
||||||
DeviceSpeed = TtEndpoint->TtEndpointParams.Direction;
|
DeviceSpeed = TtEndpoint->TtEndpointParams.DeviceSpeed;
|
||||||
|
|
||||||
HostDelay = TtEndpoint->Tt->HcExtension->HcDelayTime;
|
HostDelay = TtEndpoint->Tt->HcExtension->HcDelayTime;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue