Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303985
b: refs/heads/master
c: c3e751e
h: refs/heads/master
i:
  303983: 0257a0d
v: v3
  • Loading branch information
Andiry Xu authored and Sarah Sharp committed May 17, 2012
1 parent b3c575b commit da069ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1530bbc6272d9da1e39ef8e06190d42c13a02733
refs/heads/master: c3e751e4f4754793bb52bd5ae30e9cc027edbb12
4 changes: 4 additions & 0 deletions trunk/drivers/usb/core/hub.c
Original file line number Diff line number Diff line change
Expand Up @@ -2499,6 +2499,10 @@ int usb_port_suspend(struct usb_device *udev, pm_message_t msg)
NULL, 0,
USB_CTRL_SET_TIMEOUT);

/* Try to enable USB2 hardware LPM again */
if (udev->usb2_hw_lpm_capable == 1)
usb_set_usb2_hardware_lpm(udev, 1);

/* System sleep transitions should never fail */
if (!PMSG_IS_AUTO(msg))
status = 0;
Expand Down

0 comments on commit da069ef

Please sign in to comment.