mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[USBPORT] Accept negative BusTime in USB2_MoveTtEndpoint. CID 1434226
This commit is contained in:
parent
7b2bb85ceb
commit
d1e5699e60
1 changed files with 1 additions and 1 deletions
|
@ -617,7 +617,7 @@ USB2_DeallocateHS(IN PUSB2_TT_ENDPOINT TtEndpoint,
|
||||||
BOOLEAN
|
BOOLEAN
|
||||||
NTAPI
|
NTAPI
|
||||||
USB2_MoveTtEndpoint(IN PUSB2_TT_ENDPOINT TtEndpoint,
|
USB2_MoveTtEndpoint(IN PUSB2_TT_ENDPOINT TtEndpoint,
|
||||||
IN USHORT BusTime,
|
IN LONG BusTime,
|
||||||
IN PUSB2_REBALANCE Rebalance,
|
IN PUSB2_REBALANCE Rebalance,
|
||||||
IN ULONG RebalanceListEntries,
|
IN ULONG RebalanceListEntries,
|
||||||
OUT BOOLEAN * OutResult)
|
OUT BOOLEAN * OutResult)
|
||||||
|
|
Loading…
Reference in a new issue