[wellylug] USB 2 Card
Sam
sam at plaz.net.nz
Wed Sep 10 21:47:31 NZST 2003
On Wed, 10 Sep 2003, Jamie Dobbs wrote:
> My main concern is if there would be any issues getting it to work under
> Linux.
Recent 2.4 kernels have EHCI support (USB 2) ... I've never had the
opportunity to try it though:
------------------------------------
The Enhanced Host Controller Interface (EHCI) is standard for USB 2.0
"high speed" (480 Mbit/sec, 60 Mbyte/sec) host controller hardware.
If your USB host controller supports USB 2.0, you will likely want to
configure this Host Controller Driver. At this writing, the primary
implementation of EHCI is a chip from NEC, widely available in add-on
PCI cards, but implementations are in the works from other vendors
including Intel and Philips. Motherboard support is appearing.
EHCI controllers are packaged with "companion" host controllers (OHCI
or UHCI) to handle USB 1.1 devices connected to root hub ports. Ports
will connect to EHCI if it the device is high speed, otherwise they
connect to a companion controller. If you configure EHCI, you should
probably configure the OHCI (for NEC and some other vendors) USB Host
Controller Driver too.
You may want to read Documentation/usb/ehci.txt.
This code is also available as a module ( = code which can be
inserted in and removed from the running kernel whenever you want).
The module will be called ehci-hcd.o. If you want to compile it as a
module, say M here and read Documentation/modules.txt.
------------------------------------
More information about the wellylug
mailing list