USB PCI-OHCI, interrupt pipe and usb event poll support
authorZhang Wei <wei.zhang@freescale.com>
Wed, 6 Jun 2007 08:08:14 +0000 (10:08 +0200)
committerMarkus Klotzbuecher <mk@pollux.denx.de>
Wed, 6 Jun 2007 08:08:14 +0000 (10:08 +0200)
commit4dae14ce8fbdf380017dc54f172218e7d2acc889
treeced3af27f0cb09a8475906d3ea0b452c2dcd94af
parentfdcfaa1b02268b2899e374b35adf936c911a47eb
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>
drivers/usb_ohci.c
drivers/usb_ohci.h