commit | 8d15efa5bb4a2b3a1cb1ecd1ff043eb8f59434f7 | [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 | 063f9ff753e7298c30330ee1ec6254b4b7ecbded [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>