- Silence traces

svn path=/branches/usb-bringup-trunk/; revision=55045
This commit is contained in:
Johannes Anderwald 2012-01-21 17:07:01 +00:00
parent 6d707f2fb5
commit 0594c0a9a7
2 changed files with 2 additions and 2 deletions

View file

@ -191,7 +191,7 @@ USBHUB_PdoHandleInternalDeviceControl(
//
// Set the real device handle
//
DPRINT("UsbdDeviceHandle %x, ChildDeviceHandle %x\n", Urb->UrbHeader.UsbdDeviceHandle, ChildDeviceExtension->UsbDeviceHandle);
//DPRINT("UsbdDeviceHandle %x, ChildDeviceHandle %x\n", Urb->UrbHeader.UsbdDeviceHandle, ChildDeviceExtension->UsbDeviceHandle);
Urb->UrbHeader.UsbdDeviceHandle = ChildDeviceExtension->UsbDeviceHandle;

View file

@ -155,7 +155,7 @@ USBHUB_DispatchInternalDeviceControl(
PDEVICE_OBJECT DeviceObject,
PIRP Irp)
{
DPRINT1("Usbhub: DispatchInternalDeviceControl\n");
//DPRINT1("Usbhub: DispatchInternalDeviceControl\n");
if (((PHUB_DEVICE_EXTENSION)DeviceObject->DeviceExtension)->Common.IsFDO)
return USBHUB_IrpStub(DeviceObject, Irp);
else