commit | 4dae14ce8fbdf380017dc54f172218e7d2acc889 | [log] [tgz] |
---|---|---|
author | Zhang Wei <wei.zhang@freescale.com> | Wed Jun 06 10:08:14 2007 +0200 |
committer | Markus Klotzbuecher <mk@pollux.denx.de> | Wed Jun 06 10:08:14 2007 +0200 |
tree | ced3af27f0cb09a8475906d3ea0b452c2dcd94af | |
parent | fdcfaa1b02268b2899e374b35adf936c911a47eb [diff] |
USB PCI-OHCI, interrupt pipe and usb event poll support This patch added USB PCI-OHCI chips support, interrupt pipe support and usb event poll support. For supporting the USB interrupt pipe, the globe urb_priv is moved to purb in ed struct. Now, we can process several urbs at one time. The interrupt pipe support codes are ported from Linux kernel 2.4. Signed-off-by: Zhang Wei <wei.zhang@freescale.com>