diff options
Diffstat (limited to 'drivers/usb/host/ohci-pxa27x.c')
| -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 e5bc1789d18a..5dd20dbe852d 100644 --- a/drivers/usb/host/ohci-pxa27x.c +++ b/drivers/usb/host/ohci-pxa27x.c | |||
| @@ -258,6 +258,9 @@ ohci_pxa27x_start (struct usb_hcd *hcd) | |||
| 258 | 258 | ||
| 259 | ohci_dbg (ohci, "ohci_pxa27x_start, ohci:%p", ohci); | 259 | ohci_dbg (ohci, "ohci_pxa27x_start, ohci:%p", ohci); |
| 260 | 260 | ||
| 261 | /* The value of NDP in roothub_a is incorrect on this hardware */ | ||
| 262 | ohci->num_ports = 3; | ||
| 263 | |||
| 261 | if ((ret = ohci_init(ohci)) < 0) | 264 | if ((ret = ohci_init(ohci)) < 0) |
| 262 | return ret; | 265 | return ret; |
| 263 | 266 | ||
