Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 195415
b: refs/heads/master
c: beb7b04
h: refs/heads/master
i:
  195413: 2f0f155
  195411: 2c883f0
  195407: afcd3c4
v: v3
  • Loading branch information
Alan Stern authored and Greg Kroah-Hartman committed May 20, 2010
1 parent 8b4a782 commit 9446edc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: da01c7a49bfc94dbfa66af5ca5e1063b10bc6a10
refs/heads/master: beb7b04a09a9da8b12417f7b74fbcceedb087fc3
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/tlg2300/pd-main.c
Original file line number Diff line number Diff line change
Expand Up @@ -455,8 +455,8 @@ static int poseidon_probe(struct usb_interface *interface,

device_init_wakeup(&udev->dev, 1);
#ifdef CONFIG_PM
pd->udev->autosuspend_disabled = 0;
pd->udev->autosuspend_delay = HZ * PM_SUSPEND_DELAY;
usb_enable_autosuspend(pd->udev);

if (in_hibernation(pd)) {
INIT_WORK(&pd->pm_work, hibernation_resume);
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/wimax/i2400m/usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ int i2400mu_probe(struct usb_interface *iface,
iface->needs_remote_wakeup = 1; /* autosuspend (15s delay) */
device_init_wakeup(dev, 1);
usb_dev->autosuspend_delay = 15 * HZ;
usb_dev->autosuspend_disabled = 0;
usb_enable_autosuspend(usb_dev);
#endif

result = i2400m_setup(i2400m, I2400M_BRI_MAC_REINIT);
Expand Down

0 comments on commit 9446edc

Please sign in to comment.