mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[USBPORT] Reduces output of debug messages.
This commit is contained in:
parent
5ffefbe945
commit
1926238056
1 changed files with 6 additions and 6 deletions
|
@ -200,9 +200,9 @@ USB2_GetHsOverhead(IN PUSB2_TT_ENDPOINT TtEndpoint,
|
|||
*OverheadCS = HostDelay + USB2_HS_CS_INTERRUPT_IN_OVERHEAD;
|
||||
}
|
||||
|
||||
DPRINT("USB2_GetHsOverhead: *OverheadSS - %X, *OverheadCS - %X\n",
|
||||
*OverheadSS,
|
||||
*OverheadCS);
|
||||
//DPRINT("USB2_GetHsOverhead: *OverheadSS - %X, *OverheadCS - %X\n",
|
||||
// *OverheadSS,
|
||||
// *OverheadCS);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -214,9 +214,9 @@ USB2_GetLastIsoTime(IN PUSB2_TT_ENDPOINT TtEndpoint,
|
|||
PUSB2_TT_ENDPOINT nextTtEndpoint;
|
||||
ULONG Result;
|
||||
|
||||
DPRINT("USB2_GetLastIsoTime: TtEndpoint - %p, Frame - %X\n",
|
||||
TtEndpoint,
|
||||
Frame);
|
||||
//DPRINT("USB2_GetLastIsoTime: TtEndpoint - %p, Frame - %X\n",
|
||||
// TtEndpoint,
|
||||
// Frame);
|
||||
|
||||
nextTtEndpoint = TtEndpoint->Tt->FrameBudget[Frame].IsoEndpoint->NextTtEndpoint;
|
||||
|
||||
|
|
Loading…
Reference in a new issue