Home
last modified time | relevance | path

Searched hist:e06a055bcd966adf62a5653c84db781915392e41 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dehci-hcd.ce06a055bcd966adf62a5653c84db781915392e41 Sat Feb 27 18:32:17 UTC 2010 Sergei Shtylyov <sshtylyov@ru.mvista.com> EHCI: fix off-by-one error in ehci_submit_root()

USB devices on the 2nd port are not detected and I get the following message:

The request port(1) is not configured

That's with default CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS value of 2. 'req->index'
is 1-based, so the comparison in ehci_submit_root() can't be correct.

Signed-off-by: Sergei Shtylyov <sshtylyov@mvista.com>