On Wed, 19 Oct 2005, Conio sandiago wrote: > Hi all > > > Actually i have already fixed this problem, > > Now whats happening is that if my ohci driver is registered successfully, > > I am using Monta vista linux 4 with linux kernel 2.6.10.x > > But when i insert a USB 1.1 pendrive in the usb port i get the > following error messages- > > usb 1-1: new full speed USB device using ohci_hcd and address 2 > usb 1-1: device descriptor read/64, error -110 > usb 1-1: device descriptor read/64, error -110 > usb 1-1: new full speed USB device using ohci_hcd and address 3 > usb 1-1: device descriptor read/64, error -110 > usb 1-1: device descriptor read/64, error -110
2.6.10 had a missing delay which could cause these errors. It was fixed in 2.6.11. However that delay affected EHCI more than OHCI, so it's possible you've got a different problem. Alan Stern ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ [email protected] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
