[linux-usb-devel] usb hangs in usb_api_blocking_completion () code at wake_up ()

2006-03-09 Thread Y A
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_

[linux-usb-devel] Porting ISP1362 to Montavista : wake_up () hangs in usb_api_blocking_completion () fct

2006-03-12 Thread Y A
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