Hi,
I am working on a ARM platform based on linux 2.4.20
When trying to port a usb host controller, when I try
to insmod the module, I have a hangs in the
usb_api_blocking_completion () code at wake_up ()
This is when a URB is submitted for initialization of
root virtual hub with the command RH_
Hi,
I am working on ARM platform based on linux 2.4.20
from Montavista
I am trying to port a usb host controller driver for
Philips for the isp1362 chip. I have managed to port
the code orginally coded for the PXA255 and the new
code compiled.
But when I try to insmod the modules, I have a han