diff options
Diffstat (limited to 'drivers/usb/host/ohci-ps3.c')
-rw-r--r-- | drivers/usb/host/ohci-ps3.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/ohci-ps3.c b/drivers/usb/host/ohci-ps3.c index 7d35cd9e2862..71d8bc4c27f6 100644 --- a/drivers/usb/host/ohci-ps3.c +++ b/drivers/usb/host/ohci-ps3.c | |||
@@ -173,6 +173,7 @@ static int ps3_ohci_probe(struct ps3_system_bus_device *dev) | |||
173 | goto fail_add_hcd; | 173 | goto fail_add_hcd; |
174 | } | 174 | } |
175 | 175 | ||
176 | device_wakeup_enable(hcd->self.controller); | ||
176 | return result; | 177 | return result; |
177 | 178 | ||
178 | fail_add_hcd: | 179 | fail_add_hcd: |