On Thu, 7 Oct 2004, Luc Dijon wrote: > It seems you got it once again . > Simply great :-) > Luc
On Thu, 7 Oct 2004, Til Schubbe wrote: > debian:/etc # lsusb > Bus 004 Device 001: ID 0000:0000 > Bus 003 Device 001: ID 0000:0000 > Bus 002 Device 002: ID 054c:00c0 Sony Corp. > Bus 002 Device 001: ID 0000:0000 > Bus 001 Device 001: ID 0000:0000 Your logs are good, but I'd like you to try one last test. This little patch goes on top of the previous one. It causes the behavior to revert back to the normal Linux initialization scheme first and then try the Microsoft scheme second. If the updated driver works correctly you should see a sequence of error messages in the log as the first scheme fails, but then things should start working properly. > Seems to look well! What must I do to record an USB-stream now? I don't know; you'll have to use a video-capture program. Maybe Luc Dijon or Bill Marr can point you in the right direction. Alan Stern --- 2.6.8.1/drivers/usb/core/hub.c1 2004-10-07 15:52:04.000000000 -0400 +++ 2.6.8.1/drivers/usb/core/hub.c 2004-10-07 15:52:31.000000000 -0400 @@ -1696,7 +1696,7 @@ } /* reset and get descriptor */ - status = hub_port_init(hdev, udev, port, (i < 2)); + status = hub_port_init(hdev, udev, port, (i >= 2)); if (status < 0) goto loop; ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users