diff options
Diffstat (limited to 'drivers/media/video')
-rw-r--r-- | drivers/media/video/tlg2300/pd-main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/tlg2300/pd-main.c b/drivers/media/video/tlg2300/pd-main.c index 2cf0ebf9f28b..a6400dad12ae 100644 --- a/drivers/media/video/tlg2300/pd-main.c +++ b/drivers/media/video/tlg2300/pd-main.c | |||
@@ -455,8 +455,8 @@ static int poseidon_probe(struct usb_interface *interface, | |||
455 | 455 | ||
456 | device_init_wakeup(&udev->dev, 1); | 456 | device_init_wakeup(&udev->dev, 1); |
457 | #ifdef CONFIG_PM | 457 | #ifdef CONFIG_PM |
458 | pd->udev->autosuspend_disabled = 0; | ||
459 | pd->udev->autosuspend_delay = HZ * PM_SUSPEND_DELAY; | 458 | pd->udev->autosuspend_delay = HZ * PM_SUSPEND_DELAY; |
459 | usb_enable_autosuspend(pd->udev); | ||
460 | 460 | ||
461 | if (in_hibernation(pd)) { | 461 | if (in_hibernation(pd)) { |
462 | INIT_WORK(&pd->pm_work, hibernation_resume); | 462 | INIT_WORK(&pd->pm_work, hibernation_resume); |