USB: ehci: Elide I/O watchdog on NEC parts
[pandora-kernel.git] / drivers / usb / host / ehci-pci.c
index ead5f4f..d120059 100644 (file)
@@ -109,6 +109,9 @@ static int ehci_pci_setup(struct usb_hcd *hcd)
                return retval;
 
        switch (pdev->vendor) {
+       case PCI_VENDOR_ID_NEC:
+               ehci->need_io_watchdog = 0;
+               break;
        case PCI_VENDOR_ID_INTEL:
                ehci->need_io_watchdog = 0;
                if (pdev->device == 0x27cc) {