diff options
Diffstat (limited to 'drivers/usb/host/uhci-platform.c')
-rw-r--r-- | drivers/usb/host/uhci-platform.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/uhci-platform.c b/drivers/usb/host/uhci-platform.c index 3003fefaa964..44e6c9da8892 100644 --- a/drivers/usb/host/uhci-platform.c +++ b/drivers/usb/host/uhci-platform.c | |||
@@ -108,6 +108,7 @@ static int uhci_hcd_platform_probe(struct platform_device *pdev) | |||
108 | if (ret) | 108 | if (ret) |
109 | goto err_uhci; | 109 | goto err_uhci; |
110 | 110 | ||
111 | device_wakeup_enable(hcd->self.controller); | ||
111 | return 0; | 112 | return 0; |
112 | 113 | ||
113 | err_uhci: | 114 | err_uhci: |