On Mon, Feb 04, 2008 at 10:00:01AM -0800, Suresh Kadavath wrote:
> Hello All,
> 
> I have a custom board which uses MIPS processor, VIA6212L controller and
> running Linux Kernel 2.6.10.
> 
> I built 'ehci-hcd' module and load when the system comes up.  It works
> fine and when I plug in a USB2.0 device, it detects.
> 
> Now, the problem is, when I plug in a USB1.1 device, it doesn't get
> detected by the kernel.
> 
> I used the following configuration while building the Kernel.
> 
> Can anyone tell me what could be the problem ?.   I understand that
> building 'ehci-hcd' module
> with enabling the companion UHCI controller (CONFIG_USB_UHCI_HCD=y) is
> sufficient to detect USB1.1 device on the USB2.0 controller.  Is this
> correct ?.  If not, can anyone tell me how I need to build/load the
> Kernel, so that I can use both USB1.1 and USB2.0 device on my board ?

You didn't build the OHCI or UHCI driver, you need them to control a 1.1
device.

Look at your hardware to see which one you need.

thanks,

greg k-h
-
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to