u-boot-brain/drivers/usb/host
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
..
ehci-core.h drivers/usb: regorganisation 2009-04-06 20:40:46 +02:00
ehci-fsl.c mpc8xxx: USB: fix: access of ehci struct elements 2009-07-09 21:33:15 +02:00
ehci-hcd.c EHCI: fix off-by-one error in ehci_submit_root() 2010-04-08 21:39:59 +02:00
ehci-ixp4xx.c drivers/usb: regorganisation 2009-04-06 20:40:46 +02:00
ehci-kirkwood.c Coding Style cleanup; update CHANGELOG. 2009-07-23 22:23:23 +02:00
ehci-pci.c drivers/usb: regorganisation 2009-04-06 20:40:46 +02:00
ehci-ppc4xx.c Add ppc440epx USB ehci support. 2010-01-09 10:27:15 +01:00
ehci-vct.c drivers/usb: regorganisation 2009-04-06 20:40:46 +02:00
ehci.h drivers/usb: regorganisation 2009-04-06 20:40:46 +02:00
isp116x-hcd.c Fix e-mail address of Gary Jennejohn. 2009-05-15 22:11:59 +02:00
isp116x.h drivers/usb: regorganisation 2009-04-06 20:40:46 +02:00
Makefile Add ppc440epx USB ehci support. 2010-01-09 10:27:15 +01:00
ohci-at91.c at91: use C structs for AT91 OHCI code 2010-04-03 15:24:27 -05:00
ohci-hcd.c Add a unified s3c24x0 header file 2009-11-27 16:26:13 -06:00
ohci.h Replace __attribute references with __attribute__ 2009-04-28 01:01:39 +02:00
r8a66597-hcd.c drivers/usb: regorganisation 2009-04-06 20:40:46 +02:00
r8a66597.h drivers/usb: regorganisation 2009-04-06 20:40:46 +02:00
s3c64xx-hcd.c s3c64xx: move s3c64xx header files to asm-arm/arch-s3c64xx 2009-11-27 16:26:13 -06:00
sl811-hcd.c drivers/usb: regorganisation 2009-04-06 20:40:46 +02:00
sl811.h drivers/usb: regorganisation 2009-04-06 20:40:46 +02:00