> Thanks for the update. I was able to get it working by compiling as a > module and adding a line to the case statment in urb.c in > usb_submit_urb that was switching on dev->speed. I added a fall > through for USB_SPEED_UNKNOWN to USB_SPEED_FULL. I don't know why the > ADS Bitsy SA111 is returning that for speed. After that the root hub was > reconized and powered on and devices were reconized. usb-storage > exhibited the same anti-mounting behavior.
The SA-1111 root hub init code is supposed to initialize dev->speed for its root hub ... SPEED_UNKNOWN is an error. A one-line fix ... :) - Dave ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
