]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/usb/core/hcd-pci.c
USB: don't enable wakeup by default for PCI host controllers
[linux-2.6-omap-h63xx.git] / drivers / usb / core / hcd-pci.c
index 507741ed448271e8dcd50782e16034e0360ef7a4..99432785f438bd34e0670fd1fb644949d1b0750b 100644 (file)
@@ -128,7 +128,6 @@ int usb_hcd_pci_probe(struct pci_dev *dev, const struct pci_device_id *id)
        }
 
        pci_set_master(dev);
-       device_set_wakeup_enable(&dev->dev, 1);
 
        retval = usb_add_hcd(hcd, dev->irq, IRQF_DISABLED | IRQF_SHARED);
        if (retval != 0)