diff options
Diffstat (limited to 'drivers/usb/host/oxu210hp-hcd.c')
-rw-r--r-- | drivers/usb/host/oxu210hp-hcd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/oxu210hp-hcd.c b/drivers/usb/host/oxu210hp-hcd.c index 4a05148ee79b..778eeaf2dd14 100644 --- a/drivers/usb/host/oxu210hp-hcd.c +++ b/drivers/usb/host/oxu210hp-hcd.c | |||
@@ -3751,6 +3751,7 @@ static struct usb_hcd *oxu_create(struct platform_device *pdev, | |||
3751 | if (ret < 0) | 3751 | if (ret < 0) |
3752 | return ERR_PTR(ret); | 3752 | return ERR_PTR(ret); |
3753 | 3753 | ||
3754 | device_wakeup_enable(hcd->self.controller); | ||
3754 | return hcd; | 3755 | return hcd; |
3755 | } | 3756 | } |
3756 | 3757 | ||