Hi, On Sat, 30 Oct 2004, Dimitris Lampridis wrote: > urbs? Or even better, can you give me a short list of function calls > when a get_config_descriptor happens?
usb_get_descriptor() usb_control_msg() usb_internal_control_msg() usb_start_wait_urb() usb_submit_urb() urb->dev->bus->op->submit_urb() = hcd_submit_urb() urb->dev->bus->hcpriv->driver->urb_enqueue() = ohci_urb_enqueue() td_submit_urb() The latter puts TD-s to lists, where ohci controllers are expected to find them. In Lothar's code, it happens when SOFInt happens and then process_ed_lists() is called. I hope I did no mistakes. Olav ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel