u-boot/drivers/usb
Sergei Shtylyov e06a055bcd 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>
2010-04-08 21:39:59 +02:00
..
gadget mod change 755 => 644 for multiple files 2010-03-21 22:22:53 +01:00
host EHCI: fix off-by-one error in ehci_submit_root() 2010-04-08 21:39:59 +02:00
musb Prepare v2010.03-rc1 2010-03-12 23:06:04 +01:00
phy TWL4030 Add usb PHY support 2009-12-20 12:47:37 +01:00