[USBPORT] Accept negative BusTime in USB2_MoveTtEndpoint. CID 1434226

This commit is contained in:
Thomas Faber 2018-08-15 12:20:01 +02:00
parent 7b2bb85ceb
commit d1e5699e60
No known key found for this signature in database
GPG key ID: 076E7C3D44720826

View file

@ -617,7 +617,7 @@ USB2_DeallocateHS(IN PUSB2_TT_ENDPOINT TtEndpoint,
BOOLEAN
NTAPI
USB2_MoveTtEndpoint(IN PUSB2_TT_ENDPOINT TtEndpoint,
IN USHORT BusTime,
IN LONG BusTime,
IN PUSB2_REBALANCE Rebalance,
IN ULONG RebalanceListEntries,
OUT BOOLEAN * OutResult)