mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 23:12:04 +00:00
[USBEHCI_NEW]
- Disable debug spam svn path=/branches/usb-bringup-trunk/; revision=55225
This commit is contained in:
parent
bc7a50b969
commit
f0363e1cc1
1 changed files with 1 additions and 1 deletions
|
@ -1542,7 +1542,7 @@ CUSBRequest::FreeQueueHead(
|
|||
|
||||
if (USB_ENDPOINT_DIRECTION_IN(m_EndpointDescriptor->bEndpointAddress))
|
||||
{
|
||||
DPRINT1("m_TotalBytesTransferred %x, %x - %x\n",
|
||||
DPRINT("m_TotalBytesTransferred %x, %x - %x\n",
|
||||
m_TotalBytesTransferred,
|
||||
m_TransferDescriptors[DescriptorCount]->TotalBytesToTransfer,
|
||||
m_TransferDescriptors[DescriptorCount]->Token.Bits.TotalBytesToTransfer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue