Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166111
b: refs/heads/master
c: a75d048
h: refs/heads/master
i:
  166109: 237913c
  166107: 2966aae
  166103: f7a8262
  166095: c4076e5
  166079: aec2c2d
v: v3
  • Loading branch information
Aric D. Blumer authored and Eric Miao committed Sep 10, 2009
1 parent c37bb90 commit de65b4e
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: 85c6102100150522f8fbc80cffdd08d1f8b66c87
refs/heads/master: a75d048e1409bb2bae0d71645c4f6247d2ce9276
4 changes: 4 additions & 0 deletions trunk/drivers/usb/host/ohci-pxa27x.c
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,7 @@ static int ohci_hcd_pxa27x_drv_resume(struct device *dev)
{
struct usb_hcd *hcd = dev_get_drvdata(dev);
struct pxa27x_ohci *ohci = to_pxa27x_ohci(hcd);
struct pxaohci_platform_data *inf = dev->platform_data;
int status;

if (time_before(jiffies, ohci->ohci.next_statechange))
Expand All @@ -506,6 +507,9 @@ static int ohci_hcd_pxa27x_drv_resume(struct device *dev)
if ((status = pxa27x_start_hc(ohci, dev)) < 0)
return status;

/* Select Power Management Mode */
pxa27x_ohci_select_pmm(ohci, inf->port_mode);

ohci_finish_controller_resume(hcd);
return 0;
}
Expand Down

0 comments on commit de65b4e

Please sign in to comment.