diff options
Diffstat (limited to 'drivers/usb/host/ehci-pci.c')
-rw-r--r-- | drivers/usb/host/ehci-pci.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/usb/host/ehci-pci.c b/drivers/usb/host/ehci-pci.c index ead5f4f2aa5a..d120059bbbf7 100644 --- a/drivers/usb/host/ehci-pci.c +++ b/drivers/usb/host/ehci-pci.c | |||
@@ -109,6 +109,9 @@ static int ehci_pci_setup(struct usb_hcd *hcd) | |||
109 | return retval; | 109 | return retval; |
110 | 110 | ||
111 | switch (pdev->vendor) { | 111 | switch (pdev->vendor) { |
112 | case PCI_VENDOR_ID_NEC: | ||
113 | ehci->need_io_watchdog = 0; | ||
114 | break; | ||
112 | case PCI_VENDOR_ID_INTEL: | 115 | case PCI_VENDOR_ID_INTEL: |
113 | ehci->need_io_watchdog = 0; | 116 | ehci->need_io_watchdog = 0; |
114 | if (pdev->device == 0x27cc) { | 117 | if (pdev->device == 0x27cc) { |