On Wednesday 16 November 2005 8:49 pm, Emmanuel Arazo wrote:
> Hello...
> 
> I have this problem when I submit a read URB. After
> the submission, host controller does not enter the
> dl_done_list( ) ....
> What could be the reasons for not calling
> dl_done_list( ) function after a urb submission???

That's called after that URB completes, so the usual
reason would be an URB that didn't complete.


> I am using the generic usblp printer driver to receive
> my read/write request from an application. I am
> developing on an arm big endian platform with an OHCI
> based usb hardware...

Odd, I don't think drivers/usb/host/ohci-*.c includes any
support for a big-endian ARM, unless maybe your board
includes PCI support and you're using a PCI controller.

- Dave


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to