On Sat, 30 Oct 2004, Andrej Kristofic wrote: > About the interrupts: I have no idea whether or where are they lost. How > can figure it out? I guess it > would difficult to debug. But if it is an interrupt problem, I don't > understand why it shows up so quickly > when tranferring 0xFF bytes and why it is not trigerred by 0x00 bytes. > Any ideas?
Try compiling the kernel with CONFIG_USB_DEBUG, and do "modprobe uhci-hcd debug=3". Then when things hang up, make a copy of the file in /proc/driver/uhci/ that corresponds to the controller you're testing. Alan Stern ------------------------------------------------------- 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-users
