diff options
Diffstat (limited to 'drivers/usb/host/sl811-hcd.c')
-rw-r--r-- | drivers/usb/host/sl811-hcd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/host/sl811-hcd.c b/drivers/usb/host/sl811-hcd.c index 79620c39217e..0115e7f51d94 100644 --- a/drivers/usb/host/sl811-hcd.c +++ b/drivers/usb/host/sl811-hcd.c | |||
@@ -1732,6 +1732,8 @@ sl811h_probe(struct platform_device *dev) | |||
1732 | if (retval != 0) | 1732 | if (retval != 0) |
1733 | goto err6; | 1733 | goto err6; |
1734 | 1734 | ||
1735 | device_wakeup_enable(hcd->self.controller); | ||
1736 | |||
1735 | create_debug_file(sl811); | 1737 | create_debug_file(sl811); |
1736 | return retval; | 1738 | return retval; |
1737 | 1739 | ||