diff options
author | Jeff Garzik <jeff@garzik.org> | 2006-06-14 02:29:04 +0200 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-06-14 02:29:04 +0200 |
commit | b5ed7639c9f502898af4109e778f5613dacbfd9c (patch) | |
tree | abe908c60ce1ea8f201028c9fc830cacd25c724b /drivers/usb | |
parent | [PATCH] net: au1000_eth: PHY framework conversion (diff) | |
parent | [PATCH] sky2: stop/start hardware idle timer on suspend/resume (diff) | |
download | linux-b5ed7639c9f502898af4109e778f5613dacbfd9c.tar.xz linux-b5ed7639c9f502898af4109e778f5613dacbfd9c.zip |
Merge branch 'master' into upstream
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/host/ohci-pxa27x.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/usb/host/ohci-pxa27x.c b/drivers/usb/host/ohci-pxa27x.c index acde8868da21..fafe7c1265b3 100644 --- a/drivers/usb/host/ohci-pxa27x.c +++ b/drivers/usb/host/ohci-pxa27x.c @@ -185,6 +185,9 @@ int usb_hcd_pxa27x_probe (const struct hc_driver *driver, struct platform_device /* Select Power Management Mode */ pxa27x_ohci_select_pmm(inf->port_mode); + if (inf->power_budget) + hcd->power_budget = inf->power_budget; + ohci_hcd_init(hcd_to_ohci(hcd)); retval = usb_add_hcd(hcd, pdev->resource[1].start, SA_INTERRUPT); |