[USBHUB][USBUHCI][CDROM_NEW]

- Remove dead code. By Kudratov Olimjon.
CORE-8545

svn path=/trunk/; revision=64267
This commit is contained in:
Thomas Faber 2014-09-25 12:41:40 +00:00
parent ed83e65c34
commit bff55bbd93
3 changed files with 0 additions and 9 deletions

View file

@ -1197,7 +1197,6 @@ RetryControl:
IoMarkIrpPending(Irp);
IoStartPacket(DeviceObject, Irp, NULL, NULL);
return STATUS_PENDING;
break;
}
case IOCTL_DVD_READ_KEY: {

View file

@ -294,7 +294,6 @@ USBHUB_PdoHandleInternalDeviceControl(
//
Status = FowardUrbToRootHub(RootHubDeviceObject, IOCTL_INTERNAL_USB_SUBMIT_URB, Irp, Urb, NULL);
return Status;
break;
}
//
// FIXME: Can these be sent to RootHub?

View file

@ -151,13 +151,6 @@ CUSBQueue::AddQueueHead(
//
m_Hardware->GetQueueHead(UHCI_INTERRUPT_QUEUE, &QueueHead);
}
else if (Request->GetTransferType() == USB_ENDPOINT_TYPE_INTERRUPT)
{
//
// use full speed queue
//
m_Hardware->GetQueueHead(UHCI_INTERRUPT_QUEUE, &QueueHead);
}
//
// FIXME support isochronous