usb: hcd: move controller wakeup setting initialization to individual driver
[firefly-linux-kernel-4.4.55.git] / drivers / usb / host / oxu210hp-hcd.c
index 4a05148ee79bdfefba18dda76e6d7e70927c5992..778eeaf2dd14533c63f7555bb20c14ea76d62879 100644 (file)
@@ -3751,6 +3751,7 @@ static struct usb_hcd *oxu_create(struct platform_device *pdev,
        if (ret < 0)
                return ERR_PTR(ret);
 
+       device_wakeup_enable(hcd->self.controller);
        return hcd;
 }