diff options
Diffstat (limited to 'drivers/media/video/tlg2300/pd-main.c')
-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 c267e0cfb54b..256cc558ba13 100644 --- a/drivers/media/video/tlg2300/pd-main.c +++ b/drivers/media/video/tlg2300/pd-main.c | |||
@@ -454,8 +454,8 @@ static int poseidon_probe(struct usb_interface *interface, | |||
454 | 454 | ||
455 | device_init_wakeup(&udev->dev, 1); | 455 | device_init_wakeup(&udev->dev, 1); |
456 | #ifdef CONFIG_PM | 456 | #ifdef CONFIG_PM |
457 | pd->udev->autosuspend_disabled = 0; | ||
458 | pd->udev->autosuspend_delay = HZ * PM_SUSPEND_DELAY; | 457 | pd->udev->autosuspend_delay = HZ * PM_SUSPEND_DELAY; |
458 | usb_enable_autosuspend(pd->udev); | ||
459 | 459 | ||
460 | if (in_hibernation(pd)) { | 460 | if (in_hibernation(pd)) { |
461 | INIT_WORK(&pd->pm_work, hibernation_resume); | 461 | INIT_WORK(&pd->pm_work, hibernation_resume); |