[FASTFAT] Implement write IOs defering.
[reactos.git] / drivers / usb / usbuhci / usb_queue.cpp
index f5cdb49..30f68a1 100644 (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