diff options
Diffstat (limited to 'drivers/usb/host/ehci-ps3.c')
-rw-r--r-- | drivers/usb/host/ehci-ps3.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/ehci-ps3.c b/drivers/usb/host/ehci-ps3.c index 8188542ba17e..7934ff9b35e1 100644 --- a/drivers/usb/host/ehci-ps3.c +++ b/drivers/usb/host/ehci-ps3.c | |||
@@ -189,6 +189,7 @@ static int ps3_ehci_probe(struct ps3_system_bus_device *dev) | |||
189 | goto fail_add_hcd; | 189 | goto fail_add_hcd; |
190 | } | 190 | } |
191 | 191 | ||
192 | device_wakeup_enable(hcd->self.controller); | ||
192 | return result; | 193 | return result; |
193 | 194 | ||
194 | fail_add_hcd: | 195 | fail_add_hcd: |